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

Posted in Development, SDK | Tagged | 1 Comment

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

Posted in Development, M3 / MoveX, SDK | Tagged | 4 Comments

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

Posted in Development, M3 / MoveX, SDK | Tagged | 2 Comments

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

Posted in Development, M3 / MoveX, SDK | Tagged | Leave a comment

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