Skip to end of metadata
Go to start of metadata



Window Op

Author: Taiki Shimasaki



(info)日本語でのヘルプはこちらをクリック


 

Description

This plugin manipulates application’s window on the Windows PC. It has the following functions.

1)    Obtains the list of all (active and not active but running) window titles

2)    Obtains the list of active window titles

3)    Activate application’s window

4)    Changes the size of application’s window

5)    Maximize and minimize application’s window

6) Move application’s window





Need help?

Technical contact to tech@argos-labs.com


May you search all operations,



Input (Required)

1)    Select one of 6 functions

    1. Get Window’s List
    2. Get Active Window’s List
    3. Select Window
    4. Select Window Resize
    5. Maximize
    6. Minimize
    7. Select Window Move (relative)
    8. Select Window Move (absolute)



Input for different functions


1)    Get Window’s List

No additional input needed

2)    Get Active Windows List

No additional input needed

3)    Select Window (Activate Window)

Window title (Case sensitive)

4)    Select Window Resize (Resize Window)

Window title (Case sensitive)

Window height (in pixel count)

Window width (in pixel count)

5)    Maximize

Window title

6)    Minimize

Window Title

7) Select Window Move (relative)

    Window title (Case sensitive)

    Move Right

    Move Down

8) Select Window Move (absolute)

    Window title (Case sensitive)

    X-Coordinate

    Y-Coordinate



Output (Return Value)


  • Get Window’s List
    List of Windows title separated by a line feed character
  • Get Active Window’s List
    List of Windows title separated by a line feed character
  • Select Window
    No Return Value
  • Select Window Resize
    No Return Value
  • Maximize
    No Return Value
  • Minimize
    No Return Value
  • Select Window Move (relative)

    No Return Value
  • Select Window Move (absolute)

    No Return Value


           

Return Code

  • 0 for success




How to set the parameters



Text from Image


Return Code

Code
Meaning
0Execution successful
1Execution failed


(info)日本語でのヘルプはこちらをクリック





All Plugins