Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Lia-Sae

Pages: [1]
1
General discussions / SFML with gtkmm
« on: October 21, 2011, 09:52:29 am »
Wouldn't surprise me at all. I'll try it with a Linux VM (or piss of a Debian-addict costudent 'till he tries).
Thanks for your answer :)

2
General discussions / SFML with gtkmm
« on: October 07, 2011, 07:50:40 pm »
Hello.
I'm aware the topic is quite old / has been dead for a while : but I have tried to use the widget code provided here and it just won't work.
I'm trying to use the SFML as an OpenGL context in a gtkmm interface, and the SFML seems to take hold of the whole window. When calling Display() in on_idle (even when stripping out the GL code), it makes all gtkmm elements disappear. It's as if the Create() method of sf::RenderWindow took the top-level window handle instead of the child window handle.
I'm using gtkmm 2.22 and SFML 1.6, on Windows with Visual Studio 2010. Which versions did you use for the widget in order to get it to work ?

Pages: [1]