spacetoon34 Posted March 13, 2007 Report Share Posted March 13, 2007 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 Quote Link to comment
Eugen Graf Posted March 13, 2007 Report Share Posted March 13, 2007 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 Quote Link to comment
Michael Aivaliotis Posted March 14, 2007 Report Share Posted March 14, 2007 How to open a vi within a vi Quote Link to comment
spacetoon34 Posted March 14, 2007 Author Report Share Posted March 14, 2007 Thanks, 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.??? Quote Link to comment
Jeff Plotzke Posted March 14, 2007 Report Share Posted March 14, 2007 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. Quote Link to comment
Eugen Graf Posted March 15, 2007 Report Share Posted March 15, 2007 And, if you want, you can use this VIs to run, start, set values and stop tasks (undependly running threads) http://forums.lavag.org/index.php?s=&s...ost&p=25858 Eugen Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.