Hi,
  While your drawing, I hope your code should be like that

WinPushDrawState();

------
-----
----

WinPopDrawState();

If not please do the drawing inside this push and pop.

As for as your flickering problem is concern you can use following API, please 
verify that your code should be in following syntax only:

WinPushDrawState();
WinScreenLock(WinScreenLockType lockType);
//do your drawing here
WinScreenUnlock();
WinPopDrawState();

Note: The following Lock type is supported
WinLockCopy
WinLockErase
winLockDontCare

I hope with this your flickering problem will get resolved.

Best Regards
Mukesh Singh
Sr. Software Engineer
Hands-On Mobile
-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to