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()