Hi,

I'm having a problem with FlexJS events.

* In TodoListView (a extension of ViewBase) if I use in a component
something like: change="logTodo(event)"

and the method is

public function logTodo(event:Event):void {
   // something
}

a type coercion error is thrown that said org.apache.flex.events.Event is
not flash.events.Event

I need to use: public function
logTodo(event:org.apache.flex.events.Event):void { ... } to make it work or
it doesn't compile

So it seems there's a scope problem in MXML,

What do you think about it?


-- 
Carlos Rovira
http://about.me/carlosrovira

Reply via email to