[Sikuli-driver] [Question #229398]: [1.0] Text search currently switched off and Region outside any screen (updating from Sikuli X r930 to Sikuli API win32)

2013-05-22 Thread Ricardo Cardona Ramirez
New question #229398 on Sikuli: https://answers.launchpad.net/sikuli/+question/229398 Hi all, Currently i have the script (Sikuli X r930): reg = App('Microsoft Word').window(0) #Look for text reg.wait('Home') But when run in Sikuli API 1.0 i have error: [error] Region.find(text):

Re: [Sikuli-driver] [Question #229398]: [1.0] Text search currently switched off and Region outside any screen (updating from Sikuli X r930 to Sikuli API 1.0.0 win32)

2013-05-22 Thread Ricardo Cardona Ramirez
Question #229398 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229398 Summary changed to: [1.0] Text search currently switched off and Region outside any screen (updating from Sikuli X r930 to Sikuli API 1.0.0 win32) -- You received this question notification because you

Re: [Sikuli-driver] [Question #229398]: [1.0] Text search currently switched of - how to switch on in Sikuli API?

2013-05-22 Thread Ricardo Cardona Ramirez
Question #229398 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229398 Status: Answered = Open Ricardo Cardona Ramirez is still having a problem: RaiMan, Thanks for your hyper fast response. Now using Settings.OcrTextSearch = True i can enable searching for text

Re: [Sikuli-driver] [Question #229398]: [1.0] Text search currently switched of - how to switch on in Sikuli API?

2013-05-22 Thread Ricardo Cardona Ramirez
Question #229398 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229398 Ricardo Cardona Ramirez 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, which

Re: [Sikuli-driver] [Question #229401]: [1.0] Error: Region outside any screen ... How to handle?

2013-05-22 Thread Ricardo Cardona Ramirez
Question #229401 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229401 Status: Open = Needs information Ricardo Cardona Ramirez requested more information: RaiMan, With the new script: reg = Region(App('Microsoft Word').window(0)) #Look for text reg.click('Home

[Sikuli-driver] [Bug 941883] [NEW] X 1.0rc3: Unable to open a start menu option in slow motion mode

2012-02-27 Thread Ricardo Cardona Ramirez
Public bug reported: I'm using Windows Server 2003 R2 32-bit I use the start menu for launch Internet Explorer, but when run in Slow Motion mode the start menu disappear, steps: 1. Click icon start menu 2. Click icon Internet Explorer in normal mode the execution is working properly. I

Re: [Sikuli-driver] [Question #171418]: New Sikuli RC3 and Robot Framework doesn't play nice

2011-09-19 Thread Ricardo Cardona Ramirez
Question #171418 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171418 Status: Needs information = Answered Ricardo Cardona Ramirez proposed the following answer: Try change robottest.bat like this: -Dpython.path=..\robotframework-2.6.0.jar\Lib;%sikuli_jar%/Lib ^ I do

Re: [Sikuli-driver] [Question #157971]: Find window by title with spanish characters (áéíóú)

2011-05-18 Thread Ricardo Cardona Ramirez
Question #157971 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/157971 Ricardo Cardona Ramirez posted a new comment: Unfortunately your suggestion about accented characters did not work -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #157971]: Find window by title with spanish characters (áéíóú)

2011-05-18 Thread Ricardo Cardona Ramirez
Question #157971 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/157971 Linked to bug: #784967 https://bugs.launchpad.net/bugs/784967 X-1.0rc2: find window with accented characters (áéíóú) in the title -- You received this question notification because you are a

[Sikuli-driver] [Bug 784967] [NEW] X-1.0rc2: find window with accented characters (áéíóú) in the title

2011-05-18 Thread Ricardo Cardona Ramirez
Public bug reported: Win7, Win2003, WinXP The next script fail to find window: calcApp = App(Conciliación) if calcApp.window(): calcApp.focus() I get [debug] getWindow: null, the problem is the character ó, I tried calcApp = App(uConciliación) but it did not work. ** Affects: sikuli

[Sikuli-driver] [Question #157971]: Find window by title with spanish characters (áéíóú)

2011-05-17 Thread Ricardo Cardona Ramirez
New question #157971 on Sikuli: https://answers.launchpad.net/sikuli/+question/157971 When find a window by title with Spanish characters a get: calcApp = App(Conciliación) if calcApp.window(): calcApp.focus() I get [debug] getWindow: null, the problem is the character ó used in the

Re: [Sikuli-driver] [Question #157971]: Find window by title with spanish characters (áéíóú)

2011-05-17 Thread Ricardo Cardona Ramirez
Question #157971 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/157971 Description changed to: When find a window by title with Spanish characters i get: calcApp = App(Conciliación) if calcApp.window(): calcApp.focus() I get [debug] getWindow: null, the problem is the