Re: [Sikuli-driver] [Question #238787]: is it possible to create a combo box from input in sikuli

2014-02-04 Thread Harry
Question #238787 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238787 Harry posted a new comment: Hi RaiMan I am new to sikuli. Can u plz tell me how to ask user to enter the data manually during runtime (iwhen the script is running) i.e Data should be dynamic and not static

Re: [Sikuli-driver] [Question #234633]: Want to run multiple test script

2014-02-13 Thread Harry
Question #234633 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234633 Harry requested more information: Hi Raiman 1.I wanted to run 8 scripts at once.So i included from sikuli import * in all the 7 scripts and in last script i used import (name of all the scripts separated

[Sikuli-driver] [Question #243869]: How to run multiple scripts at a time

2014-02-13 Thread Harry
New question #243869 on Sikuli: https://answers.launchpad.net/sikuli/+question/243869 Hi Raiman 1.I wanted to run 8 scripts at once.So i included from sikuli import * in all the 7 scripts and in last script i used import (name of all the scripts separated by comma) OR individually i imported

Re: [Sikuli-driver] [Question #243869]: How to run multiple scripts at a time

2014-02-13 Thread Harry
Question #243869 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243869 Harry posted a new comment: Raiman That means we should not save the script with special characters Still if i need to run script using import was my script correct i.e import (all script name separated

[Sikuli-driver] [Question #244404]: How to write parameterized function in sikuli and use it piblically

2014-02-22 Thread Harry
New question #244404 on Sikuli: https://answers.launchpad.net/sikuli/+question/244404 Hi Raiman Please tell me how to write parametrized function and use it publically And how to use that function in login script As i have to check login functionality and currently i am using static data --

Re: [Sikuli-driver] [Question #244404]: How to write parameterized function in sikuli and use it piblically

2014-02-22 Thread Harry
Question #244404 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244404 Harry posted a new comment: can you show me sample test code. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

[Sikuli-driver] [Question #244624]: in sikuli how to ask user input at runtime

2014-02-26 Thread Harry
New question #244624 on Sikuli: https://answers.launchpad.net/sikuli/+question/244624 Hi raiman How to ask user to input or enter data at runtime Ex. If login page is opened,we should be able to add uname and pwd at runtime and after that login button should be clicked through script. Please

Re: [Sikuli-driver] [Question #244624]: in sikuli how to ask user input at runtime

2014-02-27 Thread Harry
Question #244624 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244624 Harry posted a new comment: Hello obiwan thanks for ur answer Just a question This is my code:- calling function input(Please enter uname,uname) input(Please enter pwd,pwd) login(uname,pwwd) called

[Sikuli-driver] [Question #251298]: Is there a way to directly launch the application in emulator without finding the image and clicking on it

2014-07-07 Thread Harry
New question #251298 on Sikuli: https://answers.launchpad.net/sikuli/+question/251298 Can we directly launch the application (.apk file) in windows emulator without finding that image and clicking on it. Is there any shortcut key for this. -- You received this question notification because

Re: [Sikuli-driver] [Question #251298]: Is there a way to directly launch the application in emulator without finding the image and clicking on it

2014-07-07 Thread Harry
Question #251298 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251298 Harry posted a new comment: Ok. Thanks for your reply. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

[Sikuli-driver] [Question #251396]: How to create xml report using xmltestrunner for test suite

2014-07-09 Thread Harry
New question #251396 on Sikuli: https://answers.launchpad.net/sikuli/+question/251396 How to create xml report using xmltestrunner for test suite. Please help -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #251396]: How to create xml report using xmltestrunner for test suite

2014-07-09 Thread Harry
Question #251396 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251396 Status: Answered = Open Harry is still having a problem: this is my code.Let me know if i m doing something wrong From this case blank xml page is getting generated Please help **code

Re: [Sikuli-driver] [Question #251396]: How to create xml report using xmltestrunner for test suite

2014-07-09 Thread Harry
Question #251396 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251396 Status: Answered = Open Harry is still having a problem: I copied the code. Now the error is getting as AttributeError ( 'function' object has no attribute 'addTest' ) -- You received this question

Re: [Sikuli-driver] [Question #251396]: How to create xml report using xmltestrunner for test suite

2014-07-14 Thread Harry
Question #251396 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251396 Status: Answered = Solved Harry confirmed that the question is solved: Thanks Raiman , it worked for me as well. I didn't changed any code. The only concern was the xml report was not viewable on Safari

Re: [Sikuli-driver] [Question #251396]: How to create xml report using xmltestrunner for test suite

2014-07-14 Thread Harry
Question #251396 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251396 Harry posted a new comment: My by default browser was safari for xml file.But when o tried to open using firefox , it shows the content of the file correctly as XML tree. -- You received this question

[Sikuli-driver] [Question #251946]: How to call a function from another function of sam class

2014-07-21 Thread Harry
New question #251946 on Sikuli: https://answers.launchpad.net/sikuli/+question/251946 Following is my code snipet. Please help me out:- from sikuli import * import comres# used for var inv_no class phonevalidation: def blank_number(self): wait(1)

Re: [Sikuli-driver] [Question #251946]: How to call a function from another function of sam class

2014-07-21 Thread Harry
Question #251946 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251946 Status: Answered = Solved Harry confirmed that the question is solved: Raiman, It was an intermittent issue becoz it worked for me know. I just closed the ide and re-lauched it and run the code. Thanks

Re: [Sikuli-driver] [Question #251946]: How to call a function from another function of sam class

2014-07-21 Thread Harry
Question #251946 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251946 Harry posted a new comment: how to use function of one class in other class -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

[Sikuli-driver] [Question #252004]: How to use function of one class in another class

2014-07-22 Thread Harry
New question #252004 on Sikuli: https://answers.launchpad.net/sikuli/+question/252004 Here is my code snipet.Please help me out *** 1 * import numberediting class phonevalidation: def blank_number(self): wait(1)

Re: [Sikuli-driver] [Question #252004]: How to use function of one class in another class

2014-07-22 Thread Harry
Question #252004 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252004 Harry gave more information on the question: In main i am calling the foll functions import numberediting import phonevalidation phn=phonevalidation() phn.blank_number() phn.invalid_number()#Here

[Sikuli-driver] [Question #252980]: Is there a way to long press ALT key .

2014-08-12 Thread Harry
New question #252980 on Sikuli: https://answers.launchpad.net/sikuli/+question/252980 Is there a way to long press ALT key .As i want to open a particular app using Alt(long press) + tab -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #252980]: Is there a way to long press ALT key .

2014-08-12 Thread Harry
Question #252980 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252980 Status: Answered = Open Harry is still having a problem: Not just Alt+Tab but to switch between the open apps i want to use Alt(long press) + tab . I didn't got any solution please help. -- You

Re: [Sikuli-driver] [Question #252980]: Is there a way to long press ALT key .

2014-08-12 Thread Harry
Question #252980 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252980 Status: Answered = Solved Harry confirmed that the question is solved: Thanks it worked. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

[Sikuli-driver] [Question #253035]: How to use Alt+space+r to restore the window screen

2014-08-13 Thread Harry
New question #253035 on Sikuli: https://answers.launchpad.net/sikuli/+question/253035 How to use Alt+space+r to restore the window screen. I tried using type(Key.ALT,KEY_SPACE) type(Key.ENTER) This works in firefox. But in chrome Alt+space+r need to be used to restore the window. Please help i

[Sikuli-driver] [Question #253057]: Send random text everytime on chat screen

2014-08-13 Thread Harry
New question #253057 on Sikuli: https://answers.launchpad.net/sikuli/+question/253057 class chatting: def chat1(self,chatmsg1): if exists(person1.png): type(chatmsg1) else: click(person1.png) while not exists(person1.png,0):

Re: [Sikuli-driver] [Question #253057]: Send random text everytime on chat screen

2014-08-14 Thread Harry
Question #253057 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253057 Status: Needs information = Open Harry gave more information on the question: Yes it is generating every time the same string as the string is stored in chatmsg1 and chatmsg2 whenever i call chat1

Re: [Sikuli-driver] [Question #253057]: Send random text everytime on chat screen

2014-08-14 Thread Harry
Question #253057 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253057 Status: Answered = Solved Harry confirmed that the question is solved: Yes i did that and now it seems to be generating random string -- You received this question notification because you

Re: [Sikuli-driver] [Question #253035]: How to use Alt+space+r to restore the window screen

2014-08-14 Thread Harry
Question #253035 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253035 Status: Answered = Open Harry is still having a problem: No it didn't worked -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #402100]: How can I install sikuli1.1.1.jar without GUI

2016-09-25 Thread harry
Question #402100 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/402100 Status: Answered => Open harry is still having a problem: Hi RaiMan I tried java -jar sikulixsetup-1.1.1-20160719.184310-68-forsetup.jar 1.1 4.3 and java -jar sikulixsetup-1.1.1-20160719.184310

Re: [Sikuli-driver] [Question #402100]: How can I install sikuli1.1.1.jar without GUI

2016-09-22 Thread harry
Question #402100 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/402100 Description changed to: Hi Thank you for your quick reply last time. I'm using sikuli in Docker with xvfb. When I install in Linux command line using 'java -jar

[Sikuli-driver] [Question #402100]: How can I install sikuli1.1.1.jar without GUI

2016-09-22 Thread harry
New question #402100 on Sikuli: https://answers.launchpad.net/sikuli/+question/402100 Hi Thank you for your quick reply last time. I'm using sikuli in Docker with xvfb. When I install in Linux command line using 'java -jar sikulixsetup-1.1.1-20160719.184310-68-forsetup.jar' or other

[Sikuli-driver] [Question #401602]: problem with import .py

2016-09-21 Thread harry
New question #401602 on Sikuli: https://answers.launchpad.net/sikuli/+question/401602 Hi I'm using Linux debian jessie sikulix 1.1.0 or 1.1.1(I installed it but when I run 'java -jar sikulix.jar', SikulixIDE 1.1.0 is open) jython 2.7.0 When I use Sikuli X 1.0, I can run sikuli in command line

Re: [Sikuli-driver] [Question #402100]: How can I install sikuli1.1.1.jar without GUI

2016-09-25 Thread harry
Question #402100 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/402100 Status: Answered => Solved harry confirmed that the question is solved: I guess I forgot to type the word 'options' `java -jar sikulixsetup-1.1.1-20160719.184310-68-forsetup.jar options 1.1 4.3` wo

Re: [Sikuli-driver] [Question #402100]: How can I install sikuli1.1.1.jar without GUI

2016-09-27 Thread harry
Question #402100 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/402100 Status: Solved => Open harry is still having a problem: How can I set a directory when I install it? I got [error] RunTimeINIT: fatal error: java.io.IOException: Cannot run program "lsb

Re: [Sikuli-driver] [Question #402100]: How can I install sikuli1.1.1.jar without GUI

2016-09-27 Thread harry
Question #402100 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/402100 harry gave more information on the question: jython is not installed as well. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #689166]: SikulixIDE-2.0.3 won't type in Oracle VirtualBox VM

2021-10-08 Thread Harry
Question #689166 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/689166 Harry posted a new comment: Oracle databases and servers are likely to be around for another 50 years, minimum. I base this on the fact that there are 50 year old technologies still in use all over

Re: [Sikuli-driver] [Question #160886]: how to type the copyright symbol ©

2011-06-09 Thread Harry C.
Question #160886 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/160886 Harry C. gave more information on the question: also, I'm using pickle.load to read a dump file that contains the ©. THEN that data is being typed. -- You received this question notification because you

Re: [Sikuli-driver] [Question #160886]: how to type the copyright symbol ©

2011-06-10 Thread Harry C.
Question #160886 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/160886 Status: Answered = Solved Harry C. confirmed that the question is solved: ya the problem was i was getting the symbol from an external file. i thought that the file was encoded in UTF-8, but it turns

Re: [Sikuli-driver] [Question #171679]: WINDOWS KEY how???

2011-09-19 Thread Harry Readinger
Question #171679 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171679 Status: Open = Answered Harry Readinger proposed the following answer: you can use type(KEY_WIN, r) that should open the run prompt -- You received this question notification because you are a member

[Sikuli-driver] [Question #171825]: Importing Sikuli Script, Sikuli Specific functions not defined (in Sikuli IDE)

2011-09-20 Thread Harry Readinger
New question #171825 on Sikuli: https://answers.launchpad.net/sikuli/+question/171825 I am attempting to use a Sikuli Script as a module for other scripts in my automation suite (its actually launching the program, making it a module makes me not have to copy/paste it at the beginning of each

Re: [Sikuli-driver] [Question #171825]: Importing Sikuli Script

2011-09-21 Thread Harry Readinger
Question #171825 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171825 Status: Answered = Solved Harry Readinger confirmed that the question is solved: @RaiMan, @Tsung Thanks for the help guys, got it working! -- You received this question notification because you

[Sikuli-driver] [Bug 857446] [NEW] Renaming an image in IDE sets similarity to 0.00

2011-09-23 Thread Harry Readinger
Public bug reported: WIndows 7 64 bit SIkuli x 1.0 RC3 (r905) Renaming an image without adjusting the targeting offset or matching similarity will set the similarity to 0.00 Repro Steps: Open SIkuli IDE, capture any image Click on image and rename it, click OK Observe similarity set to 0.00 **

[Sikuli-driver] [Bug 862673] [NEW] [request] Implement Smart Indenting in IDE

2011-09-29 Thread Harry Readinger
Public bug reported: Request to implement smart indenting to the IDE. If user has tab key insert x spaces instead of a tab, always have the indenting actually indent or dedent only on multiples of x. Example: Assume my tab is replaced with 4 spaces. if my cursor is on the 6th space of the

Re: [Sikuli-driver] [Question #165999]: Logging and reporting in project Sikuli

2011-09-30 Thread Harry Readinger
Question #165999 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/165999 Harry Readinger posted a new comment: The python logging class is very easy to set up and I recommend using that for logging. information on python logging is here: http://docs.python.org/library

[Sikuli-driver] [Question #172879]: setBundlePath when using Eclipse?

2011-09-30 Thread Harry Readinger
New question #172879 on Sikuli: https://answers.launchpad.net/sikuli/+question/172879 I have been working on setting up eclipse to be my main Sikuli IDE, I followed the steps outlined in the documentation http://sikuli.org/docx/faq/040-other-ide.html Here is the script I am running: from

Re: [Sikuli-driver] [Question #172860]: While loop

2011-09-30 Thread Harry Readinger
Question #172860 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/172860 Status: Open = Answered Harry Readinger proposed the following answer: A few things from my experience: 1) try limiting your find/exists to a region if possible and just observe that region

Re: [Sikuli-driver] [Question #172879]: setBundlePath when using Eclipse?

2011-10-03 Thread Harry Readinger
Question #172879 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/172879 Status: Needs information = Solved Harry Readinger confirmed that the question is solved: Using a raw string solved the problem. thanks RaiMan -- You received this question notification because you

Re: [Sikuli-driver] [Question #173148]: [IDE] Errors When opening/Closing/Saving a Project

2011-10-03 Thread Harry Readinger
Question #173148 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173148 Harry Readinger posted a new comment: Also if these errors occur when opening a .sikuli file, the file is opened as untitled -- You received this question notification because you are a member of Sikuli

[Sikuli-driver] [Question #173148]: [IDE] Errors When opening/Closing/Saving a Project

2011-10-03 Thread Harry Readinger
New question #173148 on Sikuli: https://answers.launchpad.net/sikuli/+question/173148 The following is example output of what sometimes shows up when I Open/save/close projects in the Sikuli IDE (1.0rc3 (r905)): java.lang.reflect.InvocationTargetException at

Re: [Sikuli-driver] [Question #173148]: [IDE] Errors When opening/Closing/Saving a Project

2011-10-03 Thread Harry Readinger
Question #173148 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173148 Harry Readinger gave more information on the question: Big Update: This may be a separate issue, but now i can no longer launch the sikuli IDE at all. Here is what I did since posting 1) Restarted my

Re: [Sikuli-driver] [Question #173148]: [IDE] Errors When opening/Closing/Saving a Project

2011-10-03 Thread Harry Readinger
Question #173148 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173148 Harry Readinger gave more information on the question: IDE now launches thanks to https://answers.launchpad.net/sikuli/+faq/1766 Waiting to see if i still have the errors on loading. -- You received

Re: [Sikuli-driver] [Question #173148]: [IDE] Errors When opening/Closing/Saving a Project

2011-10-03 Thread Harry Readinger
Question #173148 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173148 Harry Readinger gave more information on the question: Still have the same errors on loading a file. -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #173287]: How do I type() a backslash in Windows?

2011-10-05 Thread Harry Readinger
Question #173287 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173287 Harry Readinger posted a new comment: I just tried type(\\) on my windows machine and it worked fine. What type of keyboard are you using? -- You received this question notification because you

[Sikuli-driver] [Bug 868464] [NEW] [Request][IDE] Option to clean up unused screenshots

2011-10-05 Thread Harry Readinger
Public bug reported: I think it would be very convinient to have an option in the IDE that would Compare all .png's in the script.sikuli directory and the ones actually used in the script, and delete any .png's that are not in use. ** Affects: sikuli Importance: Undecided Status:

Re: [Sikuli-driver] [Question #173346]: How can I run an exe file

2011-10-05 Thread Harry Readinger
Question #173346 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173346 Status: Open = Needs information Harry Readinger requested more information: Please post the error message that SIkuli gives you when you try to run your script, That might tell us why the openApp

Re: [Sikuli-driver] [Question #173368]: how to simulate Key Down Combinations ( Win Key + D)

2011-10-05 Thread Harry Readinger
Question #173368 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173368 Status: Open = Answered Harry Readinger proposed the following answer: it would be type(d, Key.WIN) for windows + D NOTE: you must always put the regular key first, so type(Key.WIN, d) wouldn't work

[Sikuli-driver] [Bug 857446] Re: Renaming an image in IDE sets similarity to 0.00

2011-10-07 Thread Harry Readinger
Finally managed to nail down a 100% Repro for this issue in RC3(905) on WIndows 7 64 bit (at least for me) Repro: 1)Insert Screenshot into IDE 2)Delete image in-line 3)Ctrl+Z to undo the delete 4)rename the image Notice 0.00 similarity -- You received this bug notification because you are a

Re: [Sikuli-driver] [Question #173326]: How can I reload a relative Import?

2011-10-07 Thread Harry Readinger
Question #173326 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173326 Harry Readinger 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

Re: [Sikuli-driver] [Question #173326]: How can I reload a relative Import?

2011-10-07 Thread Harry Readinger
Question #173326 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173326 Status: Answered = Solved Harry Readinger confirmed that the question is solved: That works, thanks @RaiMan -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #173873]: indent

2011-10-12 Thread Harry Readinger
Question #173873 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173873 Harry Readinger proposed the following answer: i fixed the actual indentation here: def LoggFileHandler(logg): Append2LoggFile(entering LoggFileHandler(+logg+)) if firstTime == 0

Re: [Sikuli-driver] [Question #173986]: Is there a way to have the Messages window from Sikuli after a test pass has finished to be written to a file

2011-10-12 Thread Harry Readinger
Question #173986 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173986 Harry Readinger proposed the following answer: You could also use python logging, although that may be a bit more involved than you need if all you want is print statements outputted to a file, however I

Re: [Sikuli-driver] [Question #173986]: Is there a way to have the Messages window from Sikuli after a test pass has finished to be written to a file

2011-10-12 Thread Harry Readinger
Question #173986 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173986 Harry Readinger proposed the following answer: My system uses the following structure (for reference, you dont have to use this structure): Master Script: -Does the Actual Logging -Does not do the error

Re: [Sikuli-driver] [Question #173986]: Is there a way to have the Messages window from Sikuli after a test pass has finished to be written to a file

2011-10-12 Thread Harry Readinger
Question #173986 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173986 Harry Readinger proposed the following answer: Pre-reqs should just be having python and sikuli installed, and have a Debug.log/Error.log at the paths you specify on the filehandler. as long as the master

Re: [Sikuli-driver] [Question #173986]: Is there a way to have the Messages window from Sikuli after a test pass has finished to be written to a file

2011-10-12 Thread Harry Readinger
Question #173986 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173986 Harry Readinger posted a new comment: Also: I forgot. If ever you need to force a failure condition, for example, if there is a way to tell something failed without throwing a FildFailed (generally how my

Re: [Sikuli-driver] [Question #174139]: win32api

2011-10-13 Thread Harry Readinger
Question #174139 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/174139 Status: Open = Answered Harry Readinger proposed the following answer: I dont know anything about getting win32api to work, but worst case scenario you could go to that file using Explorer and just

[Sikuli-driver] [Question #175273]: Change default image path (for saving screenshots)

2011-10-19 Thread Harry Readinger
New question #175273 on Sikuli: https://answers.launchpad.net/sikuli/+question/175273 Wondering if there is a way to tell Sikuli NOT to save screenshots in the scripts directory, but to save them elsewhere (a shared image directory). Mostly for convenience, as it would be nice not to have to

Re: [Sikuli-driver] [Question #175622]: Open Same script multiple times

2011-10-21 Thread Harry Readinger
Question #175622 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/175622 Status: Open = Answered Harry Readinger proposed the following answer: The question i guess would be, is there a good reason you must have the same script open multiple times instead of just opening

[Sikuli-driver] [Bug 945641] [NEW] Cursor is misplaced in IDE when font size is changed

2012-03-03 Thread Harry Parker
Public bug reported: Found in Sikuli r930 on for Mac 10.6 and on Sikuli X 1.0rc3 on Windows 7. This behavior found in both Windows 7 (64 bit) and Mac OS 10.6.8 (64 bit). To recreate: Change font size in text editing preferences. Then try to click in code editor and add or delete text. Note

Re: [Sikuli-driver] [Question #220602]: Start a loop from a specific point

2024-03-23 Thread alex harry
Question #220602 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/220602 alex harry posted a new comment: Slots, crash games, jogos de mesa clássicos, poker, loterias – esta é apenas uma pequena lista do que você pode jogar neste https://pinup-pin- up-br.com/ -- You received

Re: [Sikuli-driver] [Question #661529]: VisionProxy.dll not available in AppData\Roaming\Sikulix\SikulixLibs_201712071454

2024-03-26 Thread alex harry
Question #661529 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/661529 alex harry posted a new comment: The issue you're facing with VisionProxy.dll not being found by SikuliX might be resolved by verifying compatibility, ensuring all native libraries are included properly

Re: [Sikuli-driver] [Question #268915]: Create Image on the fly

2024-04-19 Thread alex harry
Question #268915 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/268915 alex harry posted a new comment: You can accomplish this task by using Java and its Robot class along with the ImageIO library for image processing. Begin by defining the region on the screen where