Hello,
I am trying to use WinScreenLock to avoid flickering.
I use it the following way:
   UInt8 * lPreventFlicker = 0;
   //prevent flickers
   if (hasNewFeatureset35())
   {
       lPreventFlicker = WinScreenLockPadict(winLockCopy);
   }



//insert code for drawing here

   if (lPreventFlicker)
   {
       WinScreenUnlockPadict();
   }


This locks up on Garmin iQue3600 and on tungsten C (maybe on other device).
The lock up is only on the physical machine, nothing on the simulator.
I really need help on this one. what other precaution should I use when using WinScreenLock.
Is there any known bugs?
Best regards
Benoit




--
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to