Re: Arrow on scroll bar

2002-04-24 Thread Terry Dennis
I ran into something similar many moons ago. If I recall correctly, it had something to do with optimization of the scroll bar processing in Palm OS. It only draws the arrowheads when it thinks it needs to. By drawing a bitmap over the arrowhead, you confused the optimization routine. To get ar

Arrow on scroll bar

2002-04-22 Thread Azrul
This one is puzzling me... and i hope someone can help me out here... Here's what i did 1. show form (frmShowForm ...) 2. draw bitmap over the scrollbar ... windrawbitmap (it draw on top of the scrollbar, therefore the scrollbar is gone. no surprise there. 3. frmShowObject ( scroll bar) the