TankOs / SFGUI

Simple and Fast Graphical User Interface
zlib License
430 stars 62 forks source link

Requesting Feature: Modal alert box #10

Open jedt opened 10 years ago

jedt commented 10 years ago

It would be nice to have something similar to javascript alert() (modal if possible.)

binary1248 commented 10 years ago

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.

jedt commented 10 years ago

I meant Application-wide modal. Awesome, thanks for the info!

Mezozoysky commented 7 years ago

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.

binary1248 commented 7 years ago

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.

Mezozoysky commented 7 years ago

Got it. Thanx! Great library, anyway.