SFGUI
SFGUI copied to clipboard
Requesting Feature: Modal alert box
It would be nice to have something similar to javascript alert() (modal if possible.)
If you mean OS-wide modal, then no that is not possible since SFGUI sits on top of SFML and only interfaces with the operating system through it and since SFML doesn't support modal dialog boxes it won't be possible in SFGUI.
If you mean application-wide modal, then yes, that is planned. We are currently on hiatus right now, working a bit more on SFML, but when we pick up on SFGUI development again, this will probably be one of the features that makes it in.
I meant Application-wide modal. Awesome, thanks for the info!
Hi, guys! Sorry for troubling You. Is where some "modal" windows/widgets now? My try to figure it out from the source code ended up not so successful - i've found some pieces of related code but don't really understand what state it is in and, actually, how it works :) Thanx. Please dont hurt me for my English.
Not yet... the status quo hasn't changed since my last comment. Focusing more on getting SFML into a stable state. After that SFGUI can receive some attention again.
Got it. Thanx! Great library, anyway.