--- Jackie Chang <[EMAIL PROTECTED]> wrote: > I've used a callback function to draw the items of a list > on initialization of a form. The list is drawn but when > you touch the list (ie, scroll, select) I receive a Fatal > Exception. The program completely exits the initialization > function. I'm stumped to what may be causing this. > Please Help.
Patient: "Doctor, it hurts when I do this." Doctor: "Don't do that any more." :) Do you have a symbolic debugger? You could use it to determine the actual line of code that caused the problem. Also, as with nearly all such problems, it would help if you said what Fatal Exception occurred (there are several), along with the code that caused it. __________________________________________________ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
