[11 Mar 2010] Interesting Bug in Win32 Executables when Display is First Hidden

Contains all messages from the Hollywood mailing list between 01/2006 and 08/2012
Locked
PEB
Posts: 591
Joined: Sun Feb 21, 2010 1:28 am

[11 Mar 2010] Interesting Bug in Win32 Executables when Display is First Hidden

Post by PEB »

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

Code: Select all

@DISPLAY {Hidden=True}
OpenDisplay(1)
WaitLeftMouse()
SystemRequest("Test Requester", "This is only a test.", "OK")
End()
User avatar
airsoftsoftwair
Posts: 5915
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

[13 Mar 2010] Re: Interesting Bug in Win32 Executables when Display is First Hidden

Post by airsoftsoftwair »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Sat, 13 Mar 2010 00:35:43 +0100
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).
Happens on XP, too. I'll try to fix it. Thanks for the report!
Locked