> From: Michael Ryan [mailto:[EMAIL PROTECTED]]
> we use a simple callback function to simply draw items to the listbox 
> In Palm OS 3.5 we have a strange problem where just after the callback 
> function is done all the listbox drawing functions will randomly erase 
> We only have this problem with OS 3.5.  All the other OSes work

Well, the big change in 3.5 is that it can call your callback much more
often than before.  In particular it calls it to highlight and unhighlight
the selected item, compared to pre-3.5 where the OS would just invert the
pixels on screen.  Are you sure your callback handles this correctly?  Does
it make any assumptions about the draw calls coming in top-to-bottom row
order?  That would not be a safe assumption.

(Just a few guesses.)

-slj-


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

Reply via email to