Google this.  There is at least  one component out there.  I think it
was called a "drawer".

Tracy

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of learner
Sent: Tuesday, February 06, 2007 5:03 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] functionality to open n close a panel?

 

try this :


 

<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml
<http://www.adobe.com/2006/mxml> ">

    <mx:Resize id="expand" target="{img}"  heightTo="350"/>
    <mx:Resize id="contract" target="{img}" heightTo="60"/>

    <mx:Panel title="Resize Effect Example" width="534" height="350" 
        paddingTop="10" paddingLeft="10" paddingRight="10"
paddingBottom="10" id="img"> 

         
       
    </mx:Panel>
    <mx:Button label="Expand" click="expand.end(); expand.play();"/>
    <mx:Button label="Contract" click="contract.end();
contract.play();"/>
</mx:Application>

Regards,

Ps
 

On 2/6/07, sanjaypmg <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> > wrote: 

Hi All,

Please hav a look on the following mentioned URL:

http://www.asfusion.com/apps/homelocator/
<http://www.asfusion.com/apps/homelocator/> 

There is a panel on the right hand side with MAP which have been 
created using Yahoo API... there is one more panel on the same with 
SrollBar. this panel has an pointed arrow in the middle of the 
scroll bar. 

When you click on this left pointed arrow, a panel opens and left 
poninted arrow converts to right pointd arrow. 

when you click on the right pointed arrow, the same panel closes and 
right pointed arrow changes to left pointed arrow. 

I want to create the same panel in my flex application...

Can anyone help me to create the same feature or if someone has the 
same example, can he/she share the same with this group?

It would be a great help... 

thanks,
Sanjay sharma

 

 

Reply via email to