07-16-2004 01:11 AM
07-16-2004 02:36 PM
05-26-2006 09:53 AM
05-26-2006 10:12 AM
05-26-2006 03:14 PM - edited 05-26-2006 03:14 PM
Message Edited by MJBrehm on 05-26-2006 03:21 PM
05-27-2006
07:09 PM
- last edited on
08-16-2026
11:25 AM
by
Content Cleaner
Hello all,
once I made some VIs based upon those mentionened here (to read LabView RTM- Files) and here [link removed; example no longer available] (to create a Popup menu in Windows). Perhaps this is easier to use, because you can create the menu with the LabView Menu-editor (very fail-save) and don’t have to bother about placing the ring control, windows does it for you.
You can build up the menu at runtime, merge menu- parts to the main- Popup menu at desired position, here the complete "edit"- branch is inserted under the "open"- menu item.
Here are some pictures of the features.

Maybe this is helpful to some of you.
It should be mentioned (and this is the biggest disadvantage of this solution) that ist only works with Windows.
Dave
Message Edited by daveTW on 05-28-2006 02:12 AM
Message Edited by daveTW on 05-28-2006 02:14 AM
05-30-2006 11:13 AM
05-30-2006 01:47 PM
09-12-2010 10:02 AM
I have a same problem! Did you find a solution?
09-12-2010 11:41 AM
LabVIEW now allows you to edit the context menu for controls. You should be able to access it by right clicking the control and selecting the relevant option (probably in the Advanced menu). You should be able to use it using the event structure and I assume there's an example in the example finder (Help>>Find Examples).