Re: [Sikuli-driver] [Question #692749]: Not supported character in keyDown()

2020-09-05 Thread Mychajlo Chodorev
Question #692749 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/692749

Mychajlo Chodorev confirmed that the question is solved:
Thanks RaiMan, that solved my question.

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

___
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 #692749]: Not supported character in keyDown()

2020-09-05 Thread Mychajlo Chodorev
Question #692749 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/692749

Status: Answered => Solved

Mychajlo Chodorev confirmed that the question is solved:
Indeed I had active non-latin keyboard layout. When latin but non-English 
layout is active everything is ok. So only non-latin one causes problem. 
Thank you

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

___
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 #692696]: SikuliX wrong resolution Windows 10

2020-09-05 Thread Mychajlo Chodorev
Question #692696 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/692696

Status: Answered => Solved

Mychajlo Chodorev confirmed that the question is solved:
Thanks RaiMan, that solved my question.

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

___
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 #692749]: Not supported character in keyDown()

2020-09-05 Thread RaiMan
Question #692749 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/692749

RaiMan proposed the following answer:
I have another case, where the same error was shown for a type with
Key.Win.

Do you have a non-US keyboard layout?

If yes, put as second or higher entry in the layout list EN (English US)
(... but do not select it ;-)

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

___
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 #692762]: 'App' object has no attribute 'getWindow'

2020-09-05 Thread Mychajlo Chodorev
Question #692762 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/692762

Status: Answered => Solved

Mychajlo Chodorev confirmed that the question is solved:
Thanks RaiMan, that solved my question.

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

___
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 #692749]: Not supported character in keyDown()

2020-09-05 Thread Mychajlo Chodorev
Question #692749 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/692749

Mychajlo Chodorev posted a new comment:
Same error was for type('s', Key.CTRL). But after several restarts the
problem has gone. Weird...

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

___
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 #692755]: Sikulix hides every program and every window at screenshot

2020-09-05 Thread Ralph G
Question #692755 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/692755

Ralph G confirmed that the question is solved:
Thanks RaiMan, that solved my question.

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

___
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 #692762]: 'App' object has no attribute 'getWindow'

2020-09-05 Thread RaiMan
Question #692762 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/692762

Status: Open => Answered

RaiMan proposed the following answer:
Sorry, the docs have to be revised:

It now is:
App.getTitle() to get the title of the frontmost app window

and:
App.window() to get the Region of the frontmost app window

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

___
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 #692696]: SikuliX wrong resolution Windows 10

2020-09-05 Thread RaiMan
Question #692696 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/692696

Status: Open => Answered

RaiMan proposed the following answer:
for private, personal use the best place is 
https://adoptopenjdk.net

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

___
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 #692749]: Not supported character in keyDown()

2020-09-05 Thread RaiMan
Question #692749 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/692749

Summary changed to:
Not supported character in keyDown()

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

___
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 #692749]: Not supported character in type()

2020-09-05 Thread RaiMan
Question #692749 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/692749

Status: Open => Answered

RaiMan proposed the following answer:
Please try with
type("s", Key.CTRL)

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

___
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 #692762]: 'App' object has no attribute 'getWindow'

2020-09-05 Thread Mychajlo Chodorev
New question #692762 on Sikuli:
https://answers.launchpad.net/sikuli/+question/692762

I'm trying to wait for appeared Save As dialog window. For that I want to use 
App.getWindow(). However when I run it I get following error:
[error] AttributeError ( 'App' object has no attribute 'getWindow' )



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

___
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 #692761]: sometimes paste doesn't work

2020-09-05 Thread Ajima
New question #692761 on Sikuli:
https://answers.launchpad.net/sikuli/+question/692761

environment: windows 10,  openjdk 1.8.0, sikulix1.1.1
I wrote a python file. Here is a part of code:
 1: click(.ping)
 2: wait(1)
 3: paste("A")
 4: wait(1)
 5: type(Key.TAB)
 6:wait(1)
 7:paste("B")

I try to input datas on the web site.
When I run it, sometimes paste doesn't work.
sometimes paste("A") successes but sometimes fails,
and, sometimes most of pastes successes but sometimes most of pastes fails.
I want paste to success all times.

Could you tell me how to solve this problem.

thank you very much for your helping.

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

___
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