09-28-2008 11:51 PM
Hello!
I want to pop up a window on a double click on Graph scale.It should not pop up if i click anywhere else on the graph.I've tried to use Event structure but that didn't work because we cannot create an event for double click on graph scale only.Is there any other method?
09-29-2008 01:15 AM
Hi swathi,
you can use the event structure, but you have also to check the click position. Depending on that you show your pop up or not.
Hope it helps.
Mike
09-30-2008 02:23 AM
Hi swati,
try having a look at this link:
http://digital.ni.com/public.nsf/allkb/391D522B0FDD4B3F862571E300739F44?OpenDocument
this will solve your problem