You have done the right thing by setting a TblSetCustomDrawProcedure. Although it also looks like you're doing the rest correctly, I'd firstly try to make sure the item you want to draw is set as a customTableItem. Make sure you're not returning handled to any events you shouldn't be. Make sure you've marked the correct item as invalid.
Step through your code carefully from the point you hit the button. Alan "patrick" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > i'm having problems inserting a string into an exising noneditable table cell. > as an example i set up a form with a button and a table. > when i hit the button the text isn't displayed. i already tried the > TblSetCustomDrawProcedure() function but the callback function wasn't called. > the following code snippets show how the table is initialized and how a > function tries to add a static string to the table cell. > > thank you for any help > > patrick -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
