On 4/17/05, Omar Ramos <[EMAIL PROTECTED]> wrote:

> yes, wonder if cuz its .NET beta edition. 

If resizeToContent is not working for you, another option is to take
over the sizing of the ViewStack.

  <ViewStack id="vs" change="myChangeHandler()" />

  function myChangeHandler():Void
  {
    vs.width = vs.selectedChild.preferredWidth;
    vs.height = vs.selectedChild.preferredHeight;
  }

i.e. always size the ViewStack to the preferred width/height of the
selected child.

-- 
[EMAIL PROTECTED]
http://manish.revise.org/


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to