Re: [Sikuli-driver] [Question #526826]: DragDrop doesn't seem to work

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

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 your

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 cStringIO

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, No update is

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

2017-03-07 Thread RaiMan
Question #532194 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/532194 Status: Open => Answered RaiMan proposed the following answer: see docs, might be necessary to use version 1.1.1: http://sikulix-2014.readthedocs.io/en/latest/interaction.html#inputText -- You

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 such in oneNote,

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 been resolved. Now it throws up :

[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

Re: [Sikuli-driver] [Question #526826]: DragDrop doesn't seem to work

2017-03-07 Thread RaiMan
Question #526826 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/526826 RaiMan proposed the following answer: http://sikulix.com -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.