Board index » delphi » Modal modeless form

Modal modeless form

I want to display a "pause"-screen while processing - meaning the form has
to be modeless.
But, I want to disable all other forms while processing, like a modal form.

Help appreciated..!!

Regards,
Leif

 

Re:Modal modeless form


You should be able (if you're careful) to assign an event to the
Screen.OnActiveFormChange event which sets focus back on your pause form.
You'll likely run into some minor problems to be worked out (such as
exactly when to assign/unassign the event so as to prevent it from firing
when you actually do want the form to go away), but it should be
workable...
--
David S. Becker
ADP Dealer Services (Plaza R&D)
d...@plaza.ds.adp.com
(503)402-3236
 Leif Nygaard wrote in article <01bc8045$f182a120$71adeac2@lcneiler>...

Quote
>I want to display a "pause"-screen while processing - meaning the form
has
>to be modeless.
>But, I want to disable all other forms while processing, like a modal
form.

>Help appreciated..!!

>Regards,
>Leif

Other Threads