Subject | Re: [IBO] Out of system resources |
---|---|
Author | Svein Erling Tysvær |
Post date | 2002-05-13T13:09:56Z |
Thanks Geoff!
the first time I've experienced a problem being solved before it was even
discovered! I moved the calls to my initialisation and finalisation code
into MainForm.FormShow and MainForm.FormClose and never even saw the
problem you discovered.
As for my original problem, it appears to have disappeared with 4.2 HcTest.
So thanks to Geoff, Marco and Jason for fixing whatever was wrong.
Set
>My recommendation is that you place initialisation code inside yourI know people are impressed by the responsiveness of this list, but this is
>mainform somewhere. Indeed I prefer to only create and destroy
>datamodules from inside the mainform - to be sure everything is
>configured predictably.
the first time I've experienced a problem being solved before it was even
discovered! I moved the calls to my initialisation and finalisation code
into MainForm.FormShow and MainForm.FormClose and never even saw the
problem you discovered.
As for my original problem, it appears to have disappeared with 4.2 HcTest.
So thanks to Geoff, Marco and Jason for fixing whatever was wrong.
Set