Re: Event Fired When A Transition is Complete?

2016-11-25 Thread flex capacitor
nComplete" type of event available. I think there > is one available for view states, just not traditional states. > > > > -- > View this message in context: http://apache-flex-users.2 > 46.n4.nabble.com/Event-Fired-When-A-Transition-is-Complete-t > p14202p14212

Re: Event Fired When A Transition is Complete?

2016-11-23 Thread bilbosax
tes. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Event-Fired-When-A-Transition-is-Complete-tp14202p14212.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Event Fired When A Transition is Complete?

2016-11-23 Thread flex capacitor
body have any ideas for a good workaround to this problem? Again, I > need > to know when a transition is 100% complete and my component is in place. > > Thanks. > > > > -- > View this message in context: http://apache-flex-users. > 246.n4.nabble.com/Event-Fired-When-A-Transition-is- > Complete-tp14202.html > Sent from the Apache Flex Users mailing list archive at Nabble.com. >

Re: Event Fired When A Transition is Complete?

2016-11-23 Thread Alex Harui
On 11/23/16, 12:06 PM, "bilbosax" wrote: >Worked like a charm! Thanks for the solution, I was not even aware of >callLater. > >But honestly, how does Flex, a graphics rich and easy to manipulate >graphical elements framework, not have a transitionComplete type of event? >Seems a little like an

Re: Event Fired When A Transition is Complete?

2016-11-23 Thread Josh Tynjala
ics rich and easy to manipulate > graphical elements framework, not have a transitionComplete type of event? > Seems a little like an oversight. > > > > -- > View this message in context: http://apache-flex-users. > 2333346.n4.nabble.com/Event-Fired-When-A-Transition-is-

Re: Event Fired When A Transition is Complete?

2016-11-23 Thread bilbosax
: http://apache-flex-users.246.n4.nabble.com/Event-Fired-When-A-Transition-is-Complete-tp14202p14206.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Event Fired When A Transition is Complete?

2016-11-23 Thread Alex Harui
Try using callLater on effectEnd to let the player finish drawing before running more code. -Alex On 11/22/16, 10:48 PM, "bilbosax" wrote: >I have a mobile app in which I need to wait until a transition is 100% >complete before I call on itemrenderers to populate a list. I have looked >and loo

Event Fired When A Transition is Complete?

2016-11-22 Thread bilbosax
my component is in place. Thanks. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Event-Fired-When-A-Transition-is-Complete-tp14202.html Sent from the Apache Flex Users mailing list archive at Nabble.com.