[Sikuli-driver] [Question #171331]: how can i replay the 1st loop when the 2nd loop is finished?

2011-09-15 Thread remel ricasa
New question #171331 on Sikuli: https://answers.launchpad.net/sikuli/+question/171331 im playing mmorpg... so i trying to make a farm that can auto fight too... what i want is to make the 1st loop play automatically when the 2nd loop is finish... while not exists(manster): #(this 1st loop wo

Re: [Sikuli-driver] [Question #171331]: how can i replay the 1st loop automatically if the 2nd loop is finished?

2011-09-15 Thread Dude
Question #171331 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171331 Dude posted a new comment: Hi , if am not wrong According to my understanding U can put your code inside a function and call it like: def function1(): while not exists(manster): #(this 1st loop wont repl

Re: [Sikuli-driver] [Question #171331]: how can i replay the 1st loop automatically if the 2nd loop is finished?

2011-09-15 Thread remel ricasa
Question #171331 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171331 Summary changed to: how can i replay the 1st loop automatically if the 2nd loop is finished? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #171313]: How to install Extensions with Windows XP SP3

2011-09-15 Thread stanley huang
Question #171313 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171313 stanley huang posted a new comment: I have similar problem. I installed the Sikuli X-1.0rc3 (r905) in windows 7 and try to install the extensions. It pop up a dialog. "Unable to load extensions from the se

[Sikuli-driver] [Question #171313]: How to install Extensions with Windows XP SP3

2011-09-15 Thread Ren Xiaoning
New question #171313 on Sikuli: https://answers.launchpad.net/sikuli/+question/171313 Hello, After installed the Sikuli X-1.0rc3 (r905), I met the same problem mentioned in the Question #162210 (Extension - not getting loaded). I'm using Windows XP SP3. I have 2 questions: 1. Is it a client or s

Re: [Sikuli-driver] [Question #171260]: [Java] Junit: How to avoid false positive using App.focus

2011-09-15 Thread RaiMan
Question #171260 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171260 Status: Open => Answered RaiMan proposed the following answer: Sorry, I fully understand your situation. But there is currently no easy solution for that. You might use App.window() to get the windows r

Re: [Sikuli-driver] [Question #128568]: using pywin32 extension with sikuli

2011-09-15 Thread RaiMan
Question #128568 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/128568 RaiMan proposed the following answer: information/material: faq 1331 -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. __

[Sikuli-driver] [Bug 851227] Re: [request] IDE: Mac: want to drag Sikuli-IDE window by toolbar area

2011-09-15 Thread RaiMan
This is typical for Java based applications: only the window titlebar can be used for dragging the window around. This is not really a bug. I make it a feature request. lets see what happens. ** Summary changed: - Cannot drag Sikuli-IDE by toolbar area + [request] IDE: Mac: want to drag Sikuli-

[Sikuli-driver] [Bug 851230] Re: [request] IDE: want a "recent files" menu item

2011-09-15 Thread RaiMan
** Summary changed: - It would be nice if there was a open recent file menu item + [request] IDE: want a "recent files" menu item ** Changed in: sikuli Importance: Undecided => Wishlist -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to S

Re: [Sikuli-driver] [Question #171281]: Independent executable script

2011-09-15 Thread RaiMan
Question #171281 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171281 Status: Open => Answered RaiMan proposed the following answer: Sikuli does not have any features currently, to build a self-contained executable. With some additional Java programming (take care for the

Re: [Sikuli-driver] [Question #171260]: [Java] Junit: How to avoid false positive using App.focus

2011-09-15 Thread Vince
Question #171260 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171260 Status: Needs information => Open Vince gave more information on the question: It does work about 75% of the time. However, sometimes it will respond as successful but the window is not brought forward.

Re: [Sikuli-driver] [Question #171260]: [Java] Junit: How to avoid false positive using App.focus

2011-09-15 Thread RaiMan
Question #171260 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171260 Status: Open => Needs information RaiMan requested more information: Yes of course, it tries to do that, but it does not check wether this really happens. So, why does it not work in the cases you have?

[Sikuli-driver] [Bug 851227] [NEW] Cannot drag Sikuli-IDE by toolbar area

2011-09-15 Thread Lyndsey Ferguson
Public bug reported: This is a bug on the Mac version. I can drag windows using the entire top area (such as a Finder window). With Sikuli-IDE, I find that I consistently try and cannot (as I'm not used to this non-standard behavior). ** Affects: sikuli Importance: Undecided Status:

[Sikuli-driver] [Bug 851230] [NEW] It would be nice if there was a open recent file menu item

2011-09-15 Thread Lyndsey Ferguson
Public bug reported: I would like to be able to see a menu item that lets me open recent files. ** 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.launch

[Sikuli-driver] [Question #171281]: Independent executable script

2011-09-15 Thread mehionline
New question #171281 on Sikuli: https://answers.launchpad.net/sikuli/+question/171281 I want to create an independent executable file that runs sikuli script without the user consider that sikuli running, How can I hide Sikuli IDE or make an independent executable file? -- You received this qu

Re: [Sikuli-driver] [Question #171260]: [Java] Junit: How to avoid false positive using App.focus

2011-09-15 Thread Vince
Question #171260 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171260 Status: Answered => Open Vince is still having a problem: But isn't that the whole point of having a function to focus on a window? Why even have that if it doesn't bring it to the forefront of other wi

Re: [Sikuli-driver] [Question #128568]: using pywin32 extension with sikuli

2011-09-15 Thread Khrol Igor
Question #128568 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/128568 Khrol Igor posted a new comment: >> (if interested, I have an example). Could you provide some sample code? I'm facing the same issue. -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #171260]: [Java] Junit: How to avoid false positive using App.focus

2011-09-15 Thread RaiMan
Question #171260 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171260 Status: Open => Answered RaiMan proposed the following answer: No chance: App.focus() does not check, what happens with the window. You have to somehow check yourself, wether the wanted window is visibl

Re: [Sikuli-driver] [Question #171127]: 10.2: Import other Sikuli scripts on MAC

2011-09-15 Thread RaiMan
Question #171127 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171127 Status: Open => Answered RaiMan proposed the following answer: Hallo Stephan, es gibt keinen besseren Ort ;-) Ich habe meinen Server noch mit SnowLeo laufen und habe da grade mal rc3 installiert. Da is

Re: [Sikuli-driver] [Question #171253]: Using Regions and Match efficiently

2011-09-15 Thread H.C. Lilly III
Question #171253 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171253 Status: Answered => Solved H.C. Lilly III confirmed that the question is solved: Thanks! I appreciate the information. H.C. -- You received this question notification because you are a member of Sikul

[Sikuli-driver] [Question #171260]: [Java] Junit: How to avoid false positive using App.focus

2011-09-15 Thread Vince
New question #171260 on Sikuli: https://answers.launchpad.net/sikuli/+question/171260 I'm using Sikuli in Eclipse with Java. I've been able to get the App.focus function to work great but every once in a while it doesn't work. I created a function to check that the focus worked but I'm getting

Re: [Sikuli-driver] [Question #171253]: Using Regions and Match efficiently

2011-09-15 Thread RaiMan
Question #171253 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171253 Status: Open => Answered RaiMan proposed the following answer: This is a historical oddity in the API. The first parameter to many of the Sikuli functions is PSMRL, which stands for the options P - Pa

[Sikuli-driver] [Question #171253]: Using Regions and Match efficiently

2011-09-15 Thread H.C. Lilly III
New question #171253 on Sikuli: https://answers.launchpad.net/sikuli/+question/171253 I am trying to code my Sikuli program as efficiently as possible. If I have already calculated a match (mat) within a region (reg), then is it quicker to click using the region, or not using the region? #With

[Sikuli-driver] [Bug 851040] Re: Can't run Sikuli from a directory with a space in the name

2011-09-15 Thread Ben Lau
** Patch added: "Sikuli in directory with space patch (against r906)" https://bugs.launchpad.net/bugs/851040/+attachment/2408228/+files/sikuli_in_dir_with_space.patch -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.

[Sikuli-driver] [Bug 851040] [NEW] Can't run Sikuli from a directory with a space in the name

2011-09-15 Thread Ben Lau
Public bug reported: I ran across this while setting up a cluster for running Sikuli scripts. I'm using Jenkins as a build queue for running automated tests against my application in a cluster of Mac minis. Instead of trying to keep all of the machines up to date I've opted to have them download

Re: [Sikuli-driver] [Question #171127]: 10.2: Import other Sikuli scripts on MAC

2011-09-15 Thread Stephan
Question #171127 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171127 Status: Solved => Open Stephan is still having a problem: Hallo, vielleicht ist es hier nicht der richtige Ort für meine Frage, aber ich versuche es trotzdem. Und zwar; nachdem ich umgestiegen bin auf

Re: [Sikuli-driver] [Question #171215]: IDE: Unit test: when making changes, save script, before running again

2011-09-15 Thread RaiMan
Question #171215 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171215 Summary changed to: IDE: Unit test: when making changes, save script, before running again -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact f

Re: [Sikuli-driver] [Question #171215]: IDE: Unit test: test function names should have at least one character after prefix test

2011-09-15 Thread Dude
Question #171215 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171215 Status: Answered => Solved Dude confirmed that the question is solved: Oh thank you that solved my problem -- You received this question notification because you are a member of Sikuli Drivers, which i

Re: [Sikuli-driver] [Question #171127]: 10.2: Import other Sikuli scripts on MAC

2011-09-15 Thread Stephan
Question #171127 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171127 Status: Answered => Solved Stephan confirmed that the question is solved: Danke für deine Antwort :-) Ich werde upgraden auf Snow Leopard (OS X 10.6) und damit wäre auch das Thema erledigt. Schönen Gruß

Re: [Sikuli-driver] [Question #171215]: IDE: Unit test: test function names should have at least one character after prefix test

2011-09-15 Thread RaiMan
Question #171215 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171215 RaiMan proposed the following answer: If you make any changes to a test script, you have to save it before running it again. BTW: if you have only one test function, this can be named test only (Sorry for mi

Re: [Sikuli-driver] [Question #171215]: IDE: Unit test: test function names should have at least one character after prefix test

2011-09-15 Thread RaiMan
Question #171215 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171215 Summary changed to: IDE: Unit test: test function names should have at least one character after prefix test -- You received this question notification because you are a member of Sikuli Drivers, which is

Re: [Sikuli-driver] [Question #171215]: IDE: Unit test: test function names need at least one character after prefix test

2011-09-15 Thread Dude
Question #171215 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171215 Dude posted a new comment: sry: in sikuli i typed like this only .. def testA(self):, giving me the same error... -- You received this question notification because you are a member of Sikuli Driver

Re: [Sikuli-driver] [Question #171215]: IDE: Unit test: test function names need at least one character after prefix test

2011-09-15 Thread RaiMan
Question #171215 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171215 RaiMan proposed the following answer: it has to be def testA(self): mind the colon ;-) -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #171215]: IDE: Unit test: test function names need at least one character after prefix test

2011-09-15 Thread Dude
Question #171215 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171215 Dude posted a new comment: Typo mistake while adding comments Its not selfA , it just self -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #171127]: 10.2: Import other Sikuli scripts on MAC

2011-09-15 Thread RaiMan
Question #171127 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171127 Summary changed to: 10.2: Import other Sikuli scripts on MAC -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. __

Re: [Sikuli-driver] [Question #171215]: IDE: Unit test: test function names need at least one character after prefix test

2011-09-15 Thread RaiMan
Question #171215 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171215 Summary changed to: IDE: Unit test: test function names need at least one character after prefix test -- You received this question notification because you are a member of Sikuli Drivers, which is an answ

Re: [Sikuli-driver] [Question #171215]: Not able to run Unit test

2011-09-15 Thread RaiMan
Question #171215 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171215 Status: Open => Answered RaiMan proposed the following answer: def test(self): is not valid. the name prefix test has to be followed by at least one character. e.g. def testA(self): -- You received

[Sikuli-driver] [Bug 850715] Re: X-1.0rc3: Error at "Close Tab", if no tab open

2011-09-15 Thread RaiMan
** Summary changed: - X-1.0rc3: Error occurred after selected "Close Tab" + X-1.0rc3: Error at "Close Tab", if no tab open ** Summary changed: - X-1.0rc3: Error at "Close Tab", if no tab open + X-1.0rc3: Error at menu File -> Close Tab, if no tab open ** Description changed: + Error: java.lang

Re: [Sikuli-driver] [Question #171215]: IDE: Unit test: test function names need at least one character after prefix test

2011-09-15 Thread Dude
Question #171215 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171215 Dude posted a new comment: Ya changed it into def testA(selfA) Even now its not working am getting the same error -- You received this question notification because you are a member of Sikuli Drivers, whi

[Sikuli-driver] [Question #171215]: Not able to run Unit test

2011-09-15 Thread Dude
New question #171215 on Sikuli: https://answers.launchpad.net/sikuli/+question/171215 Hi, I have referred many bugs, but still not able to run the unit test . def setUp(self): print "in setup" def tearDown(self): print "in teardown" def test(self): print "in test"

Re: [Sikuli-driver] [Question #171193]: Is Sikuli free for commecial use?

2011-09-15 Thread RaiMan
Question #171193 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171193 Status: Open => Answered RaiMan proposed the following answer: no, the usage of the Sikuli bundle you download from sikuli.org is based on this copyright text. And yes, you can use it totally free, the

Re: [Sikuli-driver] [Question #171127]: Import other Sikuli scripts on MAC

2011-09-15 Thread RaiMan
Question #171127 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171127 Status: Open => Answered RaiMan proposed the following answer: Sorry, but Sikuli X needs Mac OS X 10.6 or 10.7. Poor Leopard is left behind. the docs for 10.2 are here: http://sikuli.org/trac/wiki/refer

Re: [Sikuli-driver] [Question #169023]: Currently running application title needed

2011-09-15 Thread Launchpad Janitor
Question #169023 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169023 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 #171193]: Is Sikuli free for commecial use?

2011-09-15 Thread Bruce Yuan
Question #171193 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171193 Status: Answered => Open Bruce Yuan is still having a problem: You mean i just need to copy that copyright.txt to my computer, then i can use that software freely? Thanks -- You received this question

[Sikuli-driver] [Bug 850715] [NEW] X-1.0rc3: Error occurred after selected "Close Tab"

2011-09-15 Thread Ren Xiaoning
Public bug reported: Version: Sikuli X-1.0rc3 (r905) OS: Windows XP SP3 Precondition: The Sikuli IDE is open. Action step: Select File -> Close Tab several times to close all Tab and then select the Close Tab again. Actual result: Sikuli application froze a while and error occurred in the Messa

Re: [Sikuli-driver] [Question #171127]: Import other Sikuli scripts on MAC

2011-09-15 Thread Stephan
Question #171127 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171127 Status: Needs information => Open Stephan gave more information on the question: I thought the examples described here: http://sikuli.org/docx/globals.html#importing-other-sikuli-scripts-reuse-code-and-

[Sikuli-driver] [Bug 710586] Re: X 1.0rc3: Region.text() -- known problems and needed improvements

2011-09-15 Thread RaiMan
** Summary changed: - X 1.0rc2: Region.text() -- known problems and needed improvements + X 1.0rc3: Region.text() -- known problems and needed improvements -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/

Re: [Sikuli-driver] [Question #171204]: Sikuli questions: UnitTesting, iPhone/Android, visual testing, OCR

2011-09-15 Thread RaiMan
Question #171204 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171204 Summary changed to: Sikuli questions: UnitTesting, iPhone/Android, visual testing, OCR -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for S

Re: [Sikuli-driver] [Question #171204]: How to create Report file?

2011-09-15 Thread RaiMan
Question #171204 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171204 Status: Open => Answered RaiMan proposed the following answer: at 1: not a feature of Sikuli. You have to use available Jython features. recommendation: use module unittest from beginning (or JUnit in Ja

[Sikuli-driver] [Bug 705775] Re: [request] IDE: most wanted features (based on feature set X 1.0rc3)

2011-09-15 Thread RaiMan
** Summary changed: - [request] IDE: most wanted features (based on feature set X 1.0rc2) + [request] IDE: most wanted features (based on feature set X 1.0rc3) ** Description changed: - This bug wants to consolidate the features, that have been requested for the IDE over the time. - + This bu

[Sikuli-driver] [Question #171204]: How to create Report file?

2011-09-15 Thread vital
New question #171204 on Sikuli: https://answers.launchpad.net/sikuli/+question/171204 HI, First of all thanks to sikuli team. I have some queries, 1. How to generate report file like html after complition of test script(PASS/FAIL) 2. Can i intigrate this code to iphone and android devices? 3.Is

[Sikuli-driver] [Bug 850663] [NEW] X-1.0rc3: same script opened multiple times on restart

2011-09-15 Thread RaiMan
Public bug reported: Sikuli now remembers the opened scripts at restart. If you start the IDE by double-clicking a script, that was open at last quit of IDE, it is opened twice in the IDE, next time three times and so on. ** Affects: sikuli Importance: Undecided Status: New -- Yo