Re: [Sikuli-driver] [Question #156283]: IDE Character Font

2011-05-07 Thread RaiMan
Question #156283 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/156283 Description changed to: Windows XP / SP3 Locale: English(Canada) Sikuli X-1.0rc2 (installed .exe) JRE 1.6.0_23 I noticed that sometimes after running Sikuli from IDE (byt pressing Run button) the fonts in

[Sikuli-driver] [Bug 777037] Re: X-1.0rc2: findAll() fails instead of returning None --- doc updated

2011-05-07 Thread anatoly techtonik
@ RaiMan It makes sense. Even though programming Sikuli becomes more error prone, it becomes more cumbersome (more like Java), but at the same time maybe it is good to have this by default, because otherwise I wouldn't even consider this alternative. =) Maybe for new users it is good to have

[Sikuli-driver] [Bug 778948] [NEW] X-1.0rc2: IDE works with wrong character set after running a script

2011-05-07 Thread RaiMan
Public bug reported: Windows XP / SP3 Locale: English(Canada) Sikuli X-1.0rc2 (installed .exe) JRE 1.6.0_23 I noticed that sometimes after running Sikuli from IDE (byt pressing Run button) the fonts in IDE are mangled. For example, typing in IDE I get a bunch of symbols - here is an example:

[Sikuli-driver] [Bug 779099] [NEW] [request] findAll() should force getLastMatch() to return None if nothing was found

2011-05-07 Thread RaiMan
Public bug reported: This would help to write lean code. Currently getLastMatches() returns a Finder object in all cases. If nothing was found, the first entry (hasNext() returns True) is set to None. So if you handle the FindFailed exception or ignore it, you at least have to pop one entry to

Re: [Sikuli-driver] [Question #156283]: IDE works with wrong character set after running a script

2011-05-07 Thread RaiMan
Question #156283 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/156283 Summary changed to: IDE works with wrong character set after running a script -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Question #156443]: how to use the paste function to input chinese

2011-05-07 Thread coldtest
New question #156443 on Sikuli: https://answers.launchpad.net/sikuli/+question/156443 I used the paste function to input the chinese to notepad in jruby script ,but it can't be correct in the notepad. they are distorted Character Code , the script as follow: require 'rubygems' require 'java'

[Sikuli-driver] [Question #156506]: Getting Indentation eror?

2011-05-07 Thread coolmobileandpc
New question #156506 on Sikuli: https://answers.launchpad.net/sikuli/+question/156506 I am getting this eror can anyone please help me ? [error] Stopped [error] Error message: IndentationError: ('unindent does not match any outer indentation level',

Re: [Sikuli-driver] [Question #141302]: Sikuli X: Want to use Jython 2.5.2 with sikuli-script.jar

2011-05-07 Thread coldtest
Question #141302 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/141302 coldtest posted a new comment: hi,RaiMan ,I did not success, I download jython 2.5.2 and my sys.path is : ['D:\\script\\jy', 'D:\\jython2.5.2\\Lib', 'D:\\jython2.5.2\\sikuli-script.jar', '__classpath__',