[Sikuli-driver] [Question #244279]: How to get variable text from application screen and store that value in Excel in Rows

2014-02-20 Thread kiran maroju
New question #244279 on Sikuli: https://answers.launchpad.net/sikuli/+question/244279 Hi, We use invoice generation application, in which it generates different invoice number for each invoice. So i want to get that value into Excel sheet. And also i want to compare that invoice number from

[Sikuli-driver] [Bug 851622] Re: X-1.0rc3: IDE: extension server not available --- workaround for rc2 upgrader

2014-02-20 Thread kiran maroju
** Information type changed from Public to Public Security -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/851622 Title: X-1.0rc3: IDE: extension server not available --- workaround for rc2

Re: [Sikuli-driver] [Question #244196]: [SIKULI-JAVA] How to create a BufferedImage on the ActiveWindows

2014-02-20 Thread Jerome
Question #244196 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244196 Status: Answered = Solved Jerome confirmed that the question is solved: Thanks Raiman, that solve my problem -- You received this question notification because you are a member of Sikuli Drivers,

[Sikuli-driver] [Question #244284]: Sikuli environment Support

2014-02-20 Thread Badarinarayan
New question #244284 on Sikuli: https://answers.launchpad.net/sikuli/+question/244284 Hello, Does Sikuli 1.0.1 support Windows 2008 R2 environment? Does Sikuli 1.0.1 support virtual machine interaction as is or are there any adjustments to be made? Thanks, Badari -- You received this

Re: [Sikuli-driver] [Question #244284]: Sikuli environment Support

2014-02-20 Thread RaiMan
Question #244284 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244284 Status: Open = Answered RaiMan proposed the following answer: SikuliX 1.0.1 works on Windows XP+ 32 and/or 64 Bit having a (latest) Java 1.6+ There is no special support for VM's. Problems you may have

[Sikuli-driver] [Bug 851622] Re: X-1.0rc3: IDE: extension server not available --- workaround for rc2 upgrader

2014-02-20 Thread RaiMan
** Information type changed from Public Security to Public ** Description changed: - * workaround - - If you are coming from rc2 and had the extension Guide before: - - It is still on your system, so saying: - - load(guide) - from guide import * - - should make it available in your

[Sikuli-driver] [Question #244286]: How to end the for loop

2014-02-20 Thread Sikulipro
New question #244286 on Sikuli: https://answers.launchpad.net/sikuli/+question/244286 As we doing in C # For(i=0;in;i++) { } so how to start and end for loop in sikuli , as we doing it in C# with curly brackets {}, how to end for loop in sikuli. -- You received this question notification

[Sikuli-driver] [Bug 1282545] [NEW] sikuli-1.0.1:syntax error in makeVisionProxy:Missing '$' the value of the variable

2014-02-20 Thread HE KUN
Public bug reported: At the 47th and the 53th row of the file 'makeVisionProxy', here, the shell scripts want to check whether the value of variable 'libFolderO' is an empty string. It should be: if [ $libFolderO == ] But actually the real scrips are: if [ libFolderO == ], missing the

Re: [Sikuli-driver] [Question #244247]: capture image of web page with scrollbar

2014-02-20 Thread obiwan-92
Question #244247 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244247 Status: Needs information = Answered obiwan-92 proposed the following answer: Hello, Read this : http://doc.sikuli.org/screen.html#capturing You should find what you want on it. One last thing :

Re: [Sikuli-driver] [Question #244286]: How to end the for loop

2014-02-20 Thread obiwan-92
Question #244286 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244286 obiwan-92 proposed the following answer: Sorry. print list # I'm not longer in the loop -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #244279]: How to get variable text from application screen and store that value in Excel in Rows

2014-02-20 Thread obiwan-92
Question #244279 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244279 Status: Open = Answered obiwan-92 proposed the following answer: Hello, First select the text you want capture with your mouse (by a double click, for example), then : type('c', KeyModifier.CTRL) #

Re: [Sikuli-driver] [Question #244286]: How to end the for loop

2014-02-20 Thread obiwan-92
Question #244286 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244286 Status: Open = Answered obiwan-92 proposed the following answer: Hello. In Sikuli, you are in Python. To begin a loop, add a tabulation. To end it, no tab. for example : for item in list: print

Re: [Sikuli-driver] [Question #244286]: How to end the for loop

2014-02-20 Thread Sikulipro
Question #244286 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244286 Status: Answered = Solved Sikulipro confirmed that the question is solved: Thanks obiwan. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

[Sikuli-driver] [Bug 1282545] Re: sikuli-1.0.1:syntax error in makeVisionProxy:Missing '$' the value of the variable

2014-02-20 Thread RaiMan
thanks for pointing out. I have just uploaded a revised version. ** Changed in: sikuli Status: New = Fix Released ** Summary changed: - sikuli-1.0.1:syntax error in makeVisionProxy:Missing '$' the value of the variable + [1.0.1]Linux: syntax error in makeVisionProxy --- fixed per

Re: [Sikuli-driver] [Question #244247]: capture image of web page with scrollbar

2014-02-20 Thread sarab
Question #244247 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244247 Status: Answered = Open sarab is still having a problem: It seems like I did not describe the question in detail. My bad. My objective is to capture image of complete webpage with scrollbars. Lets say

Re: [Sikuli-driver] [Question #244247]: capture image of web page with scrollbar

2014-02-20 Thread RaiMan
Question #244247 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244247 Status: Open = Answered RaiMan proposed the following answer: No there currently is no solution for that as a Sikuli feature. You might write a function, that uses wheel(down) until the window content

Re: [Sikuli-driver] [Question #244247]: capture image of web page with scrollbar

2014-02-20 Thread RaiMan
Question #244247 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244247 Assignee: None = RaiMan -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. ___

[Sikuli-driver] [Question #244304]: How to rightclick at current mouse position Right click Context menu keyboard button constant help

2014-02-20 Thread Learner
New question #244304 on Sikuli: https://answers.launchpad.net/sikuli/+question/244304 When i use rightClick on a particular region/button image its working fine . but 1. How to RightClick at current mouse cursor position . If i do RightClick() without any parameter then its randomly

Re: [Sikuli-driver] [Question #243323]: How To import a .skl file --- workaround

2014-02-20 Thread Rubynator
Question #243323 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243323 Rubynator posted a new comment: So when I try to use Import sub There's no library called sub, Is it all called something else? And why do I need that for? It's throwing out this error : [error] script [

[Sikuli-driver] [Question #244326]: How can I delete my account from this website

2014-02-20 Thread Rachna
New question #244326 on Sikuli: https://answers.launchpad.net/sikuli/+question/244326 Since when I have subscribed on this website my simple scripts have stoped working and I am getting error Error message: SyntaxError: ('mismatched character \'\\n\' expecting \'\'', ('', 1, 17,

Re: [Sikuli-driver] [Question #244304]: How to rightclick at current mouse position Right click Context menu keyboard button constant help

2014-02-20 Thread RaiMan
Question #244304 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244304 Status: Open = Answered RaiMan proposed the following answer: - a click(whatever) always click on whatever - if whatever is an image or a pattern, this is first searched in the given region (the whole

Re: [Sikuli-driver] [Question #244304]: How to rightclick at current mouse position Right click Context menu keyboard button constant help

2014-02-20 Thread RaiMan
Question #244304 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244304 RaiMan proposed the following answer: correction: . then this last match is clicked (hence in this case click() is equivalent to click(getLastMatch()), and reg.click() is equivalent to

Re: [Sikuli-driver] [Question #243323]: How To import a .skl file --- workaround

2014-02-20 Thread RaiMan
Question #243323 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243323 RaiMan posted a new comment: @Rubinator your question??? might be a good idea to start a new one. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #244326]: How can I delete my account from this website

2014-02-20 Thread RaiMan
Question #244326 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244326 Status: Open = Answered RaiMan proposed the following answer: Seems to be a Sikuli script. Please show the complete error message and the relevant script part, where the error occurs. Has something to

Re: [Sikuli-driver] [Question #244326]: How can I delete my account from this website

2014-02-20 Thread obiwan-92
Question #244326 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244326 obiwan-92 requested more information: Hello, Can you send the the line of code with the error ? Regards. -- You received this question notification because you are a member of Sikuli Drivers, which is an