LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to pop up a window on double click ona Graph Scale

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?

0 Kudos
Message 1 of 3
(2,807 Views)

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

Message 2 of 3
(2,796 Views)

Hi swati,

 

try having a look at this link:

 

http://digital.ni.com/public.nsf/allkb/391D522B0FDD4B3F862571E300739F44?OpenDocument

 

this will solve your problem

 

.......^___________________^
....../ '---_BOT ____________ ]
...../_==O;;;;;;;;_______.:/
.....),---.(_(____)/.....
....// (..) ),----/....
...//____//......
..//____//......
.//____//......
..-------
0 Kudos
Message 3 of 3
(2,770 Views)