> I having problem with displaying data in a label.  I am able to display
> integers converted to ascii that are only 1 digit long.  However, whenever
I
> have a double or greater digit number to be displayed, my code gets
> corrupted and causes mega fatal errors.

According to the SDK reference for FrmCopyLabel, "the size of the new label
must not exceed the size of the label defined in the resource."  So, if you
plan on putting a 3-digit number into the label, you must use at least a
3-digit number when you create the label in your resource (with Constructor,
for instance).

My guess is that your label in the resource contains 1 character.

Jeff




-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to