ni.com is currently undergoing scheduled maintenance.
Some services may be unavailable at this time. Please contact us for help or try again later.
09-15-2008 02:27 AM
Hi
I need to pop up or display my sub vi(to give some input ) in the flash window from my main Vi .the sub vi need to be displayed only in flash window with no status bar like file ,edit etc.i have attached the example vi.paste the two vi and run main vi. sub Vi need to be flashed
09-15-2008 06:17 AM
Hi Parthipan,
To pop-up/flash your SubVI, you need to keep its code inside a while loop.Then only, it ll be shown [popped-up] cntinuously till the user clicks the OK button after giving the required inputs. Else, it ll only blink for a sec and disappear.
You can go to VI Properties thro' File menu & go to Window Appearance category & remove (uncheck) the options to show Tool bar & Menu bar and some other related stuff. Then, they wont reappear while running.
Try these things out & post back here if you have any further doubt or difficulty.
09-15-2008 08:40 AM
09-15-2008 05:48 PM
Hi Partha,
You should be able to deselect showing the title menu by going to file >> vi properties >> (category : Window Appearance) >> select custom and click on the button customize , Then deselect Window has title bar and select show front panel when called. This will get rid of the title bar and allow your subvi to execute when called.
Regards,
09-15-2008 09:34 PM
Hi Andrew,
I think your reply is meant for Parthipan.