Re: [Sikuli-driver] [Question #271912]: Images lost in script

2015-09-30 Thread Ben
Question #271912 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271912 Ben posted a new comment: thank you very much!!! -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Question #271943]: Simple trading bot

2015-09-30 Thread Ben
New question #271943 on Sikuli: https://answers.launchpad.net/sikuli/+question/271943 Hello everyone, I'm working on a small project for a game I play called counter strike. It comes with a web application which essentially allows you to trade your own 'skins' (skins are the guns you see in

Re: [Sikuli-driver] [Question #185791]: How to run "Sikuli On Virtual Machines"

2015-09-30 Thread RaiMan
Question #185791 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185791 RaiMan posted a new comment: @daluu Thanks for the pointer. I will have a look at it and probably support it in SikuliX version 2. -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #185791]: How to run "Sikuli On Virtual Machines"

2015-09-30 Thread daluu
Question #185791 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185791 daluu posted a new comment: I came across this post a while back, forgot to mention here. Might be useful for those using Sikuli remotely with Remote Desktop:

Re: [Sikuli-driver] [Question #271912]: Images lost in script

2015-09-30 Thread RaiMan
Question #271912 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271912 Status: Open => Answered RaiMan proposed the following answer: Supposing "latest version" means latest nightly build of 1.1.0. --- I accidentally lost my images Any idea when and how that happened?

Re: [Sikuli-driver] [Question #271920]: Getting "ConfigParser.NoSectionError" while trying to read input from a file

2015-09-30 Thread RaiMan
Question #271920 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271920 Status: Open => Answered RaiMan proposed the following answer: look into the docs of ConfigParser -- You received this question notification because your team Sikuli Drivers is an answer contact for

Re: [Sikuli-driver] [Question #271904]: OCR manually improve

2015-09-30 Thread RaiMan
Question #271904 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271904 Status: Open => Answered RaiMan proposed the following answer: principally yes ;-) You have to dive into the teaching of Tesseract (on the Tesseract page). The teaching of new fonts usually ends up in

[Sikuli-driver] [Question #271928]: type(xxx, Key.DELETE) don't delete highlighted text

2015-09-30 Thread David ENJOLRAS
New question #271928 on Sikuli: https://answers.launchpad.net/sikuli/+question/271928 in Notepad, enter "ThisIsaTest" and double click on it in order to get it selected with sikuli, run type(,Key.DELETE) instead of having deleted the selection, only 1 char have been removed ?

Re: [Sikuli-driver] [Question #271722]: [1.1.0] How to control the inner timing of dragDrop()

2015-09-30 Thread masuo
Question #271722 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271722 masuo requested more information: When I specified the trash on the desktop to image, it works properly. What happened ? Let's check the message . If the image did not found: [error] FindFailed ( can not

Re: [Sikuli-driver] [Question #271722]: [1.1.0] How to control the inner timing of dragDrop()

2015-09-30 Thread masuo
Question #271722 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271722 Status: Open => Needs information masuo requested more information: What happened ? Let's check the message . If the image did not found: [error] FindFailed ( can not find Did you get error

Re: [Sikuli-driver] [Question #185791]: How to run "Sikuli On Virtual Machines"

2015-09-30 Thread RaiMan
Question #185791 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185791 RaiMan posted a new comment: @David The "remote server" feature is 1.0.1 only. The new server is experimental and information about is on http://sikulix.com/support (sorry for the typo before) -- You

Re: [Sikuli-driver] [Question #271928]: type(xxx, Key.DELETE) don't delete highlighted text

2015-09-30 Thread RaiMan
Question #271928 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271928 RaiMan proposed the following answer: Be aware: type(someTarget, someKeys) is resolved in a sequence of click(someTarget) type(someKeys) and hence resets an existing selection. -- You received this

Re: [Sikuli-driver] [Question #271928]: type(xxx, Key.DELETE) don't delete highlighted text

2015-09-30 Thread RaiMan
Question #271928 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271928 Status: Open => Answered RaiMan proposed the following answer: type(, Key.DELETE) would position the cursor somewhere in the middle of the text and then delete the character next to it. To select the

Re: [Sikuli-driver] [Question #271912]: Images lost in script

2015-09-30 Thread Ben
Question #271912 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271912 Status: Answered => Solved Ben confirmed that the question is solved: So I lost all my images when trying to tidy up folders as I wasn't sure where it had saved too. Having accidentally deleted the

Re: [Sikuli-driver] [Question #271912]: Images lost in script

2015-09-30 Thread Ben
Question #271912 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271912 Status: Solved => Open Ben is still having a problem: Test -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #271912]: Images lost in script

2015-09-30 Thread RaiMan
Question #271912 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271912 Status: Open => Answered RaiMan proposed the following answer: 1. take care, that all the images are in a separate backup folder. 2. make a folder myscript.sikuli containing your script file named

Re: [Sikuli-driver] [Question #271904]: OCR manually improve

2015-09-30 Thread Edmundo V. Neto
Question #271904 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271904 Edmundo V. Neto posted a new comment: Maybe it would be possible to apply a filter to the images (to make it black and white and raise the contrast) to solve font smoothing and background differences but I

Re: [Sikuli-driver] [Question #271904]: OCR manually improve

2015-09-30 Thread Edmundo V. Neto
Question #271904 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271904 Edmundo V. Neto posted a new comment: Maybe it would be possible to apply a filter to the images (to make it black and white and raise the constrast) to solve font smoothing and background differences but I

Re: [Sikuli-driver] [Question #271904]: OCR manually improve

2015-09-30 Thread Edmundo V. Neto
Question #271904 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271904 Edmundo V. Neto proposed the following answer: Some time ago I needed to do something similar to what you want as I asked here: https://answers.launchpad.net/sikuli/+question/263287, Eugene suggested to kind

Re: [Sikuli-driver] [Question #271722]: [1.1.0] How to control the inner timing of dragDrop()

2015-09-30 Thread Nikki
Question #271722 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271722 Status: Answered => Open Nikki is still having a problem: This doesn'tdo anything: f = find("image.png") dragDrop(f, Location(f.x + 200, f.y)) -- You received this question notification because your