Re: [Sikuli-driver] [Question #124759]: Can you run Python and call Sikuli from there? --- use XML-RPC

2017-03-26 Thread Rahul Kumar
Question #124759 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/124759 Rahul Kumar posted a new comment: I got it working! I thought why to start from sikuli IDE. so I directly clicked on server file. That started the server for sure, but did not had library to support the

Re: [Sikuli-driver] [Question #124759]: Can you run Python and call Sikuli from there? --- use XML-RPC

2017-03-26 Thread Rahul Kumar
Question #124759 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/124759 Rahul Kumar posted a new comment: Now I am getting: Fault: :global name 'popup' is not defined"> -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #124759]: Can you run Python and call Sikuli from there? --- use XML-RPC

2017-03-26 Thread Rahul Kumar
Question #124759 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/124759 Rahul Kumar posted a new comment: oh!!! I see. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #578419]: java.lang.NoClassDefFoundError: Could not initialize class org.sikuli.script.App$Clipboard)

2017-03-26 Thread Rahul Kumar
Question #578419 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/578419 Status: Answered => Open Rahul Kumar is still having a problem: sikuli version 1.1.1 I was using above method on the version for some time, but now it stopped working. Though, I used Env.getClipbo

Re: [Sikuli-driver] [Question #124759]: Can you run Python and call Sikuli from there? --- use XML-RPC

2017-03-26 Thread Rahul Kumar
Question #124759 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/124759 Rahul Kumar posted a new comment: @Dirk (dps42) What is the thing you spotted that Raiman has suggested, when you were getting "xmlrpclib.Fault: :method "workflow" is not supported&#x

[Sikuli-driver] [Question #578419]: java.lang.NoClassDefFoundError: Could not initialize class org.sikuli.script.App$Clipboard)

2017-03-20 Thread Rahul Kumar
New question #578419 on Sikuli: https://answers.launchpad.net/sikuli/+question/578419 I was using "lines = App.getClipboard() " in sikuli for long now and today it stopped working throwing above error. Earlier I assumed other opened apps(especially windows defender active scan) might be interfer

Re: [Sikuli-driver] [Question #574092]: ImportError ( No module named abbreviate )

2017-03-18 Thread Rahul Kumar
Question #574092 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/574092 Rahul Kumar confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #574092]: ImportError ( No module named abbreviate )

2017-03-18 Thread Rahul Kumar
Question #574092 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/574092 Status: Answered => Solved Rahul Kumar confirmed that the question is solved: Thanks -- You received this question notification because your team Sikuli Drivers is an answer contact for Sik

[Sikuli-driver] [Question #574092]: ImportError ( No module named abbreviate )

2017-03-17 Thread Rahul Kumar
New question #574092 on Sikuli: https://answers.launchpad.net/sikuli/+question/574092 in my sikuli file, I am importing a local python script like: testing.sikuli --- from guide import * addImportPath("\Lib") import preProcessLines ... preProcessLines.py is in sikuli folder i

Re: [Sikuli-driver] [Question #537136]: does InputText() replace multiple spaces by single one

2017-03-08 Thread Rahul Kumar
Question #537136 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/537136 Status: Open => Solved Rahul Kumar confirmed that the question is solved: My mistake. I was not reading the returned string in same variable -- You received this question notification because y

[Sikuli-driver] [Question #537136]: does InputText() replace multiple spaces by single one

2017-03-08 Thread Rahul Kumar
New question #537136 on Sikuli: https://answers.launchpad.net/sikuli/+question/537136 After installing sikuliX 1.1.1, I was able to use inputText(). It seems that on OK, it sends string by replacing multiple spaces with single one, is it? If yes, what is alternative to retain tab -- You receiv

Re: [Sikuli-driver] [Question #532194]: inputText() takes at most 4 arguments (5 given)

2017-03-08 Thread Rahul Kumar
Question #532194 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/532194 Status: Answered => Solved Rahul Kumar confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is

Re: [Sikuli-driver] [Question #526599]: copy a specific file by name

2017-03-07 Thread Rahul Kumar
Question #526599 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/526599 Status: Solved => Open Rahul Kumar is still having a problem: However converting from RGB into BMP has reduced the image quality drastically -- You received this question notification because y

Re: [Sikuli-driver] [Question #526599]: copy a specific file by name

2017-03-07 Thread Rahul Kumar
Question #526599 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/526599 Status: Open => Solved Rahul Kumar confirmed that the question is solved: Raiman, maybe you are right. I solved my problem this way (copied code from somewhere else): ABC.py === from cStrin

Re: [Sikuli-driver] [Question #532194]: inputText() takes at most 4 arguments (5 given)

2017-03-07 Thread Rahul Kumar
Question #532194 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/532194 Status: Answered => Open Rahul Kumar is still having a problem: There it says "New in version 1.1.0." I have this version IDE and checking for updates does not take it to 1.1.1 Says,

Re: [Sikuli-driver] [Question #526599]: copy a specific file by name

2017-03-07 Thread Rahul Kumar
Question #526599 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/526599 Status: Answered => Open Rahul Kumar is still having a problem: "...I want to paste that file content into oneNote.."- Maybe this part is not clear enough. I want to copy the image as su

Re: [Sikuli-driver] [Question #532194]: inputText() takes at most 4 arguments (5 given)

2017-03-07 Thread Rahul Kumar
Question #532194 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/532194 Rahul Kumar gave more information on the question: I am sorry! I see I had to call inputText("abc", title="sdf", width=9, height=20, text="iusdf"). Though other errors have b

[Sikuli-driver] [Question #532194]: inputText() takes at most 4 arguments (5 given)

2017-03-07 Thread Rahul Kumar
New question #532194 on Sikuli: https://answers.launchpad.net/sikuli/+question/532194 I am calling inputText("abc", "sdf", 9, 20, "iusdf"). I am getting above error. When I am removing 2nd argument, it says second argument can not be coerced to int and so on. Please someone look into the matter

[Sikuli-driver] [Question #526599]: copy a specific file by name

2017-03-05 Thread Rahul Kumar
New question #526599 on Sikuli: https://answers.launchpad.net/sikuli/+question/526599 I want to open a folder, highlight a specific image file by its name, and then: 1. copy the file on clipboard, so that later I can paste {type("v", KEY_CTRL)} into oneNote 2. doubelClick so that it opens up in a

Re: [Sikuli-driver] [Question #251678]: Getting an error with Sikuli 1.1.0beta2 on Windows 7

2017-03-05 Thread Rahul Kumar
Question #251678 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251678 Rahul Kumar posted a new comment: Does this issue have any side effect, if not fixed? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli