 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Remy Lebeau (TeamB) Guest
|
Posted: Tue Jul 29, 2003 8:22 pm Post subject: Re: Program startup. |
|
|
"dvd8n" <dvd8n (AT) Bigfoot (DOT) com> wrote
| Quote: | How do you know when your application has started
up _completely_? All of the forms created and ready to use?
|
Basically, yes. Once the application begins processing messages from its
message queue, everything has been constructed in full.
| Quote: | At the moment I'm using a timer which is a bit nasty.
|
I tend to use a private message for that instead. Basically, in the
MainForm's constructor, I have the form post a custom message back to
itself. Once the message is intercepted, everything is running. If you are
using a TTimer, then then effect is essentially the same as TTimer is
message-based.
Gambit
|
|
| Back to top |
|
 |
dvd8n Guest
|
Posted: Tue Jul 29, 2003 8:28 pm Post subject: Re: Program startup. |
|
|
Thanks Remy - helped me again.
David
PS Say hello to Rogue for me.
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Tue Jul 29, 2003 10:33 pm Post subject: Re: Program startup. |
|
|
"dvd8n" <dvd8n (AT) Bigfoot (DOT) com> wrote
| Quote: | PS Say hello to Rogue for me.
|
Will do...
Gambit
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|