SFML community forums

Help => General => Topic started by: Finn on December 01, 2010, 08:17:06 pm

Title: Handling FileInput?
Post by: Finn on December 01, 2010, 08:17:06 pm
Anyone's got an idea how I could manage to open a filescreen where you can choose a file? Like almost every software has...something like an "Open"-thing. Hope you know what I mean :)
Title: Handling FileInput?
Post by: darekg11 on December 01, 2010, 09:43:39 pm
As far as I know there is some function and right control in WinApi to manage this.
Title: Handling FileInput?
Post by: Ceylo on December 01, 2010, 11:20:39 pm
I suppose this would be the job of a GUI API. You can then choose one integrated (displayed) in SFML (see wiki (http://www.sfml-dev.org/wiki/en/projects/gui)) or an independent one (Qt, wxWidgets, GTK, [...], or an OS specific API).


Edit: after a bit of thinking, I don't think the integrated API can provide an open panel for now (not enough evolved yet).