You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, hope I did not miss anything, but as far as I can tell this was not discussed yet (in this decade at least):
The library supports file input dialogs (SDL_ShowFileDialogWithProperties) and message boxes (SDL_ShowSimpleMessageBox) but there is no way to ask for input with any kind of dialog.
(most common would likely be some kind of credential dialog or some URL)
Is that something that can/will be implemented in the library or is it one of the out of scope things?
The text was updated successfully, but these errors were encountered:
Did you have a specific list of input types in mind?
I checked with Zenity, and it offers a plethora of formats, from flat text input/password input to calendar date picking and a progress bar dialog. I can give this a try, if it would be good to have in SDL, but I'd have to check which options are supported cross-platform. (I note for example that Zenity doesn't seem to have a color picker.)
@Semphriss for my use case simple credential dialogs would do.
but would like to have something easy to integrate without lots of dependencies, preferably in SDL
Hi, hope I did not miss anything, but as far as I can tell this was not discussed yet (in this decade at least):
The library supports file input dialogs (
SDL_ShowFileDialogWithProperties
) and message boxes (SDL_ShowSimpleMessageBox
) but there is no way to ask for input with any kind of dialog.(most common would likely be some kind of credential dialog or some URL)
Is that something that can/will be implemented in the library or is it one of the out of scope things?
The text was updated successfully, but these errors were encountered: