Re: [Sikuli-driver] [Question #272460]: detecting colors

2015-10-16 Thread Glowing Crystalline Entity
Question #272460 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272460 Glowing Crystalline Entity posted a new comment: Thank you -- I'll try that over the weekend. :) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

[Sikuli-driver] [Bug 1505614] Re: [1.1.0] debug logging stops with ALT-SHIFT-C

2015-10-15 Thread Glowing Crystalline Entity
Thanks :) -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1505614 Title: [1.1.0] debug logging stops with ALT-SHIFT-C Status in Sikuli: Opinion Bug description: With 1.1.0 on Win7, when I

[Sikuli-driver] [Bug 1505614] Re: [1.1.0] debug logging stops with ALT-SHIFT-C

2015-10-15 Thread Glowing Crystalline Entity
No, I'm still on Windows 7. I'm talking about a game. ;-) I run my games full-screen windowed so I can use my second monitor for everything else (like the Sikuli IDE). -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

[Sikuli-driver] [Question #272460]: detecting colors

2015-10-15 Thread Glowing Crystalline Entity
New question #272460 on Sikuli: https://answers.launchpad.net/sikuli/+question/272460 I need to determine whether a region has one (background) color or another -- an active button vs. a disabled button. I can narrow the search to the button's general region, so there aren't any other possible

[Sikuli-driver] [Bug 1503550] Re: [1.1.0] type() types multiple chars with capital

2015-10-14 Thread Glowing Crystalline Entity
I wonder if, like the other report, it's something that's not seen with chrome, but more with full-screen graphics apps? I'm running a full- screen graphics app in "windowed" mode. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

[Sikuli-driver] [Bug 1505614] Re: [1.1.0] debug logging stops with ALT-SHIFT-C

2015-10-14 Thread Glowing Crystalline Entity
The problem didn't happen for me when I used chrome.exe either...(since you'd used chrome to test the other report). Can you try it with something like a full-screen graphics app? (or a full-screen app in a "windowed" mode?) -- You received this bug notification because you are a member of

