Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FxSpy as desktop AIR application #1

Open
GoogleCodeExporter opened this issue Mar 20, 2015 · 2 comments
Open

FxSpy as desktop AIR application #1

GoogleCodeExporter opened this issue Mar 20, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link
Collaborator

Hi!
Great work!
It would be great if you develop an AIR application based on the FxSpy
component, which allows users to inspect any flex application on the system
(as it Spy++ does for regular Win32 apps).
I am not sure if AIR sandbox will allow to implement "find objects using
mouse pointer" feature, when user can inspect flex UI objects under the
"crosshair" cursor. Still, i think it is possible to make this using .NET
on Windows or something different on other OSes (of course, if AIR supports
proper interoperability).
It would be a really helpful tool. Thanks.

Original issue reported on code.google.com by e.zolo...@gmail.com on 2 Jan 2008 at 7:08

@GoogleCodeExporter
Copy link
Collaborator Author

The way to do it is to compile the logic and the crosshair feature into the app 
you
want to monitor, and have it communicate via local connection with the AIR app 
using
a named pipe (I would generate a new name from the running app every session 
and type
it into the AIR app -- local connection has issues with reusing names).

Original comment by dewhis...@gmail.com on 9 Dec 2008 at 8:25

@GoogleCodeExporter
Copy link
Collaborator Author

or http://demonsterdebugger.com/

Original comment by ghazi.no...@gmail.com on 8 Apr 2011 at 10:10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant