[flexcoders] Flex 2 B 2 + Cairngorm 2 - Simple Question

2006-04-25 Thread Darren Houle
I'm fairly new to Flex and really new to Cairngorm and am trying to break Cg2 down and understand it (I'm not trying to understand Cg.99 and then learn Cg2, I'm just jumping into 2.) I have a quick question: In the Cg2 sample CairngormLogin.mxml theres a Label in the loggedIn VBox...

Re: [flexcoders] Flex 2 B 2 + Cairngorm 2 - Simple Question

2006-04-25 Thread Suresh Akula
Hello Darren, its good partice to typecast with orginal object and invoke the object members. --Suresh Akula. --- Darren Houle [EMAIL PROTECTED] wrote: I'm fairly new to Flex and really new to Cairngorm and am trying to break Cg2 down and understand it (I'm not trying to understand

Re: [flexcoders] Flex 2 B 2 + Cairngorm 2 - Simple Question

2006-04-25 Thread Darren Houle
PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex 2 B 2 + Cairngorm 2 - Simple Question Date: Tue, 25 Apr 2006 12:59:59 -0700 (PDT) Hello Darren, its good partice to typecast with orginal object and invoke the object members. --Suresh Akula

Re: [flexcoders] Flex 2 B 2 + Cairngorm 2 - Simple Question

2006-04-25 Thread Suresh Akula
if it contains other objects with an attributes you need to access. That sounds kinda silly to me, that's why I'm asking :-) Thanks! Darren From: Suresh Akula [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex 2 B

RE: [flexcoders] Flex 2 B 2 + Cairngorm 2 - Simple Question

2006-04-25 Thread Tobias Patton
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Suresh Akula Sent: Tuesday, April 25, 2006 2:05 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex 2 B 2 + Cairngorm 2 - Simple Question LoginVO is user defined object and where as Date is System defined object, no need to type

Re: [flexcoders] Flex 2 B 2 + Cairngorm 2 - Simple Question

2006-04-25 Thread Darren Houle
-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex 2 B 2 + Cairngorm 2 - Simple Question Date: Tue, 25 Apr 2006 14:04:35 -0700 (PDT) LoginVO is user defined object and where as Date is System defined object, no need to type the these objects. --Suresh