unCLAD, on 22 September 2009 - 04:34 AM, said:
Hi man,
Before posting here, I've already search NI site.
I just want to know if I can use other method not set a delay time.
Thanks
Create a named notifier in your splash screen. Have the splash VI wait for a notification. Acquire the notifier reference by name in the main VI. when the main VI has completed it's initialization and is 'ready', send a notification to the splash screen and then close the splash screen VI appropriately.
Don't forget to set some sort of timeout on the splash VI in case your main fails to load. You can use a timeout on wait for notifier in the splash vi.
Notifier Operations Functions
This post has been edited by Phillip Brooks: 22 September 2009 - 11:23 AM