[11 Mar 2010] Interesting Bug in Win32 Executables when Display is First Hidden
Posted: Sat Jun 13, 2020 5:32 pm
Note: This is an archived post that was originally sent to the Hollywood mailing list on Thu, 11 Mar 2010 00:13:03 -0000
The following code works correctly on OS4.1; but if I compile it for Win32, there is a big problem---the requester appears BEHIND the main window. This only happens when the display is initially hidden and when run on Windows (at least with Windows 7).
The following code works correctly on OS4.1; but if I compile it for Win32, there is a big problem---the requester appears BEHIND the main window. This only happens when the display is initially hidden and when run on Windows (at least with Windows 7).
Code: Select all
@DISPLAY {Hidden=True}
OpenDisplay(1)
WaitLeftMouse()
SystemRequest("Test Requester", "This is only a test.", "OK")
End()