Hello everyone,

after solving another problem with modal dialogs I had a look on Bug 2011 (http://www.freepascal.org/mantis/view.php?id=2011).
To fix this bug it is necessary to add some system dependent Win32 code as well as some code to Application.

The old window state must be saved somewhere in the TApplication. Then the window states must be modified using system dependent code (Win32). After the modal window is closed, the
old window state must be restored.

I can only implement the Win32 widget set, but changes to TApplication would make it incompatible with other widgets. Any ideas?

    Christian

Reply via email to