Re: [Sikuli-driver] [Question #269031]: Cant find Settings class

2015-07-12 Thread RaiMan
Question #269031 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/269031

RaiMan posted a new comment:
for 1.1.0+

http://sikulix.com

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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 #269031]: Cant find Settings class

2015-07-11 Thread Dan
Question #269031 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/269031

Status: Answered => Solved

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

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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 #269031]: Cant find Settings class

2015-07-11 Thread Dan
Question #269031 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/269031

Dan posted a new comment:
Am I looking at outdated documentation?

http://doc.sikuli.org/javadoc/org/sikuli/script/Settings.html

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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 #269031]: Cant find Settings class

2015-07-10 Thread RaiMan
Question #269031 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/269031

Status: Open => Answered

RaiMan proposed the following answer:
import org.sikuli.basics.Settings;

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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 #269031]: Cant find Settings class

2015-07-08 Thread Dan
New question #269031 on Sikuli:
https://answers.launchpad.net/sikuli/+question/269031

I am trying to turn on the OCR functionality in Sikuli with:

Settings.OcrTextRead = true; 
Settings.OcrTextSearch = true;

But when I try to add the Settings class:

import org.sikuli.script.Settings;

It can't find it. Is that part of the standard sikulixapi.jar file? I set it up 
with options 2 and 3 checked.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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