alan, you gave me the correct hint. i had a wrong correlation between customTableItem and TblSetLoadDataProcedure. i set the type of the cell to a textTableItem instead of a customTableItem and registered a callbackfunction with the TblSetLoadDataProcedure. voila, the string was added to the cell. thank you for your tipps! patrick
Wednesday, February 26, 2003, 4:22:21 AM, you wrote: > 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 -- Best regards, patrick mailto:[EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
