Activity log for bug #1056174

Date Who What changed Old value New value Message
2012-09-25 12:56:18 stnk bug added bug
2012-09-25 16:58:54 RaiMan summary Sikuli doesn't detect images inside remote RDP session Sikuli doesn't detect images on second monitor
2012-09-25 16:59:02 RaiMan sikuli: status New Opinion
2013-09-13 09:06:55 RaiMan sikuli: status Opinion In Progress
2013-09-13 09:07:01 RaiMan sikuli: importance Undecided Medium
2013-09-13 09:07:04 RaiMan sikuli: assignee RaiMan (raimund-hocke)
2013-09-13 09:07:13 RaiMan sikuli: milestone 1.1.0
2013-09-13 09:07:34 RaiMan summary Sikuli doesn't detect images on second monitor [request] Sikuli should detect images on second monitor
2014-01-12 15:50:31 RaiMan sikuli: importance Medium High
2014-01-12 15:50:36 RaiMan sikuli: status In Progress Fix Committed
2014-06-28 08:29:25 RaiMan sikuli: importance High Critical
2014-06-28 08:29:44 RaiMan summary [request] Sikuli should detect images on second monitor [request] Sikuli should detect images on second monitor --- added in 1.1.0-Beta2
2014-06-28 08:34:08 RaiMan description I have two monitors: first has Sikuli IDE running, and second has full screen RDP session. If I capture an image from this session and type in IDE "wait(<this image>)", it doesn't work failing to find an image: org.sikuli.script.FindFailed: FindFailed: can not find 1348576930232.png on the screen. At the same time if I click image in the IDE and choose "matching preview" it successfully finds the region on screen. More details: Sikuli X-1.0rc3 (r905) My OS: Windows XP OS of RDP target: Windows 2008 Server R2, 64 bit ***** new feature: Python: use the constant ALL as region, to search on all screens (equivalent to what you see in Preview) Java: ScreenUnion sall = Screen.all(); //same behaviour as Screen objects BE AWARE: depending on number and size of your monitors a search might be lengthy and you risk memory constraints. So use with care and get back to small regions as early as possible. ------------------------------------------------------------------------- I have two monitors: first has Sikuli IDE running, and second has full screen RDP session. If I capture an image from this session and type in IDE "wait(<this image>)", it doesn't work failing to find an image: org.sikuli.script.FindFailed: FindFailed: can not find 1348576930232.png on the screen. At the same time if I click image in the IDE and choose "matching preview" it successfully finds the region on screen. More details: Sikuli X-1.0rc3 (r905) My OS: Windows XP OS of RDP target: Windows 2008 Server R2, 64 bit