Hi there, I have a 2 column table in a form. The table displays a record in a database in each row (which consists in two elements, so the 2 columns). The cell items are of the custom type. The issue I have is that the drawing function callback associated with the cells is only called for the first record; the remaining records are displayed as small squares which I guess is the default when they are invalidated (to be drawn).
The logic in the code is, schematically: - create the table, making each row unusable in a loop; outside the loop I also set the drawing callback function for each column. - iterate over the database records and for each record mark a row in the table as usable, set the ID, and invalidate it. Any ideas would be much appreciated. Thanks, Fernando -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
