01-06-2020 09:58 AM - edited 01-06-2020 09:59 AM
Hello. I made a custom right click menu for my LabVIEW controls. It works as expected when I am running the VI in the development environment. But when I install the executable on another computer it doesn't work.
The right click works elsewhere, just the control right clicks don't work. I can right click the desktop, I can right click the executable title bar.
I made a custom .rtm file and relinked that to all the controls that were applicable. Everything else works. This is the only issue.
Did I do something wrong with my project build? I need that right click to make this work. Any advice would be appreciated.
Solved! Go to Solution.
01-06-2020 10:23 AM
Busy updating LabVIEW so can't include a screenshot, but for the EXE build, put the RTM file in the always include part of the exe.
mcduff
01-06-2020 10:35 AM
Yeah I just tried that and it works now. I also disabled some things in the Additional Exclusions (Remove unused polymorphic VI instances, Remove unused members of project libraries, Disconnect unused inline subVI's)
It's working now. All good. Thank you.