PDA

View Full Version : Fullscreen flick in Vista



Samme
07-12-2008, 06:56 PM
When my openGL application running in fullscreen mode using Vista OS, and turn on the IME(stuff to input Chinese), after I have typed in some key and a Chinese character constructed, the whole screen will become black, showing up the IME window, then return the screen of my application.

This situation will not occur if I use D3D as output device, just the IME window show up and disappear (a little flick of the IME window).

What will be the reason of using openGL being flick?

LangFox
07-15-2008, 06:47 PM
Does other input method (like sougou) cause the problem?

Samme
07-17-2008, 01:56 AM
I tried three different Chinese IMEs, all of them cause the problem.

Samme
08-01-2008, 01:34 AM
It is solved!

Simply remove PFD_DOUBLEBUFFER when preparing pixel format if the OS is Vista.