Hi all,
I have two repeating buttons; ScrollUpRepeating and ScrollDownRepeating
with
both set with Font 'Symbol 7'. My question is, how can I make both the up
and down
arrows appear during Form load? I tried this :
ScrollUpIndex = FrmGetObjectIndex(pFrm, ScrollUpRepeating);
ScrollDnIndex = FrmGetObjectIndex(pFrm, ScrollDownRepeating);
FrmUpdateScrollers(pFrm, ScrollUpIndex, ScrollDnIndex, true, true);
But the repeating buttons still does not appear. On the other hand, when I
try this :
FrmUpdateScrollers(pFrm, ScrollUpIndex, ScrollDnIndex, true, false);
Only the 'greyed' down repeating button appears, while the up repeating
button is not visible. Why is this? Please help, as this is getting
frustrating!
Thanks a lot.
Regards,
Edwin
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/