You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to StageXL
I'm trying to get going with the latest dev version of Dart 2.0 and the dartdevc compiler. After updating to 1.3.1+2, my applications compile. Now I'm running into an issue with Mouse listeners. Mousing over a SimpleButton instance gives:
_js_helper.TypeErrorImplementation.new {message: "Type '(MouseEvent) => void' is not a subtype of type '(Event) => void' in strong mode", Symbol(_error): Error
I get similar errors when adding a click listener to a Sprite:
_js_helper.TypeErrorImplementation.new {message: "Type '(InputEvent) => void' is not a subtype of type '(Event) => void' in strong mode", Symbol(_error): Error