Disclaimer
The thoughts and opinions on the website don’t represent that of my current or former employers.
This site is an exploration of technology and may have content, factual errors and may not represent good, the best or current practice. :-)
Content on this site is purely used at your own risk.
-
Recent Posts
Archives
- January 2021
- December 2020
- November 2020
- July 2020
- May 2020
- September 2017
- August 2017
- June 2017
- March 2017
- February 2017
- January 2017
- December 2016
- November 2016
- September 2016
- July 2016
- June 2016
- February 2016
- December 2015
- November 2015
- October 2015
- September 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- December 2014
- November 2014
- October 2014
- July 2014
- June 2014
- January 2014
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- April 2013
- March 2013
- February 2013
- January 2013
- September 2012
- May 2012
- January 2012
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
Categories
Meta
Category Archives: SDK
SDK – Cannot find property DisableChannelCreate
Last night I was working on updating a project I had created as a feature within the SDK and came across an interesting scenario where I launched my old project and it didn’t run out of the box. Smart Office … Continue reading
Posted in Misc, SDK
Leave a comment
Smart Office SDK – First Project Part 8 – the Next, Previous, Close, the Toolbar and CommandBar – Gah!
Sometimes things don’t go according to plan, sometimes you fail to dig through enough information which will save you a lot of work… In my previous post https://potatoit.wordpress.com/2013/09/19/smart-office-sdk-first-project-part-7-the-toolbar/ I talked about recreating the M3 toolbar with the select, create, display … Continue reading
Posted in Development, M3 / MoveX, SDK
4 Comments
Smart Office SDK – First Project Part 7 – the Toolbar
Update: see https://potatoit.wordpress.com/2013/10/03/smart-office-sdk-first-project-part-8-the-next-previous-close-the-toolbar-and-commandbar-gah/ for a cleaner implementation of this code. This is the 7th in a long series of posts of using the Smart Office SDK to remove modifications In this post I’ll discuss the trials and tribulations of recreating … Continue reading
Posted in Development, M3 / MoveX, SDK
Leave a comment
Smart Office SDK – First Project Part 6 – the Browse Control
This is the 6th in a long series of posts of using the Smart Office SDK to remove modifications – yes I am still on the first project. In this post I’ll be discussing the Browse Control and creating our … Continue reading
Posted in Development, M3 / MoveX, SDK
1 Comment
The Resource “styleListView” could not be resolved
For a while I’ve been getting some nasty warnings and errors from Visual Studio 2012 with my SDK projects when adding references to the Infor resources. You get the message ‘the resource “styleListView” could not be resolved’ and none of … Continue reading
Smart Office SDK – First Project Part 5 – styleTextBoxBrowse
Update, please see Karins comments below for a far better solution 🙂 The browse TextBoxes – we’re all familiar when them. A nice clean way of providing lookups attached to a TextBox. I have a number of these in my … Continue reading
ISO Crashes when Launched from Visual Studio 2012 (SDK)
Typically if working from home, when I have been developing with the SDK I’ve been RDP’ing in to my work computer which is running Visual Studio 2010. I haven’t upgraded my work computers Visual Studio to 2012 yet as 2012 … Continue reading
Smart Office SDK – First Project Part 4 – Searching for and Validating Update Methods
This is the 4th part in a series of posts exploring how I am looking at using the Smart Office SDK to eliminate (with extreme prejudice) a modification we call “the Vessel Mod”. The postings have been tailored in a … Continue reading
Posted in Development, M3 / MoveX, SDK
4 Comments
Smart Office SDK – First Project Part 3 – Rediscovering our Modification
This is the 3rd part in a series of posts around exploring the Smart Office SDK to remove an existing modification and how I approach the implementation. The 1st post (https://potatoit.wordpress.com/2013/02/24/smart-office-sdk-first-project-part-1-testing-the-installation/) discusses testing that we have the SDK installed and … Continue reading
Smart Office SDK – First Project Part 2 – In the beginning there was nothing
Today is the day of unhelpful post lines. This particular post is about creating a new project from the void – where there was nothing, adding some content and then interacting with the feature that we have created. I am … Continue reading
Posted in Development, M3 / MoveX, SDK
8 Comments