LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

run time menu for row headers

Is there any way to have run time menu only for the row headers and not the whole of the table?

 

Thanks,

Ritesh

0 Kudos
Message 1 of 10
(3,316 Views)
I think - no. But you can check the mouse position if rightlkicking on the table and enable/disable the runtime menue.
Message 2 of 10
(3,304 Views)

Hi Eugen Graf,

Thanks for your suggestion.

How to create events for Righ Click?

In the event menu i couldn't see any Right Click option.

 

Thanks,

Ritesh

0 Kudos
Message 3 of 10
(3,286 Views)

Event Structure -> Mouse Down on Table Event -> Button

 

 

Message Edited by Eugen Graf on 09-25-2008 04:52 AM
Message 4 of 10
(3,282 Views)

Hi Eugen Graf,

Thanks again.

 

But, how to enable/disable run-time menu programatically?

I cant see any option like that in the Property Node of the Table.

 

Thanks,

Ritesh

0 Kudos
Message 5 of 10
(3,271 Views)

Hm, you are right. I can't fing this property too. But probably you can discard right klick event like discussed in this topic:

 

http://forums.ni.com/ni/board/message?board.id=170&thread.id=357409 

0 Kudos
Message 6 of 10
(3,267 Views)

Thanks Eugen Graf.

It Worked.  :smileyhappy:

0 Kudos
Message 7 of 10
(3,259 Views)

Hi Eugen,

 

Ton's Dynamic Event Registration Nugget illustrated how to register and unregister for event dynamically. So if you implement your suggestion enhanced by Ton's Nugget it should be possilbe to prgramatically turn on/off the required functionality.

 

Thanks Kudos for help out Eugen!

 

Ben

Message Edited by Ben on 09-25-2008 07:41 AM
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 8 of 10
(3,256 Views)

The 'Shortcut Menu Activation?' event allows you to discard the menu activation.

 

Ton

 

 

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
Message 9 of 10
(3,251 Views)

Wow! It's the best suggestion, Ton .

 

Thank you 

0 Kudos
Message 10 of 10
(3,245 Views)