Open GoogleCodeExporter opened 9 years ago
Forgot this, also needed to change to get it working:
From:
private function removeBusyCursor(e:MySqlEvent=null):void {
CursorManager.removeBusyCursor();
}
To:
private function removeBusyCursor(e:Event=null):void {
CursorManager.removeBusyCursor();
}
Because the method receives 3 types of event, not only MySqlEvent
Original comment by pablotor...@gmail.com
on 26 Mar 2009 at 8:21
Original comment by celeryn...@gmail.com
on 24 May 2009 at 9:13
Committed to subversion 178.
Original comment by celeryn...@gmail.com
on 24 May 2009 at 9:22
Original issue reported on code.google.com by
pablotor...@gmail.com
on 26 Mar 2009 at 8:17