Re: [Sikuli-driver] [Question #265291]: some value of the variables changed with no reason

2015-04-16 Thread RaiMan
Question #265291 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265291 Status: Open => Answered RaiMan proposed the following answer: This is by design in object oriented programming environment, which is true for Python/Jython and of course the underlying Java. after x =

Re: [Sikuli-driver] [Question #265249]: I cannot identify window by title

2015-04-16 Thread valeria
Question #265249 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265249 valeria posted a new comment: Hi, I tried also with App.focus("File Upload") but it doesn't recognize the window :( Thanks for the answer. -- You received this question notification because you are a membe

Re: [Sikuli-driver] [Question #265288]: [1.0.1] Windows: runSetup.cmd and runIDE.cmd are not recognising Java 8 - workaround

2015-04-16 Thread RaiMan
Question #265288 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265288 Summary changed to: [1.0.1] Windows: runSetup.cmd and runIDE.cmd are not recognising Java 8 - workaround Description changed to: With ONLY Java 8 installed on Windows, the batch files are not useable With J

Re: [Sikuli-driver] [Question #265288]: [1.0.1] Windows: runSetup.cmd and runIDE.cmd are not recognising Java 8 - workaround

2015-04-16 Thread RaiMan
Question #265288 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265288 Status: Open => Answered RaiMan proposed the following answer: Thanks for the pointer. Though 1.0.1 is not guaranteed, to work with Java 8 in all aspects, you can use it at your own risk (it is not supp

Re: [Sikuli-driver] [Question #265288]: [1.0.1] Windows: runSetup.cmd and runIDE.cmd are not recognising Java 8 - workaround

2015-04-16 Thread steiryx
Question #265288 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265288 steiryx posted a new comment: I will try my luck with my current java version 8. I will report if there would be any problem. -- You received this question notification because you are a member of Sikuli Dr

Re: [Sikuli-driver] [Question #265288]: [1.0.1] Windows: runSetup.cmd and runIDE.cmd are not recognising Java 8 - workaround

2015-04-16 Thread steiryx
Question #265288 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265288 Status: Answered => Solved steiryx 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,

Re: [Sikuli-driver] [Question #265242]: xmlrpclib.fault:text search currently switched off

2015-04-16 Thread RaiMan
Question #265242 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265242 Status: Needs information => Answered RaiMan proposed the following answer: This is what I understand: 1 you have a SystemA, that has SikuliX 1.0.1 installed 2 on SystemA you can run RDP, that accesses

Re: [Sikuli-driver] [Question #265063]: Manipulate the counter in for loop

2015-04-16 Thread Christos
Question #265063 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265063 Status: Answered => Solved Christos 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,

Re: [Sikuli-driver] [Question #265117]: could sikuli run on the platform of openjdk1.6

2015-04-16 Thread lijianl002
Question #265117 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265117 Status: Answered => Open lijianl002 is still having a problem: Dear: i noticed that openjdk1.6 does not have class AWTUtilities , However this class (AWTUtilities) is needed in sikuli, so wh

[Sikuli-driver] [Bug 1444755] Re: [1.1.0] tessdata location not as expected with SikuliX - fixed 2015-04-17+

2015-04-16 Thread RaiMan
Thanks for pointing out. fixed with tomorrow's nightly. You have to repeat setup. ** Summary changed: - tessdata location not as expected with SikuliX 1.1.0 on Mac + [1.1.0] tessdata location not as expected with SikuliX - fixed 2015-04-17+ ** Changed in: sikuli Status: New => Fix Committ

Re: [Sikuli-driver] [Question #265117]: could sikuli run on the platform of openjdk1.6

2015-04-16 Thread RaiMan
Question #265117 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265117 Status: Open => Answered RaiMan proposed the following answer: If you get a respective error mentioning class not found, the openjdk 1.6 cannot be used with Sikuli. Try with the official Oracle java ver

Re: [Sikuli-driver] [Question #265152]: Text can be found with region.text() but not with region.exists()

2015-04-16 Thread Jenny Biekman
Question #265152 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265152 Jenny Biekman posted a new comment: Thank you for your explanation. We'll try to find a workaround to get the results we want until version 2.0 is released. -- You received this question notification becau

Re: [Sikuli-driver] [Question #249558]: How to count images withn a region

2015-04-16 Thread Anoushka Groenendijk
Question #249558 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/249558 Linked to bug: #1419488 https://bugs.launchpad.net/bugs/1419488 "[1.1.0] findAll(text) returns only one match of many possible matches" -- You received this question notification because you are

Re: [Sikuli-driver] [Question #265242]: xmlrpclib.fault:text search currently switched off

2015-04-16 Thread bikash
Question #265242 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265242 bikash posted a new comment: Thanks RaiMan for your reply,i will post my results after fixing the problem.Thanks for your effort.I will check with your method first. Bikash -- You received this question no

[Sikuli-driver] [Bug 1444959] [NEW] sikulix passing arguments --arg not working

2015-04-16 Thread saravanan
Public bug reported: sikulix1.1.0 ubuntu 12.04 and windows 8.1 64 bit. Earlier in sikuli 1.0.1 we passed arguments through --args to the script. The sys.argv[1] in the python script will be the first argument , sys.argv[2] the second argument and so on. But in SikuliX 1.1.0 Iam not able to see t

[Sikuli-driver] [Bug 1444959] Re: sikulix passing arguments --arg not working --- use -- instead

2015-04-16 Thread RaiMan
the --args will no longer be recognized. instead everything after -- will go to the sys.argv[1..] (as mentioned in the docs for 1.1.0+) ** Summary changed: - sikulix passing arguments --arg not working + sikulix passing arguments --arg not working --- use -- instead ** Changed in: sikuli

[Sikuli-driver] [Bug 1444959] Re: sikulix passing arguments --arg not working --- use -- instead

2015-04-16 Thread saravanan
Thanks for the reply. i tried the below commands ./runsikulix -r test2.sikuli --- 10 ./runsikulix -r test2.sikuli ---args 10 I used --- instead of -- test2.sikuli : print sys.argv[1] The output is -r instead of 10 The command ./runsikulix -h shows the following for user arguments "-- a

[Sikuli-driver] [Question #265317]: Unable to use 'capture()' function if Sikulix-IDE is not running

2015-04-16 Thread aidma
New question #265317 on Sikuli: https://answers.launchpad.net/sikuli/+question/265317 When I try to use the 'capture()' keyword outside of the Sikulix-IDE I get the following error: >>> print capture(Region(0, 0, 50, 50)) java.io.FileNotFoundException: C:\Users\aidma\AppData\Local\Temp\Sikulix\

Re: [Sikuli-driver] [Question #171313]: X-1.0: IDE: Extensions server not available --- How to load extension Guide?

2015-04-16 Thread Jorge
Question #171313 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171313 Jorge proposed the following answer: Hi! Didn't you received my email? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #264958]: Count number of same images that are horizontally parallel in the screen

2015-04-16 Thread eduardobedoya
Question #264958 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264958 Status: Answered => Solved eduardobedoya confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Dri

[Sikuli-driver] [Bug 1444959] Re: sikulix passing arguments --arg not working --- use -- instead

2015-04-16 Thread saravanan
./runsikulix -r test2.sikuli -- 10 we have tried with the " -- " option also but not working for user input argument. the output 10 is not printed , instead it shows -r as output. please suggest us thankyou -- You received this bug notification because you are a member of Sikuli Drivers, which

[Sikuli-driver] [Bug 1444959] Re: sikulix passing arguments --arg not working --- use -- instead

2015-04-16 Thread RaiMan
I am sorry, but I have to admit, that when running scripts from command line, the filling of the user args does not work. If you want to test your script, until this is fixed (probably till tomorrow): ./runsikulix -- 10 and run your script in the IDE ** Changed in: sikuli Status: Confir

Re: [Sikuli-driver] [Question #265291]: some value of the variables changed with no reason

2015-04-16 Thread rain
Question #265291 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265291 Status: Answered => Solved rain confirmed that the question is solved: Thanks, Rainman I am learning python now, and incapable with java, infact I am not good at object-oriented programming. I understan