LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

pull-down menus in labview?

Hi everyone!

Is there a possibility to implement some sort of pull-down menus in a
LabView program, for example to execute other VIs/SubVIs (or to open
special windows).

Thanks in advance!

Andreas
0 Kudos
Message 1 of 17
(4,586 Views)
The first step is to go to Edit -> Edit Menu. Just make your menu
there, and then use the Application Control -> Menu VI's to read what
the user selects from the menu. Hook that up to a Case statement and
you can do all sorts of things. I think you want your main VI inside a
while loop so it continually polls the menu. The help file is pretty
complete on this issue, so just check that out.

Rick
rick@csciences.com

Chesapeake Sciences Corp.
1127B Benfield Blvd Millersville, MD 21108

Tel: (410) 923-1300 x3430 Fax: (410) 923-2669
0 Kudos
Message 2 of 17
(4,586 Views)

hi

 

how to create pull-down/pull-side menus in labview workspace.

i know how to create in menu bar.

i like to know in workspace.

 

any example.

 

Regards,

Hari

0 Kudos
Message 3 of 17
(4,087 Views)

@thinnker wrote:

hi

 

how to create pull-down/pull-side menus in labview workspace.

i know how to create in menu bar.

i like to know in workspace.

 

any example.

 

Regards,

Hari


 

Think what your looking for is a menu ring...

 

Have a look at this: http://zone.ni.com/reference/en-XX/help/371361F-01/lvconcepts/fp_controls_indicators/

 

and ask any questions you have after reading (if indeed a menu ring fits the bill of what your looking for...)

0 Kudos
Message 4 of 17
(4,078 Views)

hi Strokes

 

 

No,not like that like menubar. in workspace.

 

hari

0 Kudos
Message 5 of 17
(4,072 Views)

What is workspace?

Do you have a picture or an example so that people can see what you mean?

 

 

0 Kudos
Message 6 of 17
(4,068 Views)

hi  _Ian_

 

i mean front panel.

 

hari

 

 

0 Kudos
Message 7 of 17
(4,058 Views)

As already suggested, it sounds like a menu ring would work for you.

Or a combo box..

combo box.PNG

 

On top of this, customising controls allows you to make them look pretty much however you wish.

 

0 Kudos
Message 8 of 17
(4,052 Views)

 

no not like that.

 

like TAB control but it have page number/name at top.

one page always opened in TAB.

 

i want like that but page number/name at left/right side and pages should hide.

page should display only when cursor on page number/name

or click on the page number/name.

 

 

 

0 Kudos
Message 9 of 17
(4,033 Views)

Can you draw some kind of picture to help explain?

 

Perhaps, if English isn't your first language, try posting in your native language.

 

Ian

0 Kudos
Message 10 of 17
(4,031 Views)