[flexcoders] ApplicationControlBar - highlightAlphas doesn't exist but I can still use it

2006-08-07 Thread nelsoncostabatista
Hello all, I'm using an ApplicationControlBar and needed to use the style highlightAlphas, as I did with the beta versions. In the MXML code and in the documentation, this style doesn't exist, but if I set this style with Action Script I can still use it. Is this normal? Is this a compatibility

[flexcoders] Re: flex2 final - cant use 'Embed ' inside a style sheet

2006-08-04 Thread nelsoncostabatista
Hello all, For the CSS, to avoid errors you must write like this: upSkin: Embed(source=/yourAppRoute/button1.png); notice the . Best. --- In flexcoders@yahoogroups.com, bhaq1972 [EMAIL PROTECTED] wrote: i was trying out the example where it says you can use an Embed in an external style

[flexcoders] Transitions – How to apply movement to SetStyleAction(horizontalCenter proprety)

2006-06-22 Thread nelsoncostabatista
Hello all, I'm defining a few states in my application and transitions between these states. In the beginning of the design development I was using the property x for a panel, and in the transition I defined: mx:Move easingFunction={Circular.easeOut} duration=1000 target={myDataPanel}/ And the

[flexcoders] How to modify a component design to give a 3d effect

2006-04-27 Thread nelsoncostabatista
Hello all, I would like to change a component layout (for example a panel with some fields in it), in order to give it a 3d feeling. I don't want to change the skin, but the way the component and its child are drawn in the screen. I want to give to the whole component a feeling of dept, for

[flexcoders] Re: Error when a Transition is interrupt

2006-03-31 Thread nelsoncostabatista
, Nelson Batista --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: Do you have a simple testcase that we can try? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nelsoncostabatista Sent: Thursday, March

[flexcoders] Error when a Transition is interrupt

2006-03-30 Thread nelsoncostabatista
Hello all ,I'm gettingsome problems with Transitions.If the userinterrupts the execution of a Transition, selecting another State that willstart another Transition, the objects in the screen will be missdisplaced and when you make another action in the application, you'll getthis