Re: [Sikuli-driver] [Question #163412]: Copy Multiple Login Details From A text file and Login?

2011-07-13 Thread Joe Harris
Question #163412 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163412 Joe Harris posted a new comment: Thanks alot. Sorry for troubling alot. got it finally :) -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #163412]: Copy Multiple Login Details From A text file and Login?

2011-07-13 Thread Joe Harris
Question #163412 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163412 Status: Answered => Solved Joe Harris confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sik

Re: [Sikuli-driver] [Question #163412]: Copy Multiple Login Details From A text file and Login?

2011-07-12 Thread Joe Harris
Question #163412 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163412 Status: Needs information => Open Joe Harris gave more information on the question: Okay. But How Do I Get strings from the file? Which are in. email:pass email:pass Style.? -- You received t

Re: [Sikuli-driver] [Question #164095]: SIKULI finding exact text

2011-07-10 Thread Joe Harris
Question #164095 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/164095 Joe Harris proposed the following answer: Ummm...You can try using Find feature inbuilt in browsers. (Ctrl + f).It's easier and faster. Just open the find feature, make Sikuli type the string.

Re: [Sikuli-driver] [Question #163412]: Copy Multiple Login Details From A text file and Login?

2011-07-10 Thread Joe Harris
Question #163412 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163412 Status: Solved => Open Joe Harris is still having a problem: Still Figuring out how Do I copy logins from notepad? -- You received this question notification because you are a member of Sikuli Driv

Re: [Sikuli-driver] [Question #163412]: Copy Multiple Login Details From A text file and Login?

2011-07-10 Thread Joe Harris
Question #163412 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163412 Status: Answered => Solved Joe Harris confirmed that the question is solved: Still Figuring out how Do I copy logins from notepad? -- You received this question notification because you are a mem

Re: [Sikuli-driver] [Question #163412]: Copy Multiple Login Details From A text file and Login?

2011-07-05 Thread Joe Harris
Question #163412 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163412 Joe Harris gave more information on the question: Is this is a bug? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #162592]: How to Copy text from a regions?

2011-07-03 Thread Joe Harris
Question #162592 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/162592 Status: Open => Solved Joe Harris confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Driv

Re: [Sikuli-driver] [Question #162592]: How to Copy text from a regions?

2011-07-03 Thread Joe Harris
Question #162592 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/162592 Status: Answered => Open Joe Harris is still having a problem: Great That's Awesome Script. (must've took alot of time to write) :D It fine, except of the region was not right, maybe becau

Re: [Sikuli-driver] [Question #163412]: Copy Multiple Login Details From A text file and Login?

2011-07-03 Thread Joe Harris
Question #163412 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163412 Joe Harris gave more information on the question: I'm sorry forgot the errors again. ---1) When I use, theFile = file(r"C:\1.log.txt") for line in theFile: print line # prints the lines

Re: [Sikuli-driver] [Question #163412]: Copy Multiple Login Details From A text file and Login?

2011-07-03 Thread Joe Harris
Question #163412 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163412 Status: Answered => Open Joe Harris is still having a problem: 1)Umm, It's weird, might be a bug. When I use, theFile = file(r"C:\1.log.txt") for line in theFile: print line # p

Re: [Sikuli-driver] [Question #162592]: How to Copy text from a regions?

2011-07-03 Thread Joe Harris
Question #162592 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/162592 Status: Answered => Open Joe Harris is still having a problem: Thank you ! :) It worked, but Sikuli's Ocr read it as "Howto Copy text from a regions?", and tried on many others to

Re: [Sikuli-driver] [Question #162596]: How to Change the popup title from sikuli to Something?

2011-07-03 Thread Joe Harris
Question #162596 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/162596 Status: Answered => Solved Joe Harris confirmed that the question is solved: Okay, Thank you I was trying with abc. I'm sorry. Thank you RaiMan, you made another man happy today :))) -- You

Re: [Sikuli-driver] [Question #162596]: How to Change the popup title from sikuli to Something?

2011-07-03 Thread Joe Harris
Question #162596 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/162596 Joe Harris 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

Re: [Sikuli-driver] [Question #162592]: How to Copy text from a regions?

2011-07-03 Thread Joe Harris
Question #162592 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/162592 Status: Answered => Open Joe Harris is still having a problem: Thank you :-) Okay, it worked, But It doesn't Highlight the whole "HOW" instead the it starts highlights just th

Re: [Sikuli-driver] [Question #162596]: How to Change the popup title from sikuli to Something?

2011-07-03 Thread Joe Harris
Question #162596 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/162596 Status: Needs information => Open Joe Harris gave more information on the question: The same script you wrote.. i.e abc = "correct password" password = input("Please enter your pass

Re: [Sikuli-driver] [Question #162592]: How to Copy text from a regions?

2011-07-02 Thread Joe Harris
Question #162592 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/162592 Status: Answered => Open Joe Harris is still having a problem: But I want to extract some Variable string. I cannot use the find function to grab it, because It will result findfailed, If i put

Re: [Sikuli-driver] [Question #163412]: Copy Multiple Login Details From A text file and Login?

2011-07-02 Thread Joe Harris
Question #163412 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163412 Status: Answered => Open Joe Harris is still having a problem: Thanks for the feedback. 1) How do you manage to answer so many peoples questions? :D 2) The Code didn't worked, run(&quo

Re: [Sikuli-driver] [Question #162596]: How to Change the popup title from sikuli to Something?

2011-07-01 Thread Joe Harris
Question #162596 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/162596 Status: Answered => Open Joe Harris is still having a problem: Weird it always tells me Wrong pass. I'm pretty sure, I have typed the correct password. What the heck, Sikuli don't pla

Re: [Sikuli-driver] [Question #162592]: How to Copy text from a regions?

2011-07-01 Thread Joe Harris
Question #162592 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/162592 Status: Answered => Open Joe Harris is still having a problem: I tried I cannot do that, it always give me error or copy whole stuff from the screen this is code which gives me error text("reg

[Sikuli-driver] [Question #163412]: Copy Multiple Login Details From A text file and Login?

2011-07-01 Thread Joe Harris
New question #163412 on Sikuli: https://answers.launchpad.net/sikuli/+question/163412 Hello. So I want Sikuli Login into email account by the login details present in a notepad file. Actually, Multiple Login details of the same account. I can manage the login and logout part. But how to make it

Re: [Sikuli-driver] [Question #162596]: How to Change the popup title from sikuli to Something?

2011-06-25 Thread Joe Harris
Question #162596 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/162596 Status: Answered => Open Joe Harris is still having a problem: Hahahha, I like the thought (-; yay! I passed :D Tried both of them, they're not working while True: try: s

Re: [Sikuli-driver] [Question #162592]: How to Copy text from a regions?

2011-06-24 Thread Joe Harris
Question #162592 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/162592 Joe Harris gave more information on the question: Update: Or I say BUMP? Please help? I need to copy some text which will be generated by some website in a region -- You received this question

Re: [Sikuli-driver] [Question #162596]: How to Change the popup title from sikuli to Something?

2011-06-24 Thread Joe Harris
Question #162596 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/162596 Status: Answered => Open Joe Harris is still having a problem: while True: try: sec = int(input("How many seconds you want me to wait?\nType a valid number only!")) break exc

Re: [Sikuli-driver] [Question #162596]: How to Change the popup title from sikuli to Something?

2011-06-24 Thread Joe Harris
Question #162596 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/162596 Joe Harris gave more information on the question: Update: Can use the input from user input into the popup? Like. Seconds = input("How many seconds you want me to wait?") print("wait

[Sikuli-driver] [Question #162596]: How to Change the popup title from sikuli to Something?

2011-06-24 Thread Joe Harris
New question #162596 on Sikuli: https://answers.launchpad.net/sikuli/+question/162596 Title says the all, Can we change the title of sikuli popup from Sikuli to something else? Also Can we change the buttons? like instead of okay to Enter? or in the input command can we change the Ok and cancel

[Sikuli-driver] [Question #162592]: How to Copy text from a regions?

2011-06-24 Thread Joe Harris
New question #162592 on Sikuli: https://answers.launchpad.net/sikuli/+question/162592 I want sikuli to copy the text from regions and paste it in some other window. The text will be dynamic, it will be generated different text strings after pressing a button. Can Sikuli Copy and paste it to some