Re: [Sikuli-driver] [Question #706028]: Sikuli script stops working without throwing any error or any exception, it just waits where there is no wait function

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

Status: Open => Expired

RaiMan changed the question status:
no reaction

-- 
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 #706028]: Sikuli script stops working without throwing any error or any exception, it just waits where there is no wait function

2023-04-21 Thread Yesh Biswakarma
Question #706028 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/706028

Status: Answered => Open

Yesh Biswakarma is still having a problem:
Okk

On Fri, Apr 21, 2023, 7:55 PM RaiMan 
wrote:

> Your question #706028 on SikuliX changed:
> https://answers.launchpad.net/sikuli/+question/706028
>
> RaiMan proposed the following answer:
> No chance to help without having a text sample and the real script, that
> fails.
>
> --
> 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/706028/+confirm?answer_id=6
>
> 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/706028
>
> 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 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 #706028]: Sikuli script stops working without throwing any error or any exception, it just waits where there is no wait function

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

RaiMan proposed the following answer:
No chance to help without having a text sample and the real script, that
fails.

-- 
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 #706028]: Sikuli script stops working without throwing any error or any exception, it just waits where there is no wait function

2023-04-08 Thread Yesh Biswakarma
Question #706028 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/706028

Yesh Biswakarma posted a new comment:
When after selecting a region and extracting text using Region.text(),
the script first runs normally. in the loop , the loop runs for 3-4
times and after that, the script keeps on waiting without throwing any
error or exception. I have put my code inside try except block, but it
cannot bypass the try except block and the script goes into infinite
wait

-- 
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 #706028]: Sikuli script stops working without throwing any error or any exception, it just waits where there is no wait function

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

Status: Open => Answered

RaiMan proposed the following answer:
my test on Windows 11 Java 11:

r = Region(75,106,50,16) # 1st part of a longer text line
rx = r.x # remember start x
for i in range(1000 ):
popup("test" + str(i), 1) # waits 1 second and auto closes
print 1, r.text() # 1st part
r.x += 50
print 2, r.text() # 2nd part 
r.x += 50
print 3, r.text() # 3rd part 
r.x += 50
print 4, r.text() # 4th part
r.x = rx # reset to start x

The 4000 text() calls worked without any problems.

It must be specific to the server environment.

Take care, that the monitor is always on and not locked.

-- 
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 #706028]: Sikuli script stops working without throwing any error or any exception, it just waits where there is no wait function

2023-04-02 Thread Yesh Biswakarma
Question #706028 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/706028

Status: Needs information => Open

Yesh Biswakarma gave more information on the question:
CommandLine Logs- After 3rd Run
{for name}: ABC
{for age}: 26
{for phone_number}: Here no output of Region.text() is shown, Also no kind 
errors or exception is thrown. Here the script keeps on waiting, without 
anykind of wait() or timeout

-- 
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 #706028]: Sikuli script stops working without throwing any error or any exception, it just waits where there is no wait function

2023-04-02 Thread Yesh Biswakarma
Question #706028 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/706028

Yesh Biswakarma posted a new comment:
@RaiMan Please look into this matter, Any help would be appreciated.

-- 
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 #706028]: Sikuli script stops working without throwing any error or any exception, it just waits where there is no wait function

2023-04-01 Thread Yesh Biswakarma
Question #706028 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/706028

Yesh Biswakarma posted a new comment:
SikuliX Version 2.0.5
Java Version 18

-- 
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 #706028]: Sikuli script stops working without throwing any error or any exception, it just waits where there is no wait function

2023-03-31 Thread RaiMan
Question #706028 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/706028

Status: Open => Needs information

RaiMan requested more information:
what version of SikuliX?
what Java?

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