Alan, I looked into the ToDo list/DateBook examples but they capture the event to wrap the text, whereas in my case, I know that I will always have text to be wrapped in two rows in one column,so I needed a simpler solution.. Finally I have managed to do it. The text gets wrapped alright with '\n' but the problem was that the height of the row was not enough to fit both the rows. So the second line was getting drawn alright but then overwritten by the second row of data in the table. Hence now I'm using "void TblSetRowHeight (TableType *tableP, Int16 row, Coord height)" to increase the height and everything works fine. However, another question, tapping on the second line of the column does not generate any event. Is there someting I'm missing? Thanks again. Prashant
--- Alan Ingleby <[EMAIL PROTECTED]> wrote: > Table are fun aren't they? Seriously though, while > I don't know the exact > cause of your problem, can I suggest you look at the > sourcecode for the ToDo > list. It uses tables extensively, and shows how to > do what you're after. __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
