Re: [flexcoders] problem with parallel

2008-01-30 Thread Gustavo Duenas
Ok, I did with the targets, instead of target and the result was: error 1120: Access of undefined property port_Folio and so on for the next states names, there is something I did wrong? regards Gustavo On Jan 25, 2008, at 11:12 PM, Sherif Abdou wrote: mx:transitions mx:Transition

Re: [flexcoders] problem with parallel

2008-01-25 Thread Rob Rusher
You need to use targets instead of target. I also wasn't clear on your sentence, but contact, whoWe and portfolio need to be components not states. I think that is what you meant, but I just wanted to be sure. Regards, Rob On Jan 25, 2008 2:13 PM, Gustavo Duenas [EMAIL PROTECTED] wrote: Hi

Re: [flexcoders] problem with parallel

2008-01-25 Thread Sherif Abdou
are you srue it is not in the mx:Parallel/ since it needs to be targetS not target - Original Message From: Gustavo Duenas [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, January 25, 2008 3:13:29 PM Subject: [flexcoders] problem with parallel Hi I have a problem

[flexcoders] problem with parallel

2008-01-25 Thread Gustavo Duenas
Hi I have a problem with this codes I'm trying to seta transitions between a group of states, but when I try to compile it, it says that the there is an undefined property named as two of the states: ...but it appears not to be the answer... am I doing something wrong.? This is the code for