sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #32413
[Bug 1455812] [NEW] IDE hangup, recording an image to an array
Public bug reported:
There is a small Python file with one line:
btn_start=["btn_start1_1.png"]
IDE is set to ask manual typing the image name.
Trying to record the second screenshot in IDE:
put a comma after the first image name:
btn_start=["btn_start1_1.png", ]
put the cursor after the comma, then click "Take screenshot", select
again some region on the screen, e.g. Start button.
Result: IDE hangs up, the dialog of image naming does not appear,
killing is needed.
Quite blocking for me, as I use many such arrays for alternative images search in flexible user interfaces.
Earlier IDE versions did not hang up, at least 1.1.0 from 18.09.2014 which I used before for long time.
both on Windows XP (Java SE RTE 1.7.0_60) and Win 7-64 (Java SE RTE 1.7.0_67-b01)
Fresh version 1.1.0 2015-05-16
** Affects: sikuli
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1455812
Title:
IDE hangup, recording an image to an array
Status in Sikuli:
New
Bug description:
There is a small Python file with one line:
btn_start=["btn_start1_1.png"]
IDE is set to ask manual typing the image name.
Trying to record the second screenshot in IDE:
put a comma after the first image name:
btn_start=["btn_start1_1.png", ]
put the cursor after the comma, then click "Take screenshot", select
again some region on the screen, e.g. Start button.
Result: IDE hangs up, the dialog of image naming does not appear,
killing is needed.
Quite blocking for me, as I use many such arrays for alternative images search in flexible user interfaces.
Earlier IDE versions did not hang up, at least 1.1.0 from 18.09.2014 which I used before for long time.
both on Windows XP (Java SE RTE 1.7.0_60) and Win 7-64 (Java SE RTE 1.7.0_67-b01)
Fresh version 1.1.0 2015-05-16
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1455812/+subscriptions
Follow ups
References