SFML community forums

Help => Graphics => Topic started by: panithadrum on September 25, 2010, 02:42:21 pm

Title: QSfmlWidget
Post by: panithadrum on September 25, 2010, 02:42:21 pm
Hello. I am using the QSfmlWidget provided by Laurent, and I have the following problem:

I would like to be able to change the context settings while my widget is running, so when I do sf::RenderWindow::Create(winId()) the widget stops displaying new content, and the console shows the following:
Quote
Failed to set pixel format for device context -- cannot create OenGL context (by the way, there is a spelling error in that sentence :P)
Failed to activate the window's context (this is repeated every frame)


What should I do? Maybe some kind of close function? (I tried to call sf::RenderWindow::Close before,  but still getting this error).
Title: QSfmlWidget
Post by: Laurent on October 03, 2010, 11:16:47 am
Does it work if you keep the same context settings as before? Have you tried to copy and paste the creation code that is inside the QSFMLCanvas class?