Git Product home page Git Product logo

fxspy's Introduction

Hi there 👋

fxspy's People

Watchers

 avatar

fxspy's Issues

FlexSpy 1.2 source download doesn't contain all AS files

What steps will reproduce the problem?
1. Download the FlexSpy 1.2 sources zip
(http://fxspy.googlecode.com/files/FlexSpy-1.2-src.zip)

2. Unzip the files
3. Open the unzipped FlexSpy project in Eclipse 

What is the expected output? What do you see instead?

Compilation errors : ComponentPropertiesEditor and ComponentStylesEditor
can't be found.

What version of the product are you using? On what operating system?

http://fxspy.googlecode.com/files/FlexSpy-1.2-src.zip

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 23 Mar 2009 at 1:55

Parent property to set the output window

hi, thanx for the great stuff! it really speeds up debugging time!

btw: it would be very usefull if there were a "parent" property (similar to
the Alert.show() method) to route the FxSpy window. this is important for
air apps which often deal with many app windows. 

regards 
jan viehweger
flexmongo.wordpress.com

Original issue reported on code.google.com by [email protected] on 14 Jul 2008 at 12:07

Popups are not considered by FlexSpy

What steps will reproduce the problem?
1. Create a Popup in your application and invoke it using
PopUpManager.createPopup
2. Include flexSpy in your project.
3. On invoking FlexSpy, popups would not be shown in the Object Tree. Try
Finding the Component and it would still not highlight the Popup.

What is the expected output? What do you see instead?
Popups should be displayed in the Object Tree

What version of the product are you using? On what operating system?
Flex 3.0 Windows XP

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 29 Jul 2008 at 4:16

Flex Spy's iniatilzed Height and Width should be configurable.

What steps will reproduce the problem?
1. Create a smallish Flex project (800x600, etc)
2. Add Flex Spy to your project and launch it.
3. The FlexSpy window is too large, filling the screen and not allow for
inspection

What is the expected output? What do you see instead?
It would be nice to allow arguments to be passed to the show() method that
lets the developer configure the launched panel.

What version of the product are you using? On what operating system?
1.2

Please provide any additional information below.
I have some source files to fix this. They are attached.

Original issue reported on code.google.com by chadudell on 23 Apr 2009 at 1:59

Attachments:

Modal popups do not appear in the FlexSpy dropdown

What steps will reproduce the problem?
1. Create a popup in your application and invoke it using 
PopUpManager.createPopUp(null, PopupClass, true);
2. Run your application and open FlexSpy

What is the expected output? What do you see instead?
The popup should be displayed in the "root" drop down menu.  Instead, I 
only see "Main".  In fact, if the popup is not modal, it does appear.

What version of the product are you using? On what operating system?
FlexSpy 1.3, Flex 3.4, Windows

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 13 Jan 2010 at 4:23

(Hopefully) Simple feature request

First off, fxspy is great, and I love it already!  Saving me a lot of
design time.

There is a simple feature I'd like to see implemented.  If you want to edit
a component's properties/styles (right-hand datagrid), add a double-click
capability that lets you edit the property instead of always having to
click the little pencil icon.  Just a little accelerator that might be helpful.

Original issue reported on code.google.com by [email protected] on 7 Apr 2010 at 5:54

does flexspy supports flex4 sdk

I tried running a simple example using flex4 sdk and flexspy.
1. i get an error 

 Error #1009: Cannot access a property or method of a null object reference.
    at
mx.managers::PopUpManagerImpl/http://www.adobe.com/2006/flex/mx/internal::getTop
LevelSystemManager()[E:\dev\gumbo_beta2\frameworks\projects\framework\src\mx\man
agers\PopUpManagerImpl.as:437]
    at
mx.managers::PopUpManagerImpl/addPopUp()[E:\dev\gumbo_beta2\frameworks\projects\
framework\src\mx\managers\PopUpManagerImpl.as:297]
    at
mx.managers::PopUpManagerImpl/createPopUp()[E:\dev\gumbo_beta2\frameworks\projec
ts\framework\src\mx\managers\PopUpManagerImpl.as:231]

so, the question is does flexspy supports flex4 yet?

IT would be so nice and would help alot if it already does.

Original issue reported on code.google.com by [email protected] on 10 Feb 2010 at 9:40

FxSpy as desktop AIR application

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 [email protected] on 2 Jan 2008 at 7:08

Executing class methods? Flexspy console/shell

It would be really nice to be able to execute arbitrary AS3 code from
flexspy.  Something similar to how the FireBug console allows you to enter
javascript and it returns the result to the logger.

Original issue reported on code.google.com by [email protected] on 15 Jan 2009 at 10:28

[New Feature Request]

Hi,

I am using you tool for some time now, it is really useful!

I was thinking about something to make it better. 
Would it be possible to add a "highlight" button.
This button would do the same a when an item is selected in the tree.
(yellow highlight).

Optionally, the FlexSpy windows could disapear during highlighting.

That would be great !

Folken

Original issue reported on code.google.com by [email protected] on 13 Jan 2010 at 3:30

Popups are not considered by FlexSpy

What steps will reproduce the problem?
1. Create a Popup in your application and invoke it using
PopUpManager.createPopup
2. Include flexSpy in your project.
3. On invoking FlexSpy, popups would not be shown in the Object Tree. Try
Finding the Component and it would still not highlight the Popup.

What is the expected output? What do you see instead?
Popups should be displayed in the Object Tree

What version of the product are you using? On what operating system?
Flex 3.0 Windows XP

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 29 Jul 2008 at 4:18

too height

What steps will reproduce the problem?
1. the flexspy window is too height,I can't to see page's last part!

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
version:Flex3   OS:windowsXP

Please provide any additional information below.
email:[email protected]    from:china beijing

Original issue reported on code.google.com by [email protected] on 24 Jul 2008 at 2:43

Exception thrown when selecting components

1. Open FlexSpy 
2. Select any component in the tree

ArgumentError: Error #1063: Argument count mismatch on 
mx.binding::PropertyWatcher(). 
Expected 3, got 2.
    at _com_flexspy_imp_DataGridNameRendererWatcherSetupUtil/setup()
    at com.flexspy.imp::DataGridNameRenderer/initialize()
    at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()
    at mx.core::UIComponent/addChild()
    at mx.controls::DataGrid/commitProperties()
    at mx.core::UIComponent/validateProperties()
    at mx.managers::LayoutManager/validateProperties()
    at mx.managers::LayoutManager/doPhasedInstantiation()
    at Function/http://adobe.com/AS3/2006/builtin::apply()
    at mx.core::UIComponent/callLaterDispatcher2()
    at mx.core::UIComponent/callLaterDispatcher()

Using Flex 3 beta 2

Original issue reported on code.google.com by iconara on 8 Jan 2008 at 11:27

FlexSpy default root should be system manager

FlexSpy is great.  There are a couple of limitations however:

1) FlexSpy's default root is Application.application.  This causes anyone
using to not see a large portion of their page in the object tree.

2) FlexSpy's 'Find Component' feature is somewhat inaccurate.  It doesn't
always narrow down to the last component in a tree.  For example:  You
cannot use the Find Component button to figure out what are the contents of
a grid cell.

I've added some code which seems to solve these 2 issues.  Please review,
and feel free to use this as you please.

The default root is now Application.application.systemManager, so you can
see the entire page hierarchy.

The only potential drawback, is in order to get this working, I had to set
"includeChrome" to false when calling ComponentTreeItem.getHitComponent().
 While this prevents chrome from being targeted, it greatly increases the
number of other components that are targetable.

Hope you find this helpful.

-Hob

Original issue reported on code.google.com by [email protected] on 3 Jun 2008 at 8:05

Attachments:

Filterlist and save css styles to file

...

also it would be cool if there were an filter method which acts as a
include/exclude mechanism. with that we could explicit show/hide
displayobject and/or their properties. imagine you provide an app where you
let the user customize parts of the visuals. rolebased show/hide options
would be helpfull too.

thinking this over it would be nice too if it were possible to save the
style changes into a new .css file. 

best regards
jan viehweger
flexmongo.wordpress.com


Original issue reported on code.google.com by [email protected] on 14 Jul 2008 at 12:18

FlexSpy will not investigate components inside SwfLoader

What steps will reproduce the problem?
1. Create a project with a Swfloader and FlexSpy.
2. Load a precompiled swf into this Swfloader.  Eg
swfLoader.load("otherSwf.swf");
3. Run the project, and open FlexSpy.  You will see no information
displayed about the components inside SwfLoader.

What is the expected output? What do you see instead?
I would like to see the entire hierarchy for this swf inside of the
SwfLoader.  Instead I just see the child swfLoader, with only information
about the swfloader, and no information about the components inside.

What version of the product are you using? On what operating system?
FlexSpy 1.3, Windows

Please provide any additional information below.
Great tool - wish it had this additional functionality!
Thanks!
-Weston

Original issue reported on code.google.com by [email protected] on 26 Oct 2009 at 9:20

compile error on textFieldStyleName on Flex 3.6 Air 2.6

What steps will reproduce the problem?
1.environment: flex 3.6.0 Air 2.6; IntelliJ 11.1
2.Add flexSpy 1.3 to module dependencies, linkage can be "Extenal" 
3.Once build or make the project,

What is the expected output? What do you see instead?
the build should be green. But getting error:

[QuikView Application (module **-**-**)] Declaration of style 
'textFieldStyleName' conflicts with previous declaration in C:\Program Files 
(x86)\Adobe\Adobe Flash Builder 4 
Plug-in\sdks\3.6.0\frameworks\libs\framework.swc(mx/controls/colorPickerClasses/
SwatchPanel).

What version of the product are you using? On what operating system?

Flex 3.6.0 Air 2.6. 
OS: Windows 7 64bits
IntelliJ 64 11.1

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 15 May 2012 at 6:12

issue with solution given to defect ID 12

HI All

I found the same issue , but i  added this code into corresponding 
ComponentTreeItem.as. when i compiled, i got new flexspy.swc. when i tried 
to add 
this into my application project lib and run the app. i got an error

---- Illegal override of FlexModuleFactory in mx.core.FlexModuleFactory.

i am using flex sdk 3.2 to compile

Please help me on this


Original issue reported on code.google.com by [email protected] on 30 Dec 2009 at 9:24

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.