Hi,

On 4.1 and 5.0 debug ROMs, I'm trying to change the label for a label on a
form using CtlSetLabel.  This works fine on a release ROM, but a debug ROM
gives me a "Not a control object" error.  I looked at Palm's Control.c
source and it is throwing this error because the control pointer is of type
frmLabelObj (in the formObjects enum in Form.h) and the CtlSetLabel source
in Control.c throws the error if the control is not of type frmControlObj.

Am I supposed to change a label's label on a form another way or could this
be a bug in the debug ROM as it works fine on the release ROM?

Thanks,
Shawn



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

Reply via email to