1. [WIN] holding events up...
- Posted by leviathan at uswest.net
Feb 26, 2001
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"
2. Re: [WIN] holding events up...
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"
>
>
3. Re: [WIN] holding events up...
setVisible(MainWin, False) until you want it to show.
Euman
----- Original Message -----
From: <leviathan at uswest.net>
To: "EUforum" <EUforum at topica.com>
Sent: Monday, February 26, 2001 04:26
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"
|
|
|
4. Re: [WIN] holding events up...
whoops, guess that wont work huh?
Oh well, what does that say for my education??
Euman
----- Original Message -----
From: <leviathan at uswest.net>
To: "EUforum" <EUforum at topica.com>
Sent: Monday, February 26, 2001 04:26
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"
|
|
|