[Flashcoders] public variable tracing inside class only..

2007-08-05 Thread Omar Fouad
i have the following code in my Xm class: {other code here... where i call the function below...} public var CompanySorts:Array = new Array(); public function companySearch(criteria:String) { var totalCompanies:Number = CompanyA.length; for (var i:Number = 0;

Re: [Flashcoders] public variable tracing inside class only..

2007-08-05 Thread sean
Hi Omar, it's not clear from your example, but does the Xm class constructor actually call the companySearch function or define the CompanySorts array? Sean www.flashcoder.net i have the following code in my Xm class: {other code here... where i call the function below...} public

Re: [Flashcoders] public variable tracing inside class only..

2007-08-05 Thread Omar Fouad
here is the whole code import omarfouad.UT.Delegate; class Xm { public var currentFile:XML = new XML(); public var CompanySorts:Array = new Array(); private var CompanyA:Array = new Array(); private var ActivityA:Array = new Array(); private var LocationA:Array = new

Re[2]: [Flashcoders] public variable tracing inside class only..

2007-08-05 Thread R�kos Attila
flashcoders@chattyfig.figleaf.com Date:Sunday, August 5, 2007, 12:40:46 PM Subject: [Flashcoders] public variable tracing inside class only.. --===-- here is the whole code import omarfouad.UT.Delegate; class Xm

Re: Re[2]: [Flashcoders] public variable tracing inside class only..

2007-08-05 Thread Omar Fouad
:Omar Fouad [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com flashcoders@chattyfig.figleaf.com Date:Sunday, August 5, 2007, 12:40:46 PM Subject: [Flashcoders] public variable tracing inside class only

Re: Re[2]: [Flashcoders] public variable tracing inside class only..

2007-08-05 Thread Omar Fouad
Subject: [Flashcoders] public variable tracing inside class only.. --===-- here is the whole code import omarfouad.UT.Delegate; class Xm { public var currentFile:XML = new XML(); public var

Re: Re[2]: [Flashcoders] public variable tracing inside class only..

2007-08-05 Thread sean
: Re: Re[2]: [Flashcoders] public variable tracing inside class only.. actually the xml file is being read as in i can extract vaules thourgh it. On 8/5/07, Omar Fouad [EMAIL PROTECTED] wrote: i dont get you... On 8/5/07, Rákos Attila [EMAIL PROTECTED] wrote: Omar, look again

Re: Re[2]: [Flashcoders] public variable tracing inside class only..

2007-08-05 Thread Omar Fouad
] On Behalf Of Omar Fouad Sent: Sunday, August 05, 2007 7:09 AM To: Rákos Attila; flashcoders@chattyfig.figleaf.com Subject: Re: Re[2]: [Flashcoders] public variable tracing inside class only.. actually the xml file is being read as in i can extract vaules thourgh it. On 8/5/07