Jump to content

Recommended Posts

QUOTE(spacetoon34 @ Mar 12 2007, 08:20 PM)

Hello,

I want to ask how can I generate multi GUI in my program and how can i make a main GUI and sub main that can i transfer to it by clicking a button .

Thanks

For data transfer you can use:

globals

functional globals

notifiers

user events

queues

look help for it.

Eugen

Link to comment

QUOTE(spacetoon34 @ Mar 13 2007, 12:20 AM)

I want to design a main panel with button which every one open a different file.vi and i want to ask how can i size my panel such that the user saw the tools when execution without apperence of empty region.???

Are you trying to embed the subVI's panel into the main VI or are just looking for a pop-up window?

If it's the pop-up, size your VI's window to the size you want.

If it's embedded, you'll use the entire size of your subpanel, you could change the height and width of your subpanel based on the height and width of the subVI you're opening, and then re-size your main VI's window from that... but it would be much easier to use a pop-up subVI instead of this.

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.