Hello all. I'm generating a list of items to display for user selection. The nature of the data lends itself to a table rather than a popup list. The user is not to edit anything - simply select one of the choices. I've tried using label cell for the text elements, but the OS seems to be appending colons to my text strings - is this normal? If I try to use text cells with call backs to fill the cells, everything works fine until the user selects/highlights a text cell for the second time (the program does not take the selection until the user presses an "OK" button). Then I get an "Invalid Size" error (running IIIc debug ROM on Emulator) and things go downhill. I've tried all manner of fixes for this - trying to understand what is going on - but to no avail. The field attributes are set to "noneditable" in the load cell callback, so the user cannot change the text. The text data in the table is stored in a global pre-allocated handle array. Any thoughts? Erik Blake -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
