[flexcoders] Who can explain me this:

2009-07-27 Thread lytvynyuk
http://www.adobe.com/2006/mxml"; layout="absolute" creationComplete="init()"> Why third trace(...) outputs 1000 not 200!? :)

RE: [flexcoders] Who can explain me this:

2009-07-27 Thread Gordon Smith
009 6:18 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Who can explain me this: http://www.adobe.com/2006/mxml"; layout="absolute" creationComplete="init()"> Why third trace(...) outputs 1000 not 200!? :)

Re: [flexcoders] Who can explain me this:

2009-07-28 Thread Todd Kerpelman
Here's my guess as to what's going on underneath the hood... private var a:Object = {data:String}; "Let's create an object that lives at memory address 123 RAM Lane. This variable 'a' gives me the object that lives at that address." private var b:Object = {data:String}; "Let's create an object th

RE: [flexcoders] Who can explain me this:

2009-07-28 Thread Gordon Smith
PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Who can explain me this: Here's my guess as to what's going on underneath the hood... private var a:Object = {data:String}; "Let's create an object that lives at memory address 123 RAM Lane. This variable 'a' giv