1
DotNet / Two issues with version 1.6: Alt+Tab and VSync
« on: February 04, 2011, 11:04:33 am »
On a different machine, UseVerticalSync(...) works as expected, no matter how I configure the driver.
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.
QuoteI expect the application to minimize and the desktop to return with its original dimension, until I activate the application again. I should have mentioned that I am talking about a fullscreen application.
What happens is that the desktop is shown with the dimension of the SFML application, with the SFML application shown as a window.
I see. This problem should be fixed one day in SFML 2 (but maybe not 2.0).
QuoteYou are right, I could have been more clear. I am using a german graphic driver and did not come up with a translation instantly. By not forcing I mean the "let the application choose" option.
This may be a driver issue, do you have the latest version of the driver?
Quote1. Alt+Tab does not act as expected.
What do you expect? What does it do?
Quote2. I am not able to activate vsync by using ".UseVerticalSync(true);", but it is functioning when I force the graphics driver to do it. Strange as it is: When I use ".UseVerticalSync(false);", it is actually turned off, even when the graphics driver ist forced to use it.
When you're not forcing it in your driver, do you select instead "let the aplpication choose" or "force disable"? (just to be sure)