Choose the Transition effect?  Do you mean use a different effect than the 
fade, or change the effect at runtime?  If you want something other than fade, 
you can use any of the available effect, Zoom, Rotate, Move, ect...  If you are 
wondering if you can change it during runtime, I believe it's possible, 
although I haven't done it.  It shouldn't be much more than setting the 
showEffect or hideEffect during runtime.  Sorry if I misunderstood your 
question, but hopefully that is what you were looking for.

________________________________

From: flexcoders@yahoogroups.com on behalf of Yiðit Boyar
Sent: Sat 12/2/2006 2:34 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] tabnavigator transitions



hmm, now i got the logic. (but did not try)
i did not used to know that i could add these effects to child containers,
thanks a lot...
in addition, is there a way to choose the transition effect?

----- Original Message ----
From: Dustin Mercer <[EMAIL PROTECTED]>
To: flexcoders@yahoogroups.com
Sent: Saturday, December 2, 2006 11:55:35 PM
Subject: RE: [flexcoders] tabnavigator transitions



Yigit,

You can try to use the hide and show effects on the child containers of the 
TabNavigator. The TabNavigator will play these effects when it changes. Here is 
some small pseudo code... You can use any of the Flex events in place of the 
fade affect. Note this was coded in Outlook, so not sure if it compiles, just 
wanted to throw something together for you.

<mx:Fade id="fadeIn" alphaFrom="0" alphaTo="1" />
<mx:Fade id="fadeOut" alphaFrom="1" alphaTo="0" />

<mx:TabNavigator>
<mx:VBox showEffect=" {fadeIn}" hideEffect=" {fadeOut} " />
<mx:VBox showEffect=" {fadeIn}" hideEffect=" {fadeOut} " />
<mx:VBox showEffect=" {fadeIn}" hideEffect=" {fadeOut} " />
<mx:VBox showEffect=" {fadeIn}" hideEffect=" {fadeOut} " />
</mx:TabNavigator>

____________ _________ _________ __

From: [EMAIL PROTECTED] ups.com <mailto:flexcoders%40yahoogroups.com>  on 
behalf of Yiðit Boyar
Sent: Sat 12/2/2006 11:06 AM
To: [EMAIL PROTECTED] ups.com <mailto:flexcoders%40yahoogroups.com> 
Subject: [flexcoders] tabnavigator transitions

after being a coder for years, i've always been away from design... but now i 
need to do some transition efect to my tabnavigator; but i could not find any 
example; can anyone please help me? (i need an example transition code that 
works on tabnavigator)
i need:
1: basic transition effect between tab changes for the tabnavigator
2: some special effect that i trigger between specific changes. (is this 
possible; i mean while passing from tab0 to tab4 , i want to play a special 
effect)

thanks for your helps..

Yigit Boyar

____________ _________ _________ __

Everyone is raving about the all-new Yahoo! Mail beta. <http://us.rd. 
yahoo.com/ evt=42297/ *http://advision .webevents. yahoo.com/ mailbeta 
<http://us.rd.yahoo.com/evt=42297/*http://advision.webevents.yahoo.com/mailbeta>
 > 





__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

 

<<winmail.dat>>

Reply via email to