Fred, That's great, but I must remind you that this code cannot be stored on Apache Git or SVN without a software grant or other indication from the code owners, regardless of its license. Apache has a policy of not taking stuff even though it is out in the open.
Thanks, -Alex On 10/12/13 11:42 AM, "Frédéric THOMAS" <webdoubl...@hotmail.com> wrote: > >Just committed fxSpy 1.4 > > >Inspect, edit and monitor your Flex application's components properties >and >styles. > >This is a port of the <https://code.google.com/p/fxspy/> original version >for Flex 4.x SDKs (works as well on 2/3 or in compatibility mode, has been >tested with custom PopPupManager where all the display list and popups >belong a particular container too). > >Check out the ><http://www.mieuxcoder.com/data/2007/12/FlexSpy-1.2/dashboard.html> live >demo (in the application, click the flexSpy button on the top-right >corner) > >fxSpy allow you to inspect and dynamically change most properties and >styles >of the visual components in your Flex application. You can - for example - >try out a specific width or a background color for your component before >changing it in your code. > >The code is released under <http://sam.zoy.org/wtfpl/> WTFPL > > > >Here is the code https://github.com/doublefx/fxSpy > > >