To display a multi-line label, I would use a non-editable, non-underlined field, which you can then load with your string resource. Even if you accidentally find a way to get a form label to display multi-line, I think this may confuse the form hit-testing or who knows what (and these rules have changed over the versions, so even if it works on one OS version, it might not work on others).
Dave Parker TapPoint www.tappoint.com "Scott Gauss" <[EMAIL PROTECTED]> wrote in message news:99102@;palm-dev-forum... > > I'm creating a multi-line string resource, using carriage returns. Looking at the string in constructor, it shows as 0D. However, when I load the resource in my app, the carriage returns have been replaced by linefeeds (0A). > > It's a bummer, because I'm trying to change a label with this resource, and the label ignores the linefeeds, leading to a bad display. If I change the 0As to ODs in the debugger, FrmCopyLabel works fine. > > Scott > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
