RE: [Flashcoders] E4X strangeness

2010-12-06 Thread Merrill, Jason
igleaf.com] On Behalf Of Mendelsohn, Michael Sent: Monday, December 06, 2010 11:56 AM To: Flash Coders List Subject: RE: [Flashcoders] E4X strangeness Hi Henrik... Thanks for responding. What do you mean by decompile the output? How would I do that? - MM > I can't see any reason how this

RE: [Flashcoders] E4X strangeness

2010-12-06 Thread Mendelsohn, Michael
Hi Henrik... Thanks for responding. What do you mean by decompile the output? How would I do that? - MM > I can't see any reason how this should happen. But my gut instinct says that you should decompile the output and see how the generated loops look like. ___

Re: [Flashcoders] E4X strangeness

2010-12-06 Thread Henrik Andersson
Mendelsohn, Michael skriver: Hi list... For some strange reason (and I mean REALLY strange), the second statement below depends on the first statement. As far as I can tell, the two lines have nothing to do with each other. When c runs, clickedOne returns an XMLList. When c is commented ou

[Flashcoders] E4X strangeness

2010-12-06 Thread Mendelsohn, Michael
Hi list... For some strange reason (and I mean REALLY strange), the second statement below depends on the first statement. As far as I can tell, the two lines have nothing to do with each other. When c runs, clickedOne returns an XMLList. When c is commented out, clickedOne returns null. va