liju1985 commented on issue #861:
URL: https://github.com/apache/royale-asjs/issues/861#issuecomment-647311272
Hi @aharui @Harbs Corrected many errors. Thanks for your support. Can you
help on following:
1. import flash.utils.Dictionary; What should I use for this? Im storing my
object in it
private var viewHelpers : Dictionary;
public function register( viewName : String, viewHelper : FedExViewHelper )
: void
{viewHelpers[ viewName ] = viewHelper;
}
2. import flash.display.DisplayObject; Replacement for this
3. <mx:AddChild & <mx:RemoveChild
4. <mx:headerRenderer> & <mx:Component> in <mx:DataGridColumn
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]