Re: problems with form drawing


[ DelphiLand FAQ ]

Posted by webmaster Guido on May 02, 2004 at 19:09:22:

In Reply to: problems with form drawing posted by croat on April 29, 2004 at 15:28:27:

: Hello all!

: The problem is:

: When i'm opening another form i need to have a dialog (ShowMessage) containing some info displayed, after the form is opened. I've put it in FormShow procedure,but the dialog is displayed before the drawing of the form is finished.

: Is there any way I can get it displayed just after the form is drawed?
------------------------------

The OnActivate event is fired after the form is displayed, you should try that one.



Related Articles and Replies:


[ DelphiLand FAQ ]