Hi,
I am getting the below error in my application
"TypeError: Error #1034: Type Coercion failed: cannot convert "vbox1"
to flash.display.DisplayObject................."
I got this error when I add transition effect to the vbox1. Here is
the code for transition.
<mx:Transition fromState="*" toState="Inquiry_Balance" >
<mx:Sequence target="{vbox1}" >
<mx:Resize target="{this}" heightFrom="86" />
<mx:WipeDown target="vbox1" duration="500" />
</mx:Sequence>
</mx:Transition>
Please help me to resolve this.
Thanks in advance.
--
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en.