mrozmanith / flexcairngorm

Automatically exported from code.google.com/p/flexcairngorm
0 stars 0 forks source link

setting a property as [Bindable] in a command creates error #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have a command titled 'AddUserCommand' which extends
com.universalmind.cairngorm.commands.Command.  If I set a variable in the
command as [Bindable], I get the following error: 

Implementation of interface 'flash.events:IEventDispatcher' cannot be added
to class 'AddUserCommand', due to collision with existing method or
property 'dispatchEvent'.   

I am guessing its not good practice to set a command property as
[Bindable].  However, just thought I would point out the issue.

Original issue reported on code.google.com by alex.ros...@gmail.com on 6 Dec 2008 at 4:57

GoogleCodeExporter commented 8 years ago
On a side note, thanks so much for creating these excellent extensions!

Original comment by alex.ros...@gmail.com on 6 Dec 2008 at 4:59