http://bugs.winehq.org/show_bug.cgi?id=33149 --- Comment #11 from Dmitry Timoshkov <dmitry(a)baikal.ru> 2013-03-11 04:34:51 CDT --- (In reply to comment #10)
Regarding the MessageBox below the splash problem: splash at some point gains WS_EX_TOPMOST style set, that's not something that application does, it's a wineserver action.
wineserver does that in response to SetWindowPos(HWND_TOPMOST, splash), so apparently that's an application desire to make the splash top most. It's not clear whether MessageBox code should cope with such situations, or WS_EX_TOPMOST should be removed at some point from splash. Do you have Windows around to check with Spy++ or similar tool what styles MessageBox and splash windows have there? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.