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

2006-05-10 Thread Umesh Garg
Hi, Thanks for replying.   Yes, Program.as live in test package and it is in test directory. In the flex builder, there is no compile-time error. I get the error, when I run it.   This is the directory configuration:   - programview.mxml - test\Program.as   Am I missing any configurat

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

2006-05-04 Thread Peter Farland
@yahoogroups.com Subject: [flexcoders] Please Help: Not being able to access the .as class from mxml in Flex 2 Beta 2 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

[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_