views:

216

answers:

3

Is there any tool available for Flex applications that acts similar to Web Developer or Firebug toolbar to inspect UI elements?

Basically in a complex hierarchy of UI controls allowing you to browse the elements and see properties such as x and y coordinates, width, height, id.

I'm interested in tools that would allow you to do this at runtime, since most of the properties are dynamic.

+2  A: 

take a look at http://www.demonsterdebugger.com/

you will have to add some extra code but it is easy to do and gives you a wealth of information. works with Flex, AIR and Flash.

Josh
+4  A: 
Vinay Sajip
Ah thank you. Perfect tool :-)
Mircea Grelus
+2  A: 

I have heard good things about "Kap Inspect" but I have not used it personally. They have a demo on their site.

dustmachine