Re: problems with form drawing


[ DelphiLand FAQ ]

Posted by rbh on April 29, 2004

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

: 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?

: Thanks in advance

Did you try to put it in an OnEnter procedure?
Don't know if it's that but try


Related Articles and Replies:


[ DelphiLand FAQ ]