| | Borland/delphi question Kevin L. Clague
|
| | Well, once again I've hit my limit.... I use a custom form for LPub's main form. I also use a simple custom form for the Cancel window that contains two buttons. When LPub is processing something that takes a long time, it does CanceForm->Show(). (...) (20 years ago, 1-Apr-05, to lugnet.cad.dev)
|
| | |
| | | | Re: Borland/delphi question Anders Isaksson
|
| | | | (...) You could try setting another parent for the CancelForm, maybe zero for the DeskTop? Maybe there is some problem when you try to close a child of a minimized form? (20 years ago, 1-Apr-05, to lugnet.cad.dev)
|
| | | | |
| | | | Re: Borland/delphi question Ross Crawford
|
| | | | (...) Have you tried doing a mainform->restore() (or whatever the Delphi version is) before closing the child? It is likely the user won't mind the window re-appearing when some long processing is finished. If you're worried about that, you could (...) (20 years ago, 1-Apr-05, to lugnet.cad.dev)
|
| | | | |
| | | | | | Re: Borland/delphi question Kevin L. Clague
|
| | | | (...) This one did it. Thanks for the help. Kevin (...) (20 years ago, 1-Apr-05, to lugnet.cad.dev)
|
| | | | |