Re: [Sikuli-driver] [Question #272154]: [1.1.0] Is there a way to integrate a (background) observer with wheel()?

2015-10-14 Thread Glowing Crystalline Entity
Question #272154 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272154 Glowing Crystalline Entity posted a new comment: Ahhh, clever! :) And in fact... for the case of scrolling, if you know how much a wheel step moves the page, and you can figure out how far in total you need

Re: [Sikuli-driver] [Question #272154]: [1.1.0] Is there a way to integrate a (background) observer with wheel()?

2015-10-13 Thread Glowing Crystalline Entity
Question #272154 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272154 Glowing Crystalline Entity posted a new comment: I was specifically referring to this loop as "polling": while r.isObserving(): # until observing is stopped wheel(WHEEL_UP, 10) # wh

[Sikuli-driver] [Bug 1503550] Re: type() types multiple chars with capital

2015-10-13 Thread Glowing Crystalline Entity
This is still happening for me, with the 1.1.0 release. A simple (Python) test function as: def testFun3(): init() MyAppRegion.type("v", Key.SHIFT) time.sleep(3) ... causes the app to behave as if both a V and a v have been sent. If I manually type V and v, the app does the

[Sikuli-driver] [Bug 1505614] [NEW] debug logging stops with ALT-SHIFT-C

2015-10-13 Thread Glowing Crystalline Entity
Public bug reported: With 1.1.0 on Win7, when I abort a Python script with ALT-SHIFT-C, I see the below from the SikulixIDE (running with -c -d 3), and it stops logging debug output. I have to restart the IDE to get the logging back. [debug] AbortKey was pressed [debug] AbortKey was pressed,

[Sikuli-driver] [Bug 1503550] Re: type() types multiple chars with capital

2015-10-13 Thread Glowing Crystalline Entity
(but, btw, I can live with this. Getting OCR working is *much* higher priority!!! ;-) ) -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1503550 Title: type() types multiple chars with capital

Re: [Sikuli-driver] [Question #272154]: [1.1.0] Is there a way to integrate a (background) observer with wheel()?

2015-10-13 Thread Glowing Crystalline Entity
Question #272154 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272154 Glowing Crystalline Entity posted a new comment: Well, in this case, you scroll/wheel 10 steps, then wait for a second (or even a tenth), then scroll/wheel again... and it's very jerky. That's maybe just

Re: [Sikuli-driver] [Question #272154]: [1.1.0] Is there a way to integrate a (background) observer with wheel()?

2015-10-13 Thread Glowing Crystalline Entity
Question #272154 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272154 Glowing Crystalline Entity posted a new comment: Yes indeed -- and even the pause-move of the above loop is, as you say, a bit risky: my current project's code still sometimes overshoots. It helps though

[Sikuli-driver] [Question #272154]: Is there a way to integrate a (background) observer with wheel()?

2015-10-07 Thread Glowing Crystalline Entity
New question #272154 on Sikuli: https://answers.launchpad.net/sikuli/+question/272154 Is there a way to integrate a (background) observer with wheel(), so that when an object/image comes into view, the scrolling will stop? -- You received this question notification because your team Sikuli

[Sikuli-driver] [Question #272153]: Is there a way to control/increase wheel() speed?

2015-10-07 Thread Glowing Crystalline Entity
New question #272153 on Sikuli: https://answers.launchpad.net/sikuli/+question/272153 Is there a way to control/increase wheel() speed? (My app won't accept a "page down" key) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Bug 1503550] [NEW] type() types multiple chars with capital

2015-10-07 Thread Glowing Crystalline Entity
Public bug reported: This is the 2015-09-25 daily. I need to type a capital "V". I've tried both: type("V") and: type("v", Key.SHIFT) In both cases, my app behaves as if I've typed *both* capital and lower case "v". The only relevant debug is: [debug] TYPE "V" [debug] Region: TYPE "V"

Re: [Sikuli-driver] [Question #272153]: Is there a way to control/increase wheel() speed?

2015-10-07 Thread Glowing Crystalline Entity
Question #272153 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272153 Status: Answered => Open Glowing Crystalline Entity is still having a problem: The step parameter just controls how /far/ it goes, not how /fast/, no? I want it to take each step faster I have s

Re: [Sikuli-driver] [Question #272154]: [1.1.0] Is there a way to integrate a (background) observer with wheel()?

2015-10-07 Thread Glowing Crystalline Entity
Question #272154 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272154 Status: Answered => Solved Glowing Crystalline Entity confirmed that the question is solved: This seems to be working, cool. :) I realize I was actually thinking about some sort of "i

[Sikuli-driver] [Bug 1447636] Re: 1.1 IDE can't save scripts

2015-10-07 Thread Glowing Crystalline Entity
I've seen this too. It seems to be that when the script has a syntax error(*), the editor won't save it. It doesn't give any hint that there's a syntax error, or where, however. (*) or maybe only certain syntax errors related to parsing -- like mismatched comments, missing colon, commas, or

Re: [Sikuli-driver] [Question #272153]: Is there a way to control/increase wheel() speed?

2015-10-07 Thread Glowing Crystalline Entity
Question #272153 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272153 Status: Answered => Open Glowing Crystalline Entity is still having a problem: Well, all I've seen is this: http://sikulix-2014.readthedocs.org/en/latest/region.html#Region.wheel Should I t

[Sikuli-driver] [Bug 1503550] Re: type() types multiple chars with capital

2015-10-07 Thread Glowing Crystalline Entity
Ok, I'll check when I update, thanks. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1503550 Title: type() types multiple chars with capital Status in Sikuli: New Bug description: This is

Re: [Sikuli-driver] [Question #272154]: [1.1.0] Is there a way to integrate a (background) observer with wheel()?

2015-10-07 Thread Glowing Crystalline Entity
Question #272154 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272154 Glowing Crystalline Entity 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 contact

Re: [Sikuli-driver] [Question #272153]: Is there a way to control/increase wheel() speed?

2015-10-07 Thread Glowing Crystalline Entity
Question #272153 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272153 Status: Answered => Solved Glowing Crystalline Entity confirmed that the question is solved: I have most of my system settings on max, but I'll look to see if I missed anything. ;-) The scrollbar wo

Re: [Sikuli-driver] [Question #272153]: Is there a way to control/increase wheel() speed?

2015-10-07 Thread Glowing Crystalline Entity
Question #272153 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272153 Glowing Crystalline Entity 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 contact

Re: [Sikuli-driver] [Question #271996]: Can't get observer() to work…

2015-10-05 Thread Glowing Crystalline Entity
Question #271996 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271996 Glowing Crystalline Entity posted a new comment: No worries. Thanks for looking at the logging. :) -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #271996]: Can't get observer() to work…

2015-10-04 Thread Glowing Crystalline Entity
Question #271996 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271996 Status: Answered => Solved Glowing Crystalline Entity confirmed that the question is solved: Ok, that seems to be working. Thanks! The logging is a bit odd, though. Region.isObserving() often repo

Re: [Sikuli-driver] [Question #271996]: Can't get observer() to work…

2015-10-04 Thread Glowing Crystalline Entity
Question #271996 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271996 Glowing Crystalline Entity 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 contact

[Sikuli-driver] [Question #271996]: Can't get observer() to work…

2015-10-02 Thread Glowing Crystalline Entity
New question #271996 on Sikuli: https://answers.launchpad.net/sikuli/+question/271996 This is the 2015-09-25 daily. I have Python code like: leftRegion = changeEvent = leftRegion.onChange() if not leftRegion.observe(True): print "Could not