[Sikuli-driver] [Question #234414]: Downloaded on friends computer, sikuli wont disappear when click run

2013-08-21 Thread Colby Black
New question #234414 on Sikuli: https://answers.launchpad.net/sikuli/+question/234414 I might have an older version, or it might be because i'm on Snow Leopard and he is on lion. But I downloaded sikuli for him and when he clicks run...sikuli script stays on screen...and actually clicks

Re: [Sikuli-driver] [Question #218023]: Whats wrong with ELIF

2013-01-02 Thread Colby Black
Question #218023 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/218023 Status: Answered = Solved Colby Black confirmed that the question is solved: Thanks j, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #218023]: Whats wrong with ELIF

2013-01-02 Thread Colby Black
Question #218023 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/218023 Colby Black posted a new comment: Thanks so much, I thought I was giving it a statement, I didn't know it needed to be on same line. I get it know, thanks so much. And raiman. I implemented those shortcuts

Re: [Sikuli-driver] [Question #218023]: Whats wrong with ELIF

2013-01-01 Thread Colby Black
Question #218023 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/218023 Status: Answered = Open Colby Black is still having a problem: so it needs to be if exists(excelEMAIL): rightClick(excelEMAIL) wait(3) else: popup(Please

Re: [Sikuli-driver] [Question #218023]: Whats wrong with ELIF

2013-01-01 Thread Colby Black
Question #218023 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/218023 Colby Black gave more information on the question: This is the section I'm concerned with. I give it an IF (If gmail tab exists, click) ,Else if, (the blue gmail tab is there, click that instead.) else

[Sikuli-driver] [Question #218023]: Whats wrong with ELIF

2012-12-31 Thread Colby Black
New question #218023 on Sikuli: https://answers.launchpad.net/sikuli/+question/218023 (Excuse indentions from pasting, but what is wrong with the elif statement? Gives error.. [error] Stopped [error] An error occurs at line 178 [error] Error message: SyntaxError: (no viable alternative

[Sikuli-driver] [Question #217755]: Where are pictures stored on mac, so I can use them on another computer

2012-12-27 Thread Colby Black
New question #217755 on Sikuli: https://answers.launchpad.net/sikuli/+question/217755 I wrote a script on my mac with a lot of x = (screenshot) y = ( screenshot) and then I would write the script as click(x) rightClick(y) etc. Well I want to run the script on my PC, so I want to copy the

Re: [Sikuli-driver] [Question #217753]: How to make click(excelARROWdown) * 36 work

2012-12-27 Thread Colby Black
Question #217753 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/217753 Status: Answered = Solved Colby Black confirmed that the question is solved: @ RaiMan Hahaha, what do you think I'm doing. You'd be surprised at how good the code I have right now is doing for someone

Re: [Sikuli-driver] [Question #217558]: I can agenerate random numbers, need to type them

2012-12-27 Thread Colby Black
Question #217558 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/217558 Colby Black posted a new comment: You are awesome, sir =D Funny, the code didn't not work in note++ or word, even when the cursor was there alreadyBUT, when I attempted it in gmails login field

Re: [Sikuli-driver] [Question #217558]: I can agenerate random numbers, need to type them

2012-12-27 Thread Colby Black
Question #217558 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/217558 Status: Answered = Solved Colby Black 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 #217558]: I can agenerate random numbers, need to type them

2012-12-26 Thread Colby Black
Question #217558 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/217558 Status: Answered = Open Colby Black is still having a problem: Hello, Sorry to be a pain. (I've never programmed or taken any classes, so treat me like a retard =) I tested this doubleClick

Re: [Sikuli-driver] [Question #217558]: I can agenerate random numbers, need to type them

2012-12-25 Thread Colby Black
Question #217558 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/217558 Status: Answered = Open Colby Black is still having a problem: Rai I typed it as a test click(HndowZIh.png) import random num = random.randrange(1, 100) type(str(num)) and got

Re: [Sikuli-driver] [Question #99044]: Using more than one special key in OSX

2012-12-23 Thread Colby Black
Question #99044 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/99044 Colby Black posted a new comment: what about if you are trying to type cmd-shift-delete I tried type(Key.DELETE,KEY_SHIFT|KEY_CMD) for mac, and it types it, but doesn't do the function of clearing cookies

[Sikuli-driver] [Question #217480]: Hot to get type(Key.DELETE, KEY_SHIFT|KEY_CMD) to do function, not just type it.

2012-12-23 Thread Colby Black
New question #217480 on Sikuli: https://answers.launchpad.net/sikuli/+question/217480 I'm trying to clear cookies in Chrome Settings using cmd-shift-delete I tried type(Key.DELETE,KEY_SHIFT|KEY_CMD) for mac, and it types it, but doesn't do the function of clearing cookies in chromes settings.

Re: [Sikuli-driver] [Question #217480]: Hot to get type(Key.DELETE, KEY_SHIFT|KEY_CMD) to do function, not just type it.

2012-12-23 Thread Colby Black
Question #217480 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/217480 Colby Black posted a new comment: anoyone??? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #99044]: Using more than one special key in OSX

2012-12-23 Thread Colby Black
Question #99044 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/99044 Colby Black posted a new comment: Yes, I click the tab first, then try the command. On Monday, December 24, 2012, RaiMan wrote: Question #99044 on Sikuli changed: https://answers.launchpad.net/sikuli