[Sikuli-driver] [Question #204017]: .Bat file not being executed when run from Sikuli.skl

2012-07-24 Thread Chan Kok Lum
New question #204017 on Sikuli: https://answers.launchpad.net/sikuli/+question/204017 Hi all, I'm encountering a strange problem. If i run Sikuli script by clicking the Play button, the command below works fine. switchApp(c:\\temp\\kill-session.bat) App.open(c:\\temp\\kill-session.bat)

Re: [Sikuli-driver] [Question #192635]: Issue with Indentation

2012-04-06 Thread Chan Kok Lum
Question #192635 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/192635 Status: Answered = Solved Chan Kok Lum confirmed that the question is solved: Hi RaiMan / Roman, Thanks for the advices. It solved my problem now. -- You received this question notification because

[Sikuli-driver] [Question #192860]: Copy empty field, Env.getClipboard() not returning correctly

2012-04-06 Thread Chan Kok Lum
New question #192860 on Sikuli: https://answers.launchpad.net/sikuli/+question/192860 Hi guys, I have a question regarding clipboard. I have been trying to avoid using paste() with Env.getClipboard(), still it doesn't work as i expected. I have 3 textboxes. I need to start from top (textbox

[Sikuli-driver] [Question #191206]: Muitiple comment lines

2012-03-20 Thread Chan Kok Lum
New question #191206 on Sikuli: https://answers.launchpad.net/sikuli/+question/191206 Hi all, I am using the unit testing IDE. If there a way to remark multiple line of codes in 1 shot or vice versa ? Currently, I have to remark line by line with # just to enabled me to focus on 1 test case

Re: [Sikuli-driver] [Question #188596]: Unit Testing: Unable to call a function that i define in the same class

2012-02-27 Thread Chan Kok Lum
Question #188596 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188596 Status: Answered = Solved Chan Kok Lum confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #188596]: Unit Testing: Unable to call a function that i define in the same class

2012-02-23 Thread Chan Kok Lum
Question #188596 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188596 Summary changed to: Unit Testing: Unable to call a function that i define in the same class -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

[Sikuli-driver] [Question #188596]: Unit Testing: unable to call a function that i define in the same class

2012-02-23 Thread Chan Kok Lum
New question #188596 on Sikuli: https://answers.launchpad.net/sikuli/+question/188596 Hi, I trying to write a test script that contain a self defined function (go_there). They are all located under the same file. I'm not importing anything. The error i am getting is Exception in thread