[flexcoders] Re: Does anyone know how to get an accordion to occupy a specified relative height (

2009-02-25 Thread Keith Hughitt
In case anyone else runs into the same problem, here is how you can setup the event handler to respond to application resizes: http://www.adobe.com/2006/mxml"; width="100%" height="100%" resize="onResize();"> ... private function onResize():void { optionsAccordion.height = details.height =

[flexcoders] Re: Does anyone know how to get an accordion to occupy a specified relative height (

2009-02-25 Thread Keith Hughitt
--- In flexcoders@yahoogroups.com, "Tim Hoff" wrote: > > > Unless you specify the height of the accordion, it will grow; based on > the size of the first child. > > > > > > -TH Still no luck-- even if I specify the height as above, the accordion will expand beyond 25% if there is

[flexcoders] Re: Does anyone know how to get an accordion to occupy a specified relative height (

2009-02-24 Thread Tim Hoff
Unless you specify the height of the accordion, it will grow; based on the size of the first child. -TH --- In flexcoders@yahoogroups.com, "Keith Hughitt" wrote: > > Does anyone know how to get an accordion to occupy a specified relative > height (e.g. 25% of the application)