[flexcoders] Re: Please Help: Not being able to access the .as class from mxml in Flex 2 Beta 2

2006-05-06 Thread eairox
; From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of eairox > Sent: Thursday, May 04, 2006 7:02 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Please Help: Not being able to access the .as > class from mxml in Flex 2 Beta 2 > > Hi, > > I

[flexcoders] Please Help: Not being able to access the .as class from mxml in Flex 2 Beta 2

2006-05-04 Thread eairox
Hi, I am not able to use the actionscript class in the mxml. I have declared a class as follows: Class: Program.as     import mx.collections.*;     //These imports should be unnecessary in the final release     import mx.data.IManaged;     import mx.data.utils.Managed;     import mx.core.mx_