LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Pop-up menu(coustomised) inside graphs and plots

For my application it is to found that it would be more helpful if i can include a coustomised popup menu inside a graph rather than a default one.How can i make use such a facility in my application. please refer a solution
 
With hopefully
Rathesh  
0 Kudos
Message 1 of 6
(3,013 Views)

Hello Rathesh,

Thanks for posting!  I am a little unclear, however, on exactly what you mean by a customizable popup menu in a graph.  I believe that what you are requesting is a customizable right-click menu that you could customize with different functions.  If that is what you are refering to, this is possible in LabVIEW 8 but not with prior versions (including LabVIEW 7.1).

Thanks for posting, and please let me know if I can help further.

Travis M
LabVIEW R&D
National Instruments
0 Kudos
Message 2 of 6
(2,998 Views)

Hi Ratesh

Check out my Popup Menu Toolkit for LabVIEW.

http://www.sciware.com.au

The toolkit which works with LabVIEW 7.0 and up will allow you to generate a customized Popup Menu when you right click on a control. An evaluation version is available with example code and documentation.

 

Kurt Friday
www.sciware.com.au
0 Kudos
Message 3 of 6
(2,989 Views)
Hello Travis
 
 
Thanhs for ur reply to request.
 
Anyway my request is as u said on the above one (right click popup menu inside graph).
As u told i had realised that there is no such faclity on LabVIEW 7, but is any option to make use ot the property node for graph to include my need?
 
 
Thanks for reply
Rathesh 
0 Kudos
Message 4 of 6
(2,971 Views)

Hello!

Looks like with some clever programming it can be done in LabVIEW 7.x.  I don't want to speculate how it was accomplished by our other users, but I do not believe it can be easily done with property nodes.  Looks like if you need it quick you might consider the toolkit, if you are in no particular hurry, you'll see it standard with LabVIEW 8.

Thanks for posting, and please let us know if you have any other questions.

Travis M
LabVIEW R&D
National Instruments
0 Kudos
Message 5 of 6
(2,957 Views)
Hi
 
There are several ways to acheive your objective. In the past i was searching for similar things and i found following code snippets.
go through these codes and decide which one you should use. after that you must ake sure that the context menu apears only when you right click on the correct control (Not very difficult if you are using event structure)
Please let me know if you have any doubts
 
Tushar

Tushar Jambhekar
tushar@jambhekar.com

Jambhekar Automation Solutions
LabVIEW Consultancy, LabVIEW Training
Rent a LabVIEW Developer, My Blog

0 Kudos
Message 6 of 6
(2,947 Views)