I have a couple of very basic questions:
1) this is in FormHandleEvent:
case frmOpenEvent:
frmP = FrmGetActiveForm();
FormInit(frmP);
FrmDrawForm(frmP);
handled = true;
break;
If the up-arrow or down redraws the table (customdraw
table), will the FormInit fires again?
what about other controls such as label? Will it
redraw too (it is not part of the table)?
2) this is in FormHandleEvent too:
case ctlSelectEvent:
switch (eventP->data.ctlSelect.controlID) {
case ScrollUpRepeating:
ScrollUpRows();
handled = true;
break;
Seems like ScrollUpRows() is not called. I have my
table redraw in that function. Is something else fired
when the repeating button (up-arrow) is clicked?
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/