You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi a.mikhailau.
Method "addDependenciesProvider" is removed from SimpleFabricationCommand.
If you whant using dependencies providers you must override property
"dependencyProviders":
<fabrication:FlexApplication>
<fx:Script>
<![CDATA[
override public function get dependencyProviders():Array
{
return [MyProvider];
}
]]></fx:Script>
</fabrication:FlexApplication>
Original issue reported on code.google.com by
[email protected]
on 22 Sep 2010 at 7:24The text was updated successfully, but these errors were encountered: