Re: problems with form drawing


[ DelphiLand FAQ ]

Posted by webmaster Guido on May 02, 2004

In Reply to: Re: problems with form drawing posted by rbh 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
-------------------

IMHO, there is no OnEnter event for a Tform...


Related Articles and Replies:


[ DelphiLand FAQ ]