[Sikuli-driver] [Question #270082]: Calling a data from TXT file

2015-08-06 Thread Anurag
New question #270082 on Sikuli: https://answers.launchpad.net/sikuli/+question/270082 Hello guys, I need some urgent help from you guys, Actually i need to call a data from notepad line by line according to my usage say if txt looks like name Anurag age 12 sex male. name Lokesh age 24 sex male.

Re: [Sikuli-driver] [Question #105543]: How to paste individual fields from external list

2015-08-06 Thread Anurag
Question #105543 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/105543 Anurag posted a new comment: Hello guys, I need some urgent help from you guys, Actually i need to call a data from notepad line by line according to my usage say if txt looks like name Anurag age 12 sex

Re: [Sikuli-driver] [Question #270046]: user debug statement doesnt work

2015-08-06 Thread RaiMan
Question #270046 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270046 RaiMan proposed the following answer: I have corrected the docs. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #105543]: How to paste individual fields from external list

2015-08-06 Thread Eugene S
Question #105543 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/105543 Eugene S posted a new comment: Please post your new question separately. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #232217]: Stream Support

2015-08-06 Thread Chris
Question #232217 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232217 Chris posted a new comment: This is the answer I was looking for: ImagePath.add(TestSikuli.class.getCanonicalName() + /images); -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #232217]: Stream Support

2015-08-06 Thread Chris
Question #232217 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232217 Chris posted a new comment: I want to deploy an uberjar that includes images. I was hoping doFind would accept a URL to a JAR. Going with your suggested workaround above, perhaps it would be nice to have

Re: [Sikuli-driver] [Question #270046]: user debug statement doesnt work

2015-08-06 Thread Dan
Question #270046 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270046 Dan confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #270046]: user debug statement doesnt work

2015-08-06 Thread Dan
Question #270046 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270046 Status: Answered = Solved Dan confirmed that the question is solved: Thanks. I had tried a handful of permutations thinking it might be a doc issue, but I guess I missed that one. -- You received this

Re: [Sikuli-driver] [Question #269517]: Running Command Line With Imported Scripts

2015-08-06 Thread Launchpad Janitor
Question #269517 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269517 Status: Open = Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question

Re: [Sikuli-driver] [Question #269490]: Sikuli will not find images after a Java function change

2015-08-06 Thread Launchpad Janitor
Question #269490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269490 Status: Needs information = Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Needs information' state without activity for the last 15 days. -- You

Re: [Sikuli-driver] [Question #270046]: user debug statement doesnt work

2015-08-06 Thread RaiMan
Question #270046 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270046 RaiMan proposed the following answer: it must be: Debug.setUserLogFile(C:\mylog.txt) (... all camel-cased ;-) ... and from sikuli import * is only needed in imported scripts/modules -- You received