We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 1745

Summary: Unfinished MessageBox API?
Product: SDL Reporter: Taiki <taiki>
Component: videoAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: major    
Priority: P2    
Version: HG 2.0   
Hardware: All   
OS: Windows 8   

Description Taiki 2013-03-07 18:53:35 UTC
Hi, if you create a message box (with SDL_ShowSimpleMessageBox or the other API), it only create a huge window with the content of the message into, very different of a 'classical' message box.
This has been experimented on Windows 8

Is it because people working on those API forgot to finish them? Or to a Windows8 bug? Or simply by design in which case, they aren't really usable...

Regards

Taiki
Comment 1 Sam Lantinga 2013-05-26 17:41:52 UTC
The message box API wasn't finished on Windows.
It should work correctly in the latest snapshot now:
http://www.libsdl.org/tmp/SDL-2.0.zip
Comment 2 Taiki 2013-05-26 18:00:48 UTC
Confirmed, thanks :)
Comment 3 Sam Lantinga 2013-05-26 19:12:45 UTC
Great!