At 16:40 2002-12-5 -0800, you wrote:
> When you set up the list item, you need to tell
> PalmOS how many entries the list is supposed to
have,
> and that determines how often and with what values
> MainFormListDrawItem() gets called.

This statement should have told the list to draw 132
time, right? because numRecords=132.
Actually, the number of times your list draw routine is called depends on the number of visible elements there are in the list. You probably need to call LstSetListHeight (or similar) to let it know how long the list is, since it doesn't have special knowledge about what kind of data is being used to draw the custom list.

--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com


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

Reply via email to