Re: [flexcoders] Cairngorm Events

2006-07-26 Thread Michael BADEN
I think you made a mistake when declaring your event listener: the method addEventListener accept as first parameter the event type and not the event class name. Example : package events { public static const EVENT_NAME : String = myevent; public class MyEvent { public function MyEvent() {

Re: [flexcoders] Flexunit Help Req, the TestRunnerBase/startTest() gives TypeError

2006-07-07 Thread Michael BADEN
I have the same problem. Any solution ? 2006/7/5, Beverly Guillermo [EMAIL PROTECTED]: Hello everyone, I have been really trying to findto work out this problem and even tried searching for theanswerthrough the flexcoder archives and through Google/Ask but have not yet found any

[flexcoders] [Flex 2 Beta3] Problem using ...rest parameter

2006-05-30 Thread Michael BADEN
Hello flexcoders, ActionScript 3.0 introduces a new parameter declaration called the ... (rest) parameter. This parameter allows you to specify an array parameter that accepts any number of comma- delimited arguments. The parameter can have any name that is not a reserved word. This

Re: [flexcoders] problem in passing Collection of valueobjects from flex to java

2006-05-10 Thread Michael BADEN
Be sure that ALL your java VO classes have getter setter method for private properties, and a default constructor. 2006/5/10, ssdevi_2002 [EMAIL PROTECTED]: Hi,I am getting a weird problem when passing value objects from Flex 1.5 to Java. Initially it is not able to decode the action script

[flexcoders] flex Validators

2005-07-19 Thread michael BADEN
Did someone know a way to acces Flex validators source code ? Thanks for your help. Mike -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com