[Sikuli-driver] [Question #202853]: Drag or mouseDown won't grab a selection

2012-07-11 Thread Kyle VandenLangenberg
New question #202853 on Sikuli: https://answers.launchpad.net/sikuli/+question/202853 Hello, So I am trying to dragDrop (drag, dropAt) a selection of two files from one open dialogue box in my program to another. I can left-mouse click and drag/drop these files myself (manually with my own mou

Re: [Sikuli-driver] [Question #202853]: Drag or mouseDown won't grab a selection

2012-07-11 Thread RaiMan
Question #202853 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202853 Status: Open => Answered RaiMan proposed the following answer: Might be a timing problem. Try something like that: mouseDown() wait(0.5) mouseMove() wait(0.5) mouseUp() -- You received this question

Re: [Sikuli-driver] [Question #202853]: Drag or mouseDown won't grab a selection

2012-07-11 Thread Kyle VandenLangenberg
Question #202853 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202853 Status: Answered => Open Kyle VandenLangenberg is still having a problem: Actually tried that too, no luck. When I manually do the dragDrop, once I mouseDown and start to move the mouse a graphic also a

Re: [Sikuli-driver] [Question #202853]: Drag or mouseDown won't grab a selection

2012-07-11 Thread RaiMan
Question #202853 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202853 Status: Open => Answered RaiMan proposed the following answer: You are on a Mac? Sure, the window has focus? If not you must first click() to give focus. -- You received this question notification be

Re: [Sikuli-driver] [Question #202853]: Drag or mouseDown won't grab a selection

2012-07-11 Thread Kyle VandenLangenberg
Question #202853 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202853 Status: Answered => Open Kyle VandenLangenberg is still having a problem: The command immediately proceeding the drag() operation is a click() on the very same object. -- You received this question not

Re: [Sikuli-driver] [Question #202853]: Drag or mouseDown won't grab a selection

2012-07-11 Thread RaiMan
Question #202853 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202853 Status: Open => Needs information RaiMan requested more information: Windows or Mac? What application? checked longer wait times? -- You received this question notification because you are a member o

Re: [Sikuli-driver] [Question #202853]: Drag or mouseDown won't grab a selection

2012-07-11 Thread Kyle VandenLangenberg
Question #202853 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202853 Status: Needs information => Open Kyle VandenLangenberg gave more information on the question: Mac OS 10.7.4 Application is DNASTAR SeqBuilder (bioinformatics software). I tried wait times up to 1 seco

Re: [Sikuli-driver] [Question #202853]: Drag or mouseDown won't grab a selection

2012-07-11 Thread Kyle VandenLangenberg
Question #202853 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202853 Kyle VandenLangenberg gave more information on the question: Here is the section of code: click("fileone.png") click("filetwo.png", KeyModifier.SHIFT) wait(1) hover("bothfiles.png") mouseDown(Button.LEFT) wa

Re: [Sikuli-driver] [Question #202853]: Drag or mouseDown won't grab a selection

2012-07-12 Thread RaiMan
Question #202853 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202853 Status: Open => Answered RaiMan proposed the following answer: I tested on my Mac OSX 10.7.4 dragging a group of files from a Finder column to another column. the following script worked as expected: i

Re: [Sikuli-driver] [Question #202853]: Drag or mouseDown won't grab a selection

2012-07-12 Thread Kyle VandenLangenberg
Question #202853 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202853 Status: Answered => Solved Kyle VandenLangenberg confirmed that the question is solved: Thanks, I will get a chance to try this tomorrow and will see if it works. One question, how does the coding for t

Re: [Sikuli-driver] [Question #202853]: Drag or mouseDown won't grab a selection

2012-07-13 Thread RaiMan
Question #202853 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202853 RaiMan posted a new comment: my Finder column has 4 entries. each entry line is 18 pixels high (measured using cmd-shift-4) img = "QnativeFinde.png" # image of the first entry including part of the toolbar

Re: [Sikuli-driver] [Question #202853]: Drag or mouseDown won't grab a selection

2012-07-13 Thread Kyle VandenLangenberg
Question #202853 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202853 Kyle VandenLangenberg posted a new comment: Thanks for the help, this actually didn't solve the problem - it seems like it may be an issue in my program. I randomly tried something like this though and it wo

Re: [Sikuli-driver] [Question #202853]: Drag or mouseDown won't grab a selection

2012-07-13 Thread RaiMan
Question #202853 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202853 RaiMan posted a new comment: Interesting. This means that the GUI does not accept this one fast mouse movement as a drag operation. I just tested while writing this comment with the trackpad of my new MacBo