Closed GoogleCodeExporter closed 9 years ago
FYI,
The current workaround I used is this:
if (!proxy)
{
var p:FabricationDependencyProxy = retrieveProxy(FabricationDependencyProxy.NAME) as FabricationDependencyProxy;
use namespace fabrication_internal;
proxy = p.getDependency("productsProxy") as IProductsProxy;
}
Original comment by a.mikhai...@gmail.com
on 6 Jan 2011 at 6:51
Hi Mikhail,
Did you check this with the newest version? Should work with no problem.
Original comment by rafael.s...@gmail.com
on 10 Jan 2011 at 10:12
Fixed in 0.7.6.4
Original comment by PiotrZarzycki21@gmail.com
on 14 Jan 2014 at 11:18
Original issue reported on code.google.com by
amikhail...@gtempaccount.com
on 17 Dec 2010 at 10:42