LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Right Click menu doesn't work after executible install

Solved!
Go to solution

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.

0 Kudos
Message 1 of 3
(2,727 Views)
Solution
Accepted by topic author DBISI

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

Message 2 of 3
(2,693 Views)

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.

0 Kudos
Message 3 of 3
(2,683 Views)