07-11-2017 05:49 PM
--- I don't use RTM files, since I duplicate the basic items in every window, I don't want to have to change umpteen RTM files when something changes in the basics.
FYI - The same RTM file can be used for multiple windows. For example, when I have an auxiliary window for my program, I like to have the basic CRTL-W close the window. I make one RTM that has this shortcut and apply to whatever window and however many windows I want. Just make sure you include the RTM file in the build.
Cheers,
mcduff
07-12-2017 07:00 AM
in 25 years of LabVIEW experience, this is my first project that uses menus extensively. i found it easier to include the basic stuff in code and not have to switch back and forth with editing separate files. Since I have a list of open windows in one menu, and other dynamic lists, I have to use code anyway.
In any case, that has no bearing on the issue, that I can see.
Blog for (mostly LabVIEW) programmers: Tips And Tricks