Re: [flexcoders] Re: Minimized Panel

2007-01-16 Thread Tom Chiverton
On Monday 15 January 2007 17:01, Pablo wrote: VDividedBox and when I drag divider minimized Panel's instance became unminimized. I e its this.height increased automaticaly. So how I can avoid this? You need to set a 'current state' flag, and overide this behaviour in the measure method or

[flexcoders] Re: Minimized Panel

2007-01-15 Thread jocflex
Hi, in our most recent project we managed panels/windows with STATES Just set up a default state and a minimised state, then set the currentState from a button action. Also you can then use transitions to smooth the change. Joc Hi all! People have you any idea how to develop Panel that have

Re: [flexcoders] Re: Minimized Panel

2007-01-15 Thread Pavel Zabelin
Will the Panel dimensions change if I use its State and put it into VDividedBox or like this?

[flexcoders] Re: Minimized Panel

2007-01-15 Thread jocflex
Hi, yes, you can resize the panel, add and remove components and make many other changes from state to state. Joc Will the Panel dimensions change if I use its State and put it into VDividedBox or like this?

Re: [flexcoders] Re: Minimized Panel

2007-01-15 Thread Pavel Zabelin
Some misunderstanding :(. I mean that I dont want that Panel change its size when its STATE is minimized in any parent container. yes, you can resize the panel, add and remove components and make many other changes from state to state.

[flexcoders] Re: Minimized Panel

2007-01-15 Thread jocflex
Hi, then don't change the size when you set up the minimised state. It's up to you how the different states act and look. If you aren't changing the size how is it going to be minimised? Joc Some misunderstanding :(. I mean that I dont want that Panel change its size when its STATE is

Re: [flexcoders] Re: Minimized Panel

2007-01-15 Thread Pablo
Well. I have instance of Panel with some minimized button. Then I click on this button executes script this.height=30 (where this is a Panel's instance). But this Panel instance placed with other Panel instance in VDividedBox and when I drag divider minimized Panel's instance became unminimized.

[flexcoders] Re: Minimized Panel

2007-01-12 Thread Devin Holloway
The Flex2:Training From the Source book has you develop an application that has panels with minimize/maximize buttons. --- In flexcoders@yahoogroups.com, Pavel Zabelin [EMAIL PROTECTED] wrote: Hi all! People have you any idea how to develop Panel that have minimize functionality?

RE: [flexcoders] Re: Minimized Panel

2007-01-12 Thread Merrill, Jason
The Flex2:Training From the Source book has you develop an application that has panels with minimize/maximize buttons. Just to add to that, I bought that book a few days ago, and am going through the lessons and it's really great. It's expensive, but well worth it. Jason Merrill Bank of