09-24-2008 07:47 AM
Is there any way to have run time menu only for the row headers and not the whole of the table?
Thanks,
Ritesh
09-24-2008 08:42 AM
09-25-2008 04:42 AM
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
09-25-2008 04:51 AM - edited 09-25-2008 04:52 AM
Event Structure -> Mouse Down on Table Event -> Button
09-25-2008 06:15 AM
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
09-25-2008 06:24 AM
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
09-25-2008 07:22 AM
09-25-2008 07:40 AM - edited 09-25-2008 07:41 AM
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
09-25-2008 07:48 AM
The 'Shortcut Menu Activation?' event allows you to discard the menu activation.
Ton
09-25-2008 07:59 AM