robotlegs / robotlegs-framework

An ActionScript 3 application framework for Flash and Flex
https://robotlegs.tenderapp.com/
MIT License
967 stars 261 forks source link

Problem with StageCrawler #124

Closed jakubgondek closed 11 years ago

jakubgondek commented 11 years ago

scanContainer method in StageCrawler extension calls getChildAt in a loop, but so happens to be that Alternativa3D View class getChildAt method looks like this:

override public function getChildAt(index:int):DisplayObject{ throw (new error("Unsupported operation.")); }

I don't have any ideas on fixing that, maybe you guys can point any?

Best regards Jakub Gondek

creynders commented 11 years ago

Hi,

Are you sure you need the StageCrawler extension? It just ...um... crawls through the display list to see if there are any views readily on-stage that need mediating, when bootstrapping the context. It's a convenience, nothing more.

We'll definitely look into this though.

jakubgondek commented 11 years ago

Hi,

I'm not sure if I need that extension, but when I disabled it, the app still worked :)

darscan commented 11 years ago

The StageCrawler Extension is for the classic Display List only, so I'm going to close this issue for now.