[flexcoders] Re: degrafa capacity indicator resizing

2009-08-18 Thread kaushal.shah05
Below is the link to the application: http://degrafa.org/source/CapacityIndicator/CapacityIndicator.html --- In flexcoders@yahoogroups.com, "kaushal.shah05" wrote: > > does anyone know how to dynamically change the size of the indicator bar? > > binding variables to the width and height did n

[flexcoders] Re: degrafa capacity indicator resizing

2009-08-19 Thread valdhor
>From looking at the source code for that application, the width of the >indicator bar is bound to the value of the capacityWidth slider. Try adding the following button to the controls HBox to see what happens: --- In flexcoders@yahoogroups.com, "kaushal.shah05" wrote: > > Below is the link

[flexcoders] Re: degrafa capacity indicator resizing

2009-08-24 Thread kaushal.shah05
I've tried using States to zoom in/out but no luck. Full code below: http://www.adobe.com/2006/mxml"; layout="absolute" xmlns="http://www.degrafa.com/2007"; xmlns:reflector="com.rictus.reflector.*" xmlns:filters="flash.filters.*" backgroundGradientColors="

[flexcoders] Re: degrafa capacity indicator resizing

2009-08-25 Thread valdhor
Did you try adding the button I mentioned? Do you understand what it does? --- In flexcoders@yahoogroups.com, "kaushal.shah05" wrote: > > I've tried using States to zoom in/out but no luck. Full code below: > > >xmlns:mx="http://www.adobe.com/2006/mxml"; > layout="absolute" >