06-24-2002 01:35 PM
06-25-2002 09:08 AM
05-23-2008 06:38 AM
Hi Greg
Hey i need to select multiple menu items in the file menu. but now after closing one menu item only im able to open the other,for example even i select the second menu item it will be opening after closing the first menu item i have opened.
Thanks and Regards
Jagan
05-27-2008 01:45 PM
05-28-2008 01:15 AM
Hi Karunya,
Not related to that discussion, Its related to my application.. I cant select two menus simulataneously. if i select one menu item a vi will open, after closing that vi only, im able to open another vi by selecting another menu item.
even i able to select menu item, related vi is not opening till the first vi get closed.
Thanks and Regards
Jagan
05-28-2008 04:00 PM
05-29-2008 03:36 AM
Karunya,
I've created the menu using "Run time menu" . yes file menu in lab VIEW. im using lab view 7 Express.
see if the menu items are say x,y,z, and selecting z one vi will run ok. after closing the vi running through z only, i can able to select y or x, for that corresponding vi will open. my requirement is while z been selected and one vi will be running, i hav to select another menu item and that should also run along with previous vi.
Thanks & Regards
Jagan
05-29-2008 08:44 AM
What you are seeing is normal behavior. You could dynamically call the subVIs with the RunVI method and set Wait Until Done to false.