GithubHelp home page GithubHelp logo

swapy's Introduction

test 

swapy's People

Watchers

James Cloos avatar

swapy's Issues

Real Time observation of the object

1. Select static object.
2. Start observation in a separate thread.
3. SWAPYs main window is minimized.

Observation (window?) should show log of object changes, which have been made 
with it by user.

It can be useful to investigate an object behavior while normal work.

Original issue reported on code.google.com by [email protected] on 16 Dec 2011 at 8:17

Long names in properties viewer

When I click to copy a long value, I get it cut.

Example text:
Access names : ['Static21', 
u'\u041b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0435 
\u0437\u043e\u043d\u044b - \u044d\u0442\u043e 
\u0430\u0434\u0440\u0435\u0441\u0430, 
\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0435 
\u0442\u043e\u043b\u044c\u043a\u043e \u0432 \u0432\u0430\u0448\u0435\u0439 
\u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0439 
\u0441\u0435\u0442\u0438, \u043e\u043d\u0438 \u0431\u0443\u0434\u0443\u0442 
\u0440\u0430\u0437\u0440\u0435\u0448\u0430\u0442\u044c\u0441\u044f \u0441 \u04

Original issue reported on code.google.com by [email protected] on 14 Jun 2012 at 1:51

Resizable UI

Object browser - 1/2 (left)
Editor - 1/4 (right, top)
Properties - 1/4 (right, bottom)


Original issue reported on code.google.com by [email protected] on 10 Dec 2011 at 8:50

How to get refresh when pop up happens?

What steps will reproduce the problem?
1.
2.
3.


Please provide any additional information below.

Sometimes child windows or other windows pop up as a result of automated 
actions on a given window. Is there a way to refresh the main display to 
capture these newly created windows?

Thanks!



Original issue reported on code.google.com by [email protected] on 19 Mar 2012 at 3:32

  • Blocking: #23

Object's icon

Add icons for all object types in the Objects browser.
For: Window, Static, Edit, etc.

Original issue reported on code.google.com by [email protected] on 10 Dec 2011 at 9:03

App is not closed

What steps will reproduce the problem?
1. Refresh object browser
2. Select Swapy window
3. Simply close Swapy window

What do you see instead?
Console window is not closed.

Original issue reported on code.google.com by [email protected] on 16 Nov 2011 at 8:59

Access name is not right

- SWAPY v. 0.4.1
- the app v. 2.2.9.6

Swapy shows the next access names:
['Static9',...]

But right is: 'Static6'

Note: print_control_identifiers() shows 'Static9' too.


Original issue reported on code.google.com by [email protected] on 30 May 2012 at 8:31

Force action

If in some reason actions for concrete control are disabled (grayed), make 
possibility of force action.

Ctrl + grayed action


Original issue reported on code.google.com by [email protected] on 9 Oct 2012 at 7:07

Get stuck if Torrent Stream is running

What steps will reproduce the problem?
1. Run TS Player (VLC torrent stream)
2. Run SWAPY 

What is the expected output? What do you see instead?
SWAPY UI get comletely stuck. It unstuck just after process 'tsengine.exe' was 
killed.


Please use labels and text to provide additional information.
SWAPY v. 0.4.0-2
Windows XP 32bit SP3

Original issue reported on code.google.com by [email protected] on 14 Jul 2012 at 2:37

Not able to access menu bar items and Tool strip items

What steps will reproduce the problem?
1.In my application, I don't see the menu items such as File--saveas or file 
-->Exit. 
2.I am not able to access toolstrip items also
3.

What is the expected output? What do you see instead?
Should be able to access menu items and 

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

Windows 7
Please provide any additional information below.
Attached screensot


Original issue reported on code.google.com by [email protected] on 16 May 2013 at 4:20

Attachments:

v. 0.3

Features:
1. Objects Browser
2. Code editor
3. Browser --> Editor


Original issue reported on code.google.com by [email protected] on 7 Apr 2011 at 6:37

  • Blocked on: #2

Regex for window titles

v. 0.4.2

If a window title has special symbols, find_windows do not work.


w_handle = pywinauto.findwindows.find_windows(title_re=u'Title(smth)', 
class_name='rctrl_renwnd32')[0]

Just change title_re= to title=

Original issue reported on code.google.com by [email protected] on 31 Jul 2012 at 7:07

Change obj_actions finding

try:
        obj_actions = dir(pywin_obj.WrapperObject())
    except:
        obj_actions = dir(pywin_obj)

Object type handling needed.

Original issue reported on code.google.com by [email protected] on 17 Oct 2011 at 4:24

swapy windows 7/7x64 issue

What steps will reproduce the problem?
1. Run SWAPY

What is the expected output? What do you see instead?
No items in object list

What version of the product are you using? On what operating system?
swapy 0.4; Windows 7/7x64

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 10 Mar 2012 at 2:00

Attachments:

Start position

v.0.3.2

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

Started not in the middle of the screen

Original issue reported on code.google.com by [email protected] on 11 Dec 2011 at 9:37

test bug

What steps will reproduce the problem?
1.
2.
3.

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


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 10 Dec 2011 at 8:45

  • Blocked on: #10

WPF support

What steps will reproduce the problem?
1. Open a WPF application 
2. Run Swapy 
3. WPF app is not listed

What is the expected output? What do you see instead?
APplication should be listed

What version of the product are you using? On what operating system?
0.4.3, Win 7, x86

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 8 Nov 2012 at 1:33

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.