Hi everyone. I have complicated problem I cant work around :-( I am trying to draw a graphic form header using the title which is set in the FormType structure. First I call FrmDrawForm, and after that I call WinDrawBitmap, to draw the graphic header and the title in it.
The Problem: There is flickering I am trying to avoid. Workarounds I have tried but unsuccesfully: 1. I set FrmSetTitle(frmP, ""); - all OS < 5.0 , "understand" that it is empty title and doesnt draw the standart title and rectangle for it, but OS >= 5.0 draw the rectangle although the title is emtpy! 2. I call WinScreenLock and WinScreenUnlock, but in OS >= 5.0 this functions flicker also!! 3. I have tried to call FrmRemoveObject to remove the title from the form but something is messing up: the emulator says I am touching MemMgr memory and usualy some of the controls are messed up. If anyone has any ideq pls help. Thank you very much! __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
