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 - Unfinished MessageBox API?
Summary: Unfinished MessageBox API?
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: HG 2.0
Hardware: All Windows 8
: P2 major
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-07 18:53 UTC by Taiki
Modified: 2013-05-26 19:12 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!