Re: [Sikuli-driver] [Question #274718]: IDE command wait("image") not waiting for image to appear before script continues

2015-11-21 Thread masuo
Question #274718 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/274718

Status: Open => Answered

masuo proposed the following answer:
There is no certainty, scanrate it may have been involved.
http://sikulix-2014.readthedocs.org/en/latest/scripting.html?highlight=scanrate#Settings.WaitScanRate

-- 
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 #274947]: Failed to extract multiple texts on a screen with similar images

2015-11-21 Thread masuo
Question #274947 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/274947

Status: Open => Answered

masuo proposed the following answer:
text() extract the text contained in the region .
Use Region() in order to adjust region .

[example:]
f = find(Pattern("sites.png").exact())
dx = 0
dy = 0
dw = 0
dh = 10
x = f.getX() + dx
y = f.getY() + f.getH() + dy
w = f.getW() + dw
h = dh
r = Region(x, y, w, h).highlight(2)
print r.text()

-- 
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 #274970]: [error] TextRecognizer: init: export tessdata not possible - run setup with option 3

2015-11-21 Thread masuo
Question #274970 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/274970

Status: Open => Answered

masuo proposed the following answer:
[run setup with option 3:]
Are you using "SikuliXIDE 1.1.0" now ?
When you run "sikulixsetup-1.1.0.jar" you didn't check "option3", I think .

If so, run "sikulixsetup-1.1.0.jar" once again .
At that time, check  "option3" .

[code:]
When you run script by SikuliXIDE, Setting is useless . 
Settings.OcrTextSearch = True
Settings.OcrTextRead = True

[Setting:]
When you want to enable TextSearch, use "Preferences:more Options" .
Setting window will open by [Ctrl+p] .

-- 
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 #273986]: Script won't stop

2015-11-21 Thread masuo
Question #273986 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/273986

masuo requested more information:
When  you  type  [alt + shift + c], the script does not stop?
If so, try to add exit() in block 'except:'  .
I might don't understand the issue .

while True:
try:
#code goes here
except:
X = 1
exit()   # add here

-- 
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 #273434]: Integrating Sikuli and Robot Framework on Linux Redhat 6

2015-11-21 Thread Launchpad Janitor
Question #273434 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/273434

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 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