LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how do you detect a right click menu selection on a multicolumn listbox?

Hopefully this is an easy one. I cannot seem to setup my event structure (using LV7.0) to capture the user right clicking on a multicolumn listbox and selecting the cut, copy or paste items.
Thanks
Mike
0 Kudos
Message 1 of 2
(2,751 Views)
I can help you with the first part, at least! You can set up the event case to monitor the "mouse down" event. When this occurs, the Button terminal in the Event Data Node tells you which button they clicked. If the value is 2, then this means they right-clicked. However, I do not believe that there is an event for the choice which they make. You may want to suggest that to NI Support, that it be implemented in a future release?
J.R. Allen
0 Kudos
Message 2 of 2
(2,751 Views)