09-13-2019 04:20 AM
Hi,
I am building an application into a packed library. In the main GUI, I have a Listbox control with a customized runtime shortcut menu saved as a .rtm file. I chose to save it as a file for revision control purposes.
In the development environment, the menu pops up when right-clicking on the control. The problem is that in the packed library version, the menu does not appear.
I read a couple of posts about something similar happening on executables (here and here). Despite the .rtm being included in the build, a similar issue would occur. A workaround was recommended, and eventually the bug was fixed in LV2012. I tried the workaround in my application (save the runtime menu in the control, not as a file) and the shortcut menu shows when running the application from the packed library.
Has anyone had this issue and could you resolve it while still using a .rtm file?
Thanks!
09-13-2019 04:39 AM
I forgot to mention, this is on LabVIEW 2017, 32-bit, SP1.