02-06-2020 11:06 AM - edited 02-10-2020 03:36 AM
Hello,
Is it possible to configure a module to have no category?
I.e. they appear immediately in the 'add' list?
Thanks
Solved! Go to Solution.
02-06-2020 04:03 PM
Hi niNickC, without modifying the engine class, or creating a child class and use that one you cant do that. The VI that adds the category, is the EditOptions.vi of the Engine Parent class. This VI adds the Category of Other, if the category is coming blank from the class.
Why do you need the modules to be outside of the folder?
Best Regards
02-07-2020 03:08 AM
Thanks for this.
I will probably develop a child Engine class at some-point so the functionality can wait until then!
In our application, I have developed a few key modules which will always be used (for instance a 'warning and limits' module). It would be nice if these modules were immediately available to the user rather than having to navigate to a sub-menu.