[Flashcoders] Accordion Sizing Weirdness

2006-04-12 Thread Mike Anderson
Hello All, I am confused about the Accordion Control, and how it's reacting to Resize Events. For example, a MenuBar Component - also a V2 Control, when I issue a Resize Event and give it new _width parameters, the control widens appropriately without any Menu Items distorting. Controls

Re: [Flashcoders] Accordion Sizing Weirdness

2006-04-12 Thread eric dolecki
in your onResize - have you tried setSize( w, h ) yet? also - I am using an accordion right now - some children contain listboxes, datagrids, etc. One cool thing I am doing is when the accordion is resizing, i am resizing the contents inside the children too - nice and tight. On 4/12/06, Mike

RE: [Flashcoders] Accordion Sizing Weirdness

2006-04-12 Thread Mike Anderson
clarify all those things for me? Thanks Eric :) Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of eric dolecki Sent: Wednesday, April 12, 2006 2:43 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Accordion Sizing Weirdness in your onResize