Just thought I'd update anyone who'd tried it out, I fixed a bug with the Flex2Xray inspector (and possibly will affect the as3/cs3 component as well). now the properties of an object clicked in the treeview (snapshot) are shown in the property inspector.
Changing most values does work via the Property Inspector, but some are not working. Mainly, primitives like strings, numbers, booleans work fine. This is very early testing for the AS3 Inspection code, but if you feel like trying it out, it does seem to work well. Just takes 2 lines of code in your flex2 app: import com.blitzagency.xray.inspector.flex2.Flex2Xray; private var xray:Flex2Xray = new Flex2Xray(); just put that in at the entry point of your app, and it should work with the latest Xray interface just fine. http://www.rockonflash.com/xray/flex/Xray.html and of course, the source is current here: *http*://osflash-xray.googlecode.com/svn/trunk/ -- [ JPG ]
_______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
