Re: [Sikuli-driver] [Question #700787]: focus application based on pid

2023-07-04 Thread RaiMan
Question #700787 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/700787

Status: Open => Solved

RaiMan changed the question status:
Due to private priorities the final 2.0.6 will only be available towards
end of the year.

Until then you have to try with the snapshots:
https://github.com/RaiMan/SikuliX1

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #700787]: focus application based on pid

2023-07-04 Thread Chetan
Question #700787 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/700787

Status: Answered => Open

Chetan is still having a problem:
thanks Raiman. any update by when can we have the build 2.0.6

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #700787]: focus application based on pid

2022-03-19 Thread RaiMan
Question #700787 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/700787

Status: Expired => Answered

RaiMan changed the question status:
2.0.6 will have 
app = App.withPID(pid)

if valid, then app can be used normally.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #700787]: focus application based on pid

2022-03-18 Thread Launchpad Janitor
Question #700787 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/700787

Status: Open => Expired

Launchpad Janitor expired the question:
This question was expired because it remained in the 'Open' state
without activity for the last 15 days.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #700787]: focus application based on pid

2022-03-17 Thread Ben Dix
Question #700787 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/700787

Ben Dix posted a new comment:
Hey 

maybe cmdow can help you.
I am using this additional cmd too to resize, activate, hide and arrange 
windows of any application on win10.

in Sikuli IDE i am using

align_window = """
powershell
cmdow "WINDOWNAME" /MOV 0 0 /SIZ 400 742
"""
returnCode = runScript(align_window)

greetings

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #700787]: focus application based on pid

2022-03-02 Thread Chetan
New question #700787 on SikuliX:
https://answers.launchpad.net/sikuli/+question/700787

i have an application that is running and i know hte pid based on getprocess in 
powershell
i would like that application to come to focus. how can i do that?
app.focus(pid) does not work



i am getting app process by below command
cmd='powershell\n Get-Process | Where-Object { $_.MainWindowTitle -Match 
\"Adobe Acrobat\" }| Where-Object { $_.Name -Match \"Acrobat\" } | Format-Table 
ID,Name,Mainwindowtitle -AutoSize'


-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp