SFML community forums

Help => General => Topic started by: Saitei on August 13, 2014, 03:34:25 pm

Title: How to open "Open File window"?
Post by: Saitei on August 13, 2014, 03:34:25 pm
Sorry that my english level so bad. I'm russian.

Can I open this window and not lose crossplatform?
Title: Re: How to open "Open File window"?
Post by: Laurent on August 13, 2014, 03:39:52 pm
Not with SFML.
Title: Re: How to open "Open File window"?
Post by: Saitei on August 13, 2014, 03:43:41 pm
Not with SFML.
So sad..
GTK+ + SFML - it's possible?
I ask, because I writing a map editor. I need to load textures
Title: Re: How to open "Open File window"?
Post by: Laurent on August 13, 2014, 04:01:35 pm
Anything + SFML is possible. SFML windows can be embedded inside GUIs created with other toolkits, which is what people usually do when creating tools such as map editors. This way you have a fully featured GUI toolkit to create your tool, and a native SFML rendering window inside.
Title: Re: How to open "Open File window"?
Post by: Saitei on August 13, 2014, 04:58:48 pm
Anything + SFML is possible. SFML windows can be embedded inside GUIs created with other toolkits, which is what people usually do when creating tools such as map editors. This way you have a fully featured GUI toolkit to create your tool, and a native SFML rendering window inside.
I found this (https://github.com/SFML/SFML/wiki/Source:-GTK-SFMLWidget).
I will try