Re: [flexcoders] var in Loop

2006-10-11 Thread Mayur Bais
yeah thanks it was helpfull :) On 10/11/06, EECOLOR <[EMAIL PROTECTED]> wrote: Hello,   Its not that the concept of the for..in loop has changed (i think), but the way classes are defined internally has changed.   Properties and methods of classes that are defined inside the class definiti

RE: [flexcoders] var in Loop

2006-10-10 Thread Gordon Smith
oups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of EECOLOR Sent: Tuesday, October 10, 2006 1:29 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] var in Loop   Hello,   Its not that the concept of the for..in loop has changed (i think), but the way classes are

Re: [flexcoders] var in Loop

2006-10-10 Thread EECOLOR
Hello,   Its not that the concept of the for..in loop has changed (i think), but the way classes are defined internally has changed.   Properties and methods of classes that are defined inside the class definition will not change at runtime. This is (i think) why they are stored in a different p

RE: [flexcoders] var in Loop

2006-10-10 Thread newLearner learner
at describes the type (hmm, probably the reason whythey named it that way)Dirk.> -Original Message-> From: [EMAIL PROTECTED]ups.com > [mailto:[EMAIL PROTECTED]ups.com] On Behalf Of flexlearner> Sent: Monday, October 09, 2006 12:54 PM> To: [EMAIL PROTECTED]ups.com> Subject: [fle

RE: [flexcoders] var in Loop

2006-10-09 Thread Dirk Eismann
, probably the reason why they named it that way) Dirk. > -Original Message- > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of flexlearner > Sent: Monday, October 09, 2006 12:54 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] var in Loop &

[flexcoders] var in Loop

2006-10-09 Thread flexlearner
hello all, I have a action script class which is bindable and instantiates objects of other class as : -- -- [Bindable] public class Templateobjects { public var template1 = new sampleTemplate1(); public var template

[flexcoders] var in loop

2006-10-09 Thread flexlearner
hello all,I have a action script class which is bindable and instantiates objects of other classas : quote: [Bindable]public class Templateobjects{public var template1 = new sampleTemplate1();public var template2 = new sampleTemplate2();public function Templateobjects(){// constructor function