you wrote: > I draw i table which is not editable. But every time pres on it, > it starts > to show some strange > chars and it draws the line below the field... Why is that? > You could set a breakpoint in the formHandleEvent to see where to code jumps to when you press on the table. Do you have code to process any table related event? If you do, my guess is you forget a break statement so instead of getting out of the switch statement, it goes to the next case ... just a guess.
tnn -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
