rajath Posted October 24, 2005 Report Share Posted October 24, 2005 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 Quote Link to comment
regisphilbin Posted October 24, 2005 Report Share Posted October 24, 2005 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 Have you looked into using the VI Server features in Labview? Also check the examples (search under "server") provided with Labview. Regis Quote Link to comment
WMassey Posted October 25, 2005 Report Share Posted October 25, 2005 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. Quote Link to comment
Michael Aivaliotis Posted October 25, 2005 Report Share Posted October 25, 2005 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 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. Quote Link to comment
rajath Posted October 26, 2005 Author Report Share Posted October 26, 2005 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 Quote Link to comment
Mike Ashe Posted November 3, 2005 Report Share Posted November 3, 2005 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 :-) 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.