>I have a form that I use to scroll through a dynamically changing set of >fields. The problem I run into seems to be that if I have a field that was >set to singleline = 1 then set to singleline = 0 then back that I recieve >an error "No word wrapping info", Does anyone have any ideas what I might >be doing wrong or is this just a quirk?
You can't change the field type from single-line to multi-line, or vice versa, by changing the value of this flag. It would be nice if FldSetAttributes caught attempts to change internal attributes on debug ROMs, but it currently doesn't. The documentation for FldSetAttributes contains a warning about trying to set attributes that are for internal use only. But the documentation for the FieldAttrType (at least in my copy of the docs) doesn't clearly note which attributes are for internal use - and the singleLine attribute is one of these. -- Ken -- Ken Krugler TransPac Software, Inc. <http://www.transpac.com> +1 530-470-9200 -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
