[flexcoders] Re: Help with error

2009-05-08 Thread markgoldin_2000
This is unbelievable! I am playing with Gumbo. I was compiling many times, but I was getting this error. But now, after I checked my Iframe class (did not do anything just opened.). It ran fine. Well, as long as it works... --- In flexcoders@yahoogroups.com, Tom Chiverton tom.chiver...@...

RE: [flexcoders] Re: Help with error

2009-05-08 Thread Jonathon Stierman
all your latest updates. Jonathon From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of markgoldin_2000 Sent: Friday, May 08, 2009 10:55 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Help with error This is unbelievable! I am playing with Gumbo

[flexcoders] Re: Help with error #1119

2008-09-22 Thread David Schenk
I thought that too but when I tried that, flex had a problem with var n:int = ciData.length; instead it gives me a 1069 error. let me mention that before I tried to break the code apart it did work. Perhaps a little more explaination I am trying to move the dp:Array() that was in the

Re: [flexcoders] Re: Help with error #1119

2008-09-22 Thread Haykel BEN JEMIA
All that you're using in the ArrayCollection are the length property and [] to access its items. Both are also available for the Array, so no special handling here. Could you post the whole error messages or better an example that we can compile and having the same problem? Anyway, you have to

[flexcoders] Re: Help with error message ASAP!

2005-10-02 Thread delaquae
) for more info. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kelly Roman Sent: Sunday, October 02, 2005 4:31 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Help with error message ASAP! You

[flexcoders] Re: Help with error message ASAP!

2005-10-02 Thread delaquae
[mailto:[EMAIL PROTECTED] On Behalf Of Kelly Roman Sent: Sunday, October 02, 2005 4:31 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Help with error message ASAP! You are going to have to break up your file into components. It's a good design practice anyways so get