Activity log for bug #1335398

Date Who What changed Old value New value Message
2014-06-28 08:39:17 Rajesh bug added bug
2014-06-28 08:57:42 RaiMan sikuli: status New In Progress
2014-06-28 08:57:47 RaiMan sikuli: status In Progress Fix Committed
2014-06-28 08:57:51 RaiMan sikuli: importance Undecided High
2014-06-28 08:57:54 RaiMan sikuli: assignee RaiMan (raimund-hocke)
2014-06-28 08:57:58 RaiMan sikuli: milestone 1.1.0
2014-06-28 08:59:13 RaiMan summary [IDE 1.1.0] Sikuli script does not load images for relative image reference like click(../images/myimage.png) [1.1.0-BetaX] IDE: click(../images/myimage.png) leads to not found images on reload of script
2014-06-28 08:59:28 RaiMan summary [1.1.0-BetaX] IDE: click(../images/myimage.png) leads to not found images on reload of script [1.1.0-BetaX] IDE: using click(../images/myimage.png) leads to not found images on reload of script
2014-06-28 20:44:37 RaiMan summary [1.1.0-BetaX] IDE: using click(../images/myimage.png) leads to not found images on reload of script [1.1.0-Beta3] IDE: using click(../images/myimage.png) leads to not found images on reload of script
2014-09-16 13:12:00 RaiMan sikuli: importance High Critical
2014-09-16 13:13:11 RaiMan description I have a folder structure as below |-images |-image1.png |-image2.png |-templates |-template1.sikuli (only has .py and .html) |-template2.sikuli (only has .py and .html) Issue #1 : If i refer the image1.png from my template1.sikuli script as click("../images/image1.png") then it works first time but after saving the scripts does not work, i get error saying image not found in template1.sikuli directory Issue #2 : If i make any modification to my template1.sikuli , then the image relative reference gets overwritten as click("image1.png") should work now with 1.1.0 (2014-09-17+) ----------------------------------------- I have a folder structure as below |-images    |-image1.png    |-image2.png |-templates    |-template1.sikuli (only has .py and .html)    |-template2.sikuli (only has .py and .html) Issue #1 : If i refer the image1.png from my template1.sikuli script as click("../images/image1.png") then it works first time but after saving the scripts does not work, i get error saying image not found in template1.sikuli directory Issue #2 : If i make any modification to my template1.sikuli , then the image relative reference gets overwritten as click("image1.png")