RE: [flexcoders] Flex Containers.

2005-04-18 Thread Stephen Gilson
: Saturday, April 16, 2005 2:15 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex Containers. Omar - yes, it's an undocumented feature that took me a while to find out about. In your ViewStack, set resizeToContent=true. That's it. Works for tab containers, too. - Tom At 02:00 PM 4/16

Re: [flexcoders] Flex Containers.

2005-04-16 Thread Tom Fitzpatrick
Omar - yes, it's an undocumented feature that took me a while to find out about. In your ViewStack, set resizeToContent=true. That's it. Works for tab containers, too. - Tom At 02:00 PM 4/16/2005, you wrote: Is there a way to make flex containers grow in size insted of showing a scroll bar?

RE: [flexcoders] Flex Containers.

2005-04-16 Thread Omar Ramos
FitzpatrickSent: Saturday, April 16, 2005 2:15 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Flex Containers. Omar - yes, it's an undocumented feature that took me a while to find out about. In your ViewStack, set resizeToContent="true".That's it.Works for tab containers, too.- T

RE: [flexcoders] Flex Containers.

2005-04-16 Thread Tom Fitzpatrick
Are you using Flex 1.5? At 02:47 PM 4/16/2005, you wrote: Thanks for the reply, this is weird tho I see the property in the docs but when I try it, the compiler tells me that viewstack doesn't have that property. Yahoo! Groups Links * To visit your group on the web, go to:

RE: [flexcoders] Flex Containers.

2005-04-16 Thread Omar Ramos
yes, wonder if cuz its .NET beta edition. Omar Ramos Technology Manager www.itacon.net From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom FitzpatrickSent: Saturday, April 16, 2005 3:10 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Flex

Re: [flexcoders] Flex Containers.

2005-04-16 Thread Manish Jethani
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 =