Re: [WIN] holding events up...
- Posted by ddparnell at bigpond.com Feb 26, 2001
- 388 views
Does this sort of thing help.... openWindow(SplashWindow, Normal) MyInitialization() closeWindow(SplashWindow) WinMain(MainWindow, Normal) ------ Derek Parnell Melbourne, Australia (Vote [1] The Cheshire Cat for Internet Mascot) ----- Original Message ----- From: <leviathan at uswest.net> To: "EUforum" <EUforum at topica.com> Sent: Monday, February 26, 2001 8:26 PM Subject: [WIN] holding events up... > Heya all! > > Okay, I want to start a window at the beginning of the program, and > what I've done is gone and set onGotFocus to the window to call the > procedure. However, one of the first things the window does is gets > focus, then it goes to paint the window... > > Okay, is there _some_ way to wait til the window is repainted before > starting a procedure, so I can have this cutesy little loading window > before it goes into the main window? > > TIA, > > --"LEVIATHAN" > >