i also call FldRecalculateField after FldSetBounds so it will update its
internal structures. with this combination i had no problems so far

Lynn Allan wrote:
> I've got a form that mostly consists of a ListType next to a multi-line 
> FieldType. I want to be able to hide the ListType and expand the width of the 
> FieldType to the full width.
> 
> To change the height, I've used FldGetBounds, adjusted the rect.extent.y and 
> then called FldSetBounds. This works fine. 
> 
> However, the documentation for FldSetBounds has this NOTE:
> 
> You can change the height or location of the field while it's visible, but do 
> not change the width. 
> 
> So can I change the width, and if so, how? Does the FieldAttrType.dynamicSize 
> have to be set to 1? Do I have to hide the FieldType with FrmHideObject, make 
> the change, and then call FrmShowObject?
> 
> 

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

Reply via email to