LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

To change the run time shorcut menus

Hi !

I'm creating a LabVIEW application and I would want to change the options in the run time shorcut menus that appears when you press the right-clik bottom.

Thanks
0 Kudos
Message 1 of 5
(2,846 Views)
Hello,

I don't think you'll be able to customize the menus (the only way I suppose this could be achieved would involve complicated event structures and/or calls to the windows API).

What I can suggest you is to simply disable those menus. You can see how to do it here:

http://forums.ni.com/ni/board/message?board.id=170&message.id=84319&requireLogin=False

Anybody has other ideas?

Regards,

JorgeM.
0 Kudos
Message 2 of 5
(2,813 Views)
I have an option for you though it does involve some work and the use of the event structure. her are some examples of what you can do. Basically you are using the right click feature in the event structure.
Let em know if this helps. I think I got these VI's from this forum or maybe the LAVA forum.



Joe.
"NOTHING IS EVER EASY"
0 Kudos
Message 3 of 5
(2,805 Views)
Yeah ! It´s a fantastic idea !

It´s difficult to implement but it´s cool ! = D

Thank you very much
0 Kudos
Message 4 of 5
(2,791 Views)
Hi

You can also check out this website but it's a commercial product though....

Popup Menu Toolkit for LabVIEW Version 1.0

Regards,
Cyril Bouton
Active LabVIEW Developper
0 Kudos
Message 5 of 5
(2,787 Views)