Jump to content

GUI with Multiple Dialogs


rajath

Recommended Posts

Hi,

i want to develop GUI with multiple dialogs which i want to call from main window like subroutine

with out closing the main window

You might want to consider "subpanels" within the main VI.

(Help --> Find Examples --> Search --> subpanels)

Another way is to make use of the "tab control" to produce a paged front panel on your main VI.

Link to comment
Just place a sub-vi on the diagram. Then go to the sub-VI's properties and set: Open panel when called, AND close afterwards if originaly closed.

I tried like that and i am able to transfer the control from one window to other

but i am not able to close the window after transfering the control

post-3322-1130330158.jpg?width=400

Link to comment
  • 2 weeks later...

Look under the examples:

C:\Program Files\National Instruments\LabVIEW 7.1\examples\general\menubars.llb

There are several applicable demos there. Also in the same directory look for the uievents.llb which has a bunch of deoms and techniques you should become familiar with. There is an example in ther for using menu items with events.

enjoy :-)

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.