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
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
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
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
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
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
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
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
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
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
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:
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
** 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
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
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
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
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
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
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
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
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
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
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
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
@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
25 matches
Mail list logo