Is there any tool for Flex applications that works similar to a web developer or a Firebug toolbar for checking user interface elements?
Mostly in a complex hierarchy of user interface controls that allows you to view items and view properties such as x and y coordinates, width, height, identifier.
I'm interested in tools that allow you to do this at runtime, since most properties are dynamic.
source
share