LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any facility to use MENU in LabVIEW 7.1

Hey all,
 
I want to use Menu in the LabVIEW. Is there any way to use Menu's in LabVIEW.
 
Thank you.
--
Regards,
Sarang Dhananjay Jaiswal
Satyam Development Center, Banglore, INDIA
0 Kudos
Message 1 of 4
(2,568 Views)
LabVIEW lets you customize the menu via the menu editor (edit... runtime menu). Programmatic control is via items in the "application control...menu" palette. The event structure also has menu related events.
 
 
Could you provide more details on what you have in mind?
0 Kudos
Message 2 of 4
(2,561 Views)
Labview has a lot of menu control options.  You can add a menu by choosing the vi properties... window appearances and select show menus.  As Christian said there is even a run-time menu editor which is almost too easy to use.  You can link menu events to code using the event node and even modify menus at runtime through the menu control palette tools.  It will take a little playing around with but the menus on a vi will greatly simplify many GUI designs.  Hope this helps.  Pop-up menus are not natively provided but there are many work errands posted online if you are interested.  Native pop-up have been on my wish list for a while.
 
Paul
Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 3 of 4
(2,554 Views)

Hey,

Thanks for replying. Well I will try out . Actually I wanted to know that can we create Menu's and ToolBar in LabVIEW (as we can create this in Visual Basic ). I am working on something called LogEditor. There will be an option in Menu called File which will contain Open, Save, Save As.... options similar to our windows . Through this Menu's we can open any file (let it be a text file or Excel Sheet or Word) in the vi and should be able to edit it and save it from that.

Thanks.

--
Regards,
Sarang Dhananjay Jaiswal
Satyam Development Center, Banglore, INDIA
0 Kudos
Message 4 of 4
(2,527 Views)