10-25-2007 08:34 PM
10-25-2007 11:40 PM - edited 10-25-2007 11:40 PM

Message Edité par chilly charly le 10-26-2007 06:42 AM
10-26-2007 02:09 AM
10-26-2007 08:05 PM
Hi
Thanks for the replies.
I have a main vi which have 4 buttons...real time display,graph....
In the mouse down event of each button i have called the subvi's by enabling the options(sub vi node setup)-show fp when called and close afterwards if originally closed.
My problem is if i opened real time display and minimise it...then if i am going to click the graph button on the main vi ,the graph window is not opening...ie,can not clik the button for graph without closing the previously opened window(ie,real time display.)
I want to open more than one sub vis that is grap and real time display
How to achieve this?
10-26-2007 08:58 PM
Like Andre had said, you will have to dynamically launch the VI's. A normal subVI icon will cause whatever structure it is in to wait until the VI is finished before moving on. So if you have a subVI icon don't put it in the stucture. I think Chilly Charlie's diagram may be a bit misleading in this way.
Look at the example VI that Andre mentioned.![]()
10-26-2007 09:05 PM - edited 10-26-2007 09:05 PM
user_1 a écrit: ... My problem is if i opened real time display and minimise it...then if i am going to click the graph button on the main vi ,the graph window is not opening...ie,can not clik the button for graph without closing the previously opened window(ie,real time display.)

Message Edité par chilly charly le 10-27-2007 04:05 AM
10-26-2007 09:37 PM
How do i proceed?
10-26-2007 09:45 PM
10-26-2007 10:01 PM
Yes u r correct sir.
There was no need to set the value of search to True on the mouse down event of search.I have removed it.
And the ur guess also correct-i have placed the vi in another case also.when i removed it frm there it is ok.
In development mode it can run now.
But when i tried to open in after making exe on the mouse click event the window is not even being shown.
The path may be creating problems?Bs my vi path in another location and i created the exe in another path .Will it cause problems?
Thanks a lot
10-27-2007 09:50 AM