Warning Unable to bind to Property "somevar" on object 'Object' class is not an IEventDispatcher?'
hi all,
how resolve below warning:
warning unable bind property "somevar" on object 'object' class not ieventdispatcher
thanks,
sunil rana
the solution use property of object ieventdispatcher, rather property on generic object. example, make property variable in mxml file, or create class implements ieventdispatcher. in either case think must mark property [bindable] metatag data binding code gets generated.
More discussions in AIR Development
adobe
Comments
Post a Comment