[flexcoders] Re: currentState question

2008-04-25 Thread ghus32
try this this.currentState='statename' --- In flexcoders@yahoogroups.com, Nicolas Boulet-Lavoie [EMAIL PROTECTED] wrote: Hello, When I try to use this VERY easy command : currentState = I'm getting this error. Error #2006: L'index indiqué sort des limites.

[flexcoders] Re: currentState question

2008-04-25 Thread Dmitri Girski
Bonjour, I am pretty sure that this error comes as a consequence of changing the state. You should check what happens when you change the state - probably you trying to access an element which does not exist in the base state. Cheers, Dmitri. --- In flexcoders@yahoogroups.com, Nicolas

[flexcoders] Re: currentState question

2008-04-25 Thread Andrew Wetmore
The other possibility is that the problem comes from using double quotation marks () instead of single(''). currentState likes single quotation marks. --- In flexcoders@yahoogroups.com, Dmitri Girski [EMAIL PROTECTED] wrote: Bonjour, I am pretty sure that this error comes as a consequence

RE: [flexcoders] Re: currentState question

2008-04-25 Thread Nicolas Boulet-Lavoie
: 25 avril 2008 12:49 À : flexcoders@yahoogroups.com Objet : [flexcoders] Re: currentState question The other possibility is that the problem comes from using double quotation marks () instead of single(''). currentState likes single quotation marks. --- In flexcoders@yahoogroups.com

Re: [flexcoders] Re: currentState question

2008-04-25 Thread Derrick Anderson
*Objet :* [flexcoders] Re: currentState question The other possibility is that the problem comes from using double quotation marks () instead of single(''). currentState likes single quotation marks. --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Dmitri Girski [EMAIL PROTECTED

RE: [flexcoders] Re: currentState question

2008-04-25 Thread Nicolas Boulet-Lavoie
Anderson Envoyé : 25 avril 2008 13:41 À : flexcoders@yahoogroups.com Objet : Re: [flexcoders] Re: currentState question i'm with ghus32, if you only have 2 states, why not just use the currentState = 'statename' ? do you still get an error with that? d. On Fri, Apr 25, 2008 at 1:22 PM, Nicolas

RES: [flexcoders] Re: currentState question

2008-04-25 Thread DANIEL CREDIDIO - INFORMATICA
: sexta-feira, 25 de abril de 2008 14:51 Para: flexcoders@yahoogroups.com Assunto: RE: [flexcoders] Re: currentState question Derrick, Yes, even if I write : this.currentState = 'frmLogin'; I'm getting the same error. I will explain further my application design. mx:Application

[flexcoders] Re: currentState question

2008-04-25 Thread Tim Hoff
Anderson Envoyé : 25 avril 2008 13:41 À : flexcoders@yahoogroups.com Objet : Re: [flexcoders] Re: currentState question i'm with ghus32, if you only have 2 states, why not just use the currentState = 'statename' ? do you still get an error with that? d. On Fri, Apr 25, 2008 at 1:22

RE: [flexcoders] Re: currentState question

2008-04-25 Thread Nicolas Boulet-Lavoie
::URLLoader/onComplete() Does it gives more infos? Thanks Nicolas De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Tim Hoff Envoyé : 25 avril 2008 14:18 À : flexcoders@yahoogroups.com Objet : [flexcoders] Re: currentState question Hey Nicolas, It douen't look

RES: [flexcoders] Re: currentState question

2008-04-25 Thread DANIEL CREDIDIO - INFORMATICA
+5585 4006-5613 [EMAIL PROTECTED] De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em nome de Nicolas Boulet-Lavoie Enviada em: sexta-feira, 25 de abril de 2008 15:47 Para: flexcoders@yahoogroups.com Assunto: RE: [flexcoders] Re: currentState question Hello, I'm still getting

RE: [flexcoders] Re: currentState question

2008-04-25 Thread Battershall, Jeff
? Thanks Nicolas De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Tim Hoff Envoyé : 25 avril 2008 14:18 À : flexcoders@yahoogroups.com Objet : [flexcoders] Re: currentState question Hey

RE: [flexcoders] Re: currentState question

2008-04-25 Thread Nicolas Boulet-Lavoie
– CE – 61760-000 T +5585 4006-5613 [EMAIL PROTECTED] De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em nome de Nicolas Boulet-Lavoie Enviada em: sexta-feira, 25 de abril de 2008 15:47 Para: flexcoders@yahoogroups.com Assunto: RE: [flexcoders] Re: currentState question Hello

RE: [flexcoders] Re: currentState question

2008-04-25 Thread Nicolas Boulet-Lavoie
() at flash.net::URLLoader/onComplete() Does it gives more infos? Thanks Nicolas De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Tim Hoff Envoyé : 25 avril 2008 14:18 À : flexcoders@yahoogroups.com Objet : [flexcoders] Re: currentState question Hey Nicolas

[flexcoders] Re: currentState question

2008-04-25 Thread Tim Hoff
state, you simply move the form into view. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nicolas Boulet-Lavoie Sent: Friday, April 25, 2008 2:47 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: currentState question

[flexcoders] Re: currentState question

2008-04-25 Thread Dmitri Girski
/onComplete() Does it gives more infos? Thanks Nicolas De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Tim Hoff Envoyé : 25 avril 2008 14:18 À : flexcoders@yahoogroups.com Objet : [flexcoders] Re: currentState question Hey