Re: [Sikuli-driver] [Question #676032]: Is it possible to run sikulix-setup with local copy of maven-metadata.xml

2018-11-09 Thread RaiMan
Question #676032 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676032

Status: Open => Answered

RaiMan proposed the following answer:
Use offline setup.
See the docs.

-- 
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 #676029]: unsatisfied link error: no opencv_java in java.library.path

2018-11-09 Thread RaiMan
Question #676029 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676029

Status: Open => Answered

RaiMan proposed the following answer:
Read and follow the docs for Linux in the 1.1.4 section

-- 
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 #676029]: unsatisfied link error: no opencv_java in java.library.path

2018-11-09 Thread Desire
Question #676029 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676029

Status: Answered => Open

Desire is still having a problem:
I have read and followed the instructions in the 1.1.4 section and still
receive that error for an opencv_library.

> On Nov 9, 2018, at 1:32 AM, RaiMan  
> wrote:
> 
> Your question #676029 on Sikuli changed:
> https://answers.launchpad.net/sikuli/+question/676029
> 
>Status: Open => Answered
> 
> RaiMan proposed the following answer:
> Read and follow the docs for Linux in the 1.1.4 section
> 
> -- 
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/sikuli/+question/676029/+confirm?answer_id=0
> 
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/sikuli/+question/676029
> 
> You received this question notification because you asked the 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


[Sikuli-driver] [Question #676037]: JAVA API : hotkey working just first time?

2018-11-09 Thread Dado
New question #676037 on Sikuli:
https://answers.launchpad.net/sikuli/+question/676037

I'm trying to stop a loop in my app using a global hotkey .
This is the code for the hotkey I'm using:

HotkeyListener hk_CTRL_F1 = new HotkeyListener()
{
@Override
public void hotkeyPressed(HotkeyEvent e) {
running=false;
}
};

HotkeyManager.getInstance().addHotkey(Key.F1, KeyModifier.CTRL, 
hk_CTRL_F1 );

then in my loop I'ìm checking for running==true, else it should end.
I'm running my app from intellij IDEA ide, it works fine the fisrt time, then 
if I run it again the hotkey is not working anymore and the loop goes on 
forever.

if I close the IDE , repon and start it again , the hotkey works fine again 
(the first time).

I tried also to remove the hotkey after the loop, before closing the app like 
this:

HotkeyManager.getInstance().removeHotkey(Key.F1,KeyModifier.CTRL);

but this does not help.

Any idea? is it a bug?

thanks


-- 
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 #676029]: unsatisfied link error: no opencv_java in java.library.path

2018-11-09 Thread RaiMan
Question #676029 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676029

Status: Open => Needs information

RaiMan requested more information:
Symbolic link in library path?

-- 
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 #676023]: Scroll down drop-down menu and select country

2018-11-09 Thread monicar
Question #676023 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676023

Status: Answered => Open

monicar is still having a problem:
Awesome, thanks!

On Thu, Nov 8, 2018 at 4:42 PM masuo 
wrote:

> Your question #676023 on Sikuli changed:
> https://answers.launchpad.net/sikuli/+question/676023
>
> Status: Open => Answered
>
> masuo proposed the following answer:
> set timeout =0 for exists(), it will be faster than it is now.
>
> https://raiman.github.io/SikuliX1/javadocs/org/sikuli/script/Region.html#exists(PSI,double)
>
> But if it takes 600 seconds now, even if it gets faster it will be 200
> seconds.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/sikuli/+question/676023/+confirm?answer_id=2
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/sikuli/+question/676023
>
> You received this question notification because you asked the 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 #676023]: Scroll down drop-down menu and select country

2018-11-09 Thread monicar
Question #676023 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676023

Status: Open => Solved

monicar confirmed that the question is solved:
set timeout =0 for exists() resolved my problem. Awesome work Sikuli team.
Thanks for the quick help, Masuo!

screen.click(Country_dd);
Match header = screen.find(Country_dd);
region = header.below(150).left(5).left(1).right(1000);
do {
if (region.exists(Country,0) != null)//
{
region.click(Country);
Flag = 1;
break;
} else {
   region.type(Key.DOWN);
}
} while (Flag != 1);

-- 
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 #676036]: Trying to extract Date from the region and getting garbage values

2018-11-09 Thread monicar
New question #676036 on Sikuli:
https://answers.launchpad.net/sikuli/+question/676036

Here is my code in Java:  
   Settings.OcrTextRead= true;
Settings.OcrTextSearch= true;
screen.wait(TextExtract,20);
String extractText = screen.find(TextExtract).text();
System.out.println(extractText);

Result:
11i09;’2018

Expected:
11/09/2018

Please help


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