Re: [Sikuli-driver] [Question #290033]: WinUtil.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform

2016-04-06 Thread Amol
Question #290033 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/290033 Status: Answered => Solved Amol confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer c

[Sikuli-driver] [Bug 1566645] Re: Disable guide extension overlay

2016-04-06 Thread Sam Gleske
err, count up... -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1566645 Title: Disable guide extension overlay Status in Sikuli: New Bug description: I notice that you allow customizing the

[Sikuli-driver] [Bug 1566645] Re: Disable guide extension overlay

2016-04-06 Thread Sam Gleske
I don't need to change the contents of guide that is already displayed. In each instance, the guide is removed and re-displayed for the countdown. e.g. from guide import guide for x in range(1,4): guide.tooltip(Region(100,100,50,50), str(x)) guide.show(1) That will display and wipe 3 times f

[Sikuli-driver] [Bug 1566645] Re: Disable guide extension overlay

2016-04-06 Thread RaiMan
thanks for the information. understood. ... but be aware: you cannot change a guide element's content, while it is "displayed". So to display something, that changes (count down in this case) it's contents in synchronisation with what is happening on the screen sounds rather challenging (at lea

[Sikuli-driver] [Bug 1566637] Re: [1.1.0] Hotkey handlers do not properly clean up

2016-04-06 Thread Sam Gleske
Odd, I can't actually reproduce it with the script I gave you. However, for unknown reasons yet that's the behavior in my script. https://gist.github.com/samrocketman/12057af8bbf1463ca2a6 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Si

[Sikuli-driver] [Bug 1566645] Re: Disable guide extension overlay

2016-04-06 Thread Sam Gleske
Think of it like a tactictical display :) -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1566645 Title: Disable guide extension overlay Status in Sikuli: New Bug description: I notice that y

[Sikuli-driver] [Bug 1566645] Re: Disable guide extension overlay

2016-04-06 Thread Sam Gleske
How I plan to use the guide feature is an overlay on my game with a countdown timer (e.g. count down seconds) for certain functions. This way I know when I'm ready to hit the button again while I'm playing. Thank you for your work on SikuliX RaiMan. As I get more familiar with the code base I ho

[Sikuli-driver] [Bug 1566645] Re: Disable guide extension overlay

2016-04-06 Thread Sam Gleske
Hi RaiMan, I'm using it to play a game (and I happen to be a programmer) :). Since you seem curious, here's the script that I've been writing with your guidance. Thank you for your guidance :) https://gist.github.com/samrocketman/12057af8bbf1463ca2a6 -- You received this bug notification becau

Re: [Sikuli-driver] [Question #290033]: WinUtil.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform

2016-04-06 Thread RaiMan
Question #290033 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/290033 RaiMan proposed the following answer: another thing: path names containing spaces should be avoided generally so instead of Sikuli With Test Recognition use SikuliWithTestRecognition (CamelCase - my favorit

Re: [Sikuli-driver] [Question #290033]: WinUtil.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform

2016-04-06 Thread RaiMan
Question #290033 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/290033 Status: Open => Answered RaiMan proposed the following answer: switch to 1.1.0 and this will not happen. if you do not want to: check your setup again: SikuliX tries to load the 32-Bit dll versions in a

[Sikuli-driver] [Question #290033]: WinUtil.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform

2016-04-06 Thread Amol
New question #290033 on Sikuli: https://answers.launchpad.net/sikuli/+question/290033 Hi, I have fulfilled all requirements related to path. However I am receiving error which is pasted below [debug] Debug: setLogFile: C:/WindowHandlerScript/SikuliLog.txt [debug (4/6/16 1:26:07 PM)] SikuliIDE:

[Sikuli-driver] [Bug 1566812] Re: Match class method saveScreenCapture(path, filename) save image with filename-somevalue but getLastScreenImageFile(path, name) should also give if name is same

2016-04-06 Thread RaiMan
This is some kind of misunderstanding: both features have nothing to do with each other. Both features are implemented in class Region which is the base class of Match (hence each match is also a region with the matched coordinates). --- saveScreenCapture() ... makes a shot of the given region in

[Sikuli-driver] [Bug 1566812] Re: Match class method saveScreenCapture(path, filename) save image with filename-somevalue but getLastScreenImageFile(path, name) should also give if name is same

2016-04-06 Thread RaiMan
** Changed in: sikuli Status: New => Invalid ** Changed in: sikuli Assignee: (unassigned) => RaiMan (raimund-hocke) ** Changed in: sikuli Milestone: None => 1.1.0 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. htt

Re: [Sikuli-driver] [Question #290016]: get object [x] in loop

2016-04-06 Thread RaiMan
Question #290016 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/290016 Status: Open => Needs information RaiMan requested more information: supposing it is version 1.1.0: then put Debug.on(3) before the loop and check the debug output. You might try the IDE Preview with j

[Sikuli-driver] [Bug 1566812] [NEW] Match class method saveScreenCapture(path, filename) save image with filename-somevalue but getLastScreenImageFile(path, name) should also give if name is same

2016-04-06 Thread vijayvyawhare
Public bug reported: Match class method saveScreenCapture(path,filename) saves image with filename-someuniqueNumber ,why? it should save with given name and when i am trying to use getLastScreenImageFile(path,filename) it should give name-someuniqueNumber format instead of that its giving only na

[Sikuli-driver] [Bug 1096528] Re: highlight doesn't work in linux --- fixed 1.1.1 2016-03-21+

2016-04-06 Thread vijayvyawhare
Thanks Raiman its working with nightly build. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1096528 Title: highlight doesn't work in linux --- fixed 1.1.1 2016-03-21+ Status in Sikuli: Fix Com

Re: [Sikuli-driver] [Question #290016]: get object [x] in loop

2016-04-06 Thread MonkeyTest
Question #290016 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/290016 Status: Needs information => Open MonkeyTest gave more information on the question: Yes they have, sorry -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #290016]: get object [x] in loop

2016-04-06 Thread RaiMan
Question #290016 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/290016 Status: Open => Needs information RaiMan requested more information: ... but the files MUST have a valid ending (.png or .jpg depending on image type) -- You received this question notification because

[Sikuli-driver] [Bug 1566637] Re: Hotkey handlers do not properly clean up

2016-04-06 Thread RaiMan
tested with same environment: why do you think, the hotkeys are not reset? --- this is my test: Debug.on(3) def handler(e): print "* in handler" Env.addHotkey('1', 0, handler) for i in range(20): print "*** lap:", i wait(1) --- and this is the output [debug] Jython: requested to use

Re: [Sikuli-driver] [Question #290016]: get object [x] in loop

2016-04-06 Thread MonkeyTest
Question #290016 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/290016 Status: Needs information => Open MonkeyTest gave more information on the question: Yes, in script X I have saved ZVKORT1 until ZVKORT24 -- You received this question notification because your tea

Re: [Sikuli-driver] [Question #290016]: get object [x] in loop

2016-04-06 Thread RaiMan
Question #290016 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/290016 Status: Open => Needs information RaiMan requested more information: so the stored images are named ZVKORT1.png ZVKORT10.png -- You received this question notification because your team Sikuli Dri

Re: [Sikuli-driver] [Question #239574]: Sikuli type() vs python\jython type() commands --- use isinstance() instead

2016-04-06 Thread RaiMan
Question #239574 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/239574 RaiMan posted a new comment: @tranquillo not sure where and what you read: see: https://docs.python.org/2/library/functions.html#isinstance -- You received this question notification because your team Sikul

Re: [Sikuli-driver] [Question #239574]: Sikuli type() vs python\jython type() commands --- use isinstance() instead

2016-04-06 Thread tranquillo
Question #239574 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/239574 tranquillo posted a new comment: i read again, and see same like before "isinstance()" ;-) But now find it. Thank you very much -- You received this question notification because your team Sikuli Drivers

[Sikuli-driver] [Question #290016]: get object [x] in loop

2016-04-06 Thread MonkeyTest
New question #290016 on Sikuli: https://answers.launchpad.net/sikuli/+question/290016 Hi not realy experienced with Sikuli yet :) trying to get confirmation from objects in loop like below defined it always gets in FOUT while the object shown on the screen is OK I don't know what to put in 'if ex

[Sikuli-driver] [Bug 1566645] Re: Disable guide extension overlay

2016-04-06 Thread RaiMan
@Sam you are rather busy with more complex features of SikuliX ;-) I did not look into the Guide feature for some months (not the top priority). But I will have a look into it the next days, to update/fix some things towards final 1.1.1 end of April. Watch the nightly builds 1.1.1 until then. Th