Re: [Sikuli-driver] [Question #176949]: Help to make a bot

2011-11-05 Thread maestroarte
Question #176949 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176949 maestroarte posted a new comment: Hello Rai, i have a question I decide to make a dofus farmer bot, it is less difficult! I finish my code :) but...i have a lot of problem with indentation =/ Can you explain

Re: [Sikuli-driver] [Question #177563]: Win7 64bit: Executing Sikuli script from command line --- use Sikuli-IDE.bat -r some.sikuli

2011-11-05 Thread RaiMan
Question #177563 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/177563 Summary changed to: Win7 64bit: Executing Sikuli script from command line --- use Sikuli-IDE.bat -r some.sikuli -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #177575]: running unit tests from win7 command line - 173217 - solved?

2011-11-05 Thread RaiMan
Question #177575 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/177575 RaiMan posted a new comment: Your other observation according script path's seems to be a general problem, that affects imports too. I am doing some testing currently, to report a bug. -- You received this

Re: [Sikuli-driver] [Question #177575]: running unit tests from win7 command line - 173217 - solved?

2011-11-05 Thread RaiMan
Question #177575 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/177575 Status: Open => Answered RaiMan proposed the following answer: The mentioned question was set to solved, since a bug was reported with reference to this question. The situation as such is not solved at

Re: [Sikuli-driver] [Question #176949]: Help to make a bot

2011-11-05 Thread RaiMan
Question #176949 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176949 RaiMan posted a new comment: Hi Martin, I used this question to finally write an indentation faq 1800 To understand break and continue, have a look at faq 1437 when you have your farmer bot running, I woul

Re: [Sikuli-driver] [Question #177654]: Stop a loop

2011-11-05 Thread arez
Question #177654 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/177654 Description changed to: Hi! With Sikuli I made a small script to check a keyword for all images in a folder. But come the last image it in a loop on it. And so I would need a trick to stop the script. Becaus

[Sikuli-driver] [Question #177654]: Stop a loop

2011-11-05 Thread arez
New question #177654 on Sikuli: https://answers.launchpad.net/sikuli/+question/177654 Hi! With Sikuli I made a small script to check a keyword for all images in a folder. But come the last frame it in a loop on it. And so I would need a trick to stop the script. Because I do not know what to put

Re: [Sikuli-driver] [Question #177654]: Stop a loop

2011-11-05 Thread arez
Question #177654 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/177654 Description changed to: Hi! With Sikuli I made a small script to tick a keyword for all images in a folder. But at the last image, he have a loop on it. Tick/untick, tick/untick... And so I would need a tric

Re: [Sikuli-driver] [Question #177654]: Stop a loop

2011-11-05 Thread RaiMan
Question #177654 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/177654 Status: Open => Needs information RaiMan requested more information: --- what should this do? for i in ".jpg" ".jpeg": in the first step, the 2 strings are concatenated to the string ".jpg.jpeg". This

Re: [Sikuli-driver] [Question #176949]: Help to make a bot

2011-11-05 Thread maestroarte
Question #176949 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176949 maestroarte posted a new comment: Rai! I find the good indentation for while! :) thanks But, the program farm only one box of corn, cause i am afraid to be in wrong if I continue... If I join you the program

Re: [Sikuli-driver] [Question #136146]: Automatic script generation?

2011-11-05 Thread Vikram Sujanani
Question #136146 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/136146 Vikram Sujanani posted a new comment: Hi there, I find Sikuli very interesting, and am interested in working to build a recorder for it. Particularly recording keyboard actions... to make it easy/helpful to

Re: [Sikuli-driver] [Question #136146]: Automatic script generation?

2011-11-05 Thread RaiMan
Question #136146 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/136146 RaiMan posted a new comment: --- recorder Sikuli is to some extent system independent (Windows, Mac, Linux), but recorders are system specific (I do not know a recorder, that works on all 3 systems). pyhook

[Sikuli-driver] [Bug 886632] [NEW] Sikuli - could not performed a drag and drop action with the right button

2011-11-05 Thread youssef ben
Public bug reported: I was using an earlier version of sikuli (sikuli-script.jar) and upgrated to the latest version as of today but I`m still facing the same issue. I'm running tests scripts with Robot Framework and sikuli using Java. I need to perform a drag and drop action with the mouse righ

Re: [Sikuli-driver] [Question #176949]: Help to make a bot

2011-11-05 Thread RaiMan
Question #176949 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176949 RaiMan posted a new comment: Uuups, many lines of code, that hide the logic behind it. as far as I understand, this is the basic structure: while True: next_box = something_to_do() if not next_bo

[Sikuli-driver] [Bug 886632] Re: Sikuli - could not performed a drag and drop action with the right button

2011-11-05 Thread RaiMan
pls. check, wether a short wait is needed after mouseDown()/mouseMove() for the GUI to get aware: mouseDown(Button.RIGHT) wait(0.5) mouseMove(Destination_location) (or hover or drag) wait(0.5) mouseUp() Are you sure, that the GUI has focus as needed? -- You received this bug notification becaus

Re: [Sikuli-driver] [Question #177654]: Stop a loop

2011-11-05 Thread arez
Question #177654 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/177654 arez posted a new comment: I want create a loop for tick the key word "test" for all images in a folder. In Geeqie. And after I want use this loop in other folders. But maybe they do not have the same numbe

[Sikuli-driver] [Bug 886632] Re: Sikuli - could not performed a drag and drop action with the right button

2011-11-05 Thread youssef ben
The GUI seems to have the focus since it finds the starting location and seems to do the "move" action to the destination location but without holding the mouse down. it's used against a 3 D software and the right button drag and drop should give a particular behavior on the interface , that's w