Re: [Sikuli-driver] [Question #161594]: FF4 and IE9 window titles

2011-06-15 Thread RaiMan
Question #161594 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/161594 Status: Open => Answered RaiMan proposed the following answer: FF4: you are not alone ;-) nearly 18.000 people had this problem too: https://addons.mozilla.org/en-US/firefox/addon/aero-window-title/ IE9

Re: [Sikuli-driver] [Question #161594]: FF4 and IE9 window titles missing

2011-06-15 Thread RaiMan
Question #161594 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/161594 Summary changed to: FF4 and IE9 window titles missing -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _

Re: [Sikuli-driver] [Question #161586]: cygwin command line

2011-06-15 Thread RaiMan
Question #161586 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/161586 Status: Open => Answered RaiMan proposed the following answer: Try this: '/cygdrive/c/Program Files/Sikuli X/Sikuli-IDE.bat -r /cygdrive/c/Program Files/Sikuli X/aaa.sikuli' this should run from any lo

Re: [Sikuli-driver] [Question #161586]: cygwin command line

2011-06-15 Thread yka18
Question #161586 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/161586 Status: Answered => Open yka18 is still having a problem: I followed "PATH-TO-SIKULIsikuli-ide.exe -r .sikuli —args a1 a2 a3" '/cygdrive/c/Program Files/Sikuli X/Sikuli-IDE.exe -r aaa.sikuli -args

Re: [Sikuli-driver] [Question #161586]: cygwin command line

2011-06-15 Thread RaiMan
Question #161586 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/161586 Status: Open => Answered RaiMan proposed the following answer: read: http://sikuli.org/docx/faq/010-command-line.html -- You received this question notification because you are a member of Sikuli Drive

Re: [Sikuli-driver] [Question #161585]: Getting extension to work within a Java binary?

2011-06-15 Thread Tsung-Hsiang Chang
Question #161585 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/161585 Status: Open => Answered Tsung-Hsiang Chang proposed the following answer: 1. Sure. A sikuli extension is essentially a Java JAR file, which can be loaded and used in any Java program if it's in the CLA

[Sikuli-driver] [Question #161594]: FF4 and IE9 window titles

2011-06-15 Thread Mark Teixeira
New question #161594 on Sikuli: https://answers.launchpad.net/sikuli/+question/161594 So now that IE9 doesn't seem to have a window title, and FF4 only kinda-sorta has one, does using the window title as the app identifier for the App class still have merit? Is there another/a better way? -- Y

[Sikuli-driver] [Question #161586]: cygwin command line

2011-06-15 Thread yka18
New question #161586 on Sikuli: https://answers.launchpad.net/sikuli/+question/161586 Hi all, By typing '/cygdrive/c/Program Files/Sikuli X/Sikuli-IDE.bat' in cygwin command window it opens sikuli IDE fine now i would like to execute a sikuli script from cygwin, i create a sikuli called "aaa.si

[Sikuli-driver] [Question #161585]: Getting extension to work within a Java binary?

2011-06-15 Thread Will P
New question #161585 on Sikuli: https://answers.launchpad.net/sikuli/+question/161585 Two questions: - Is it possible to run Sikuli extensions within a Java program that uses Sikuli? Current documentation only describes this for python .sikuli files. - If yes, are extensions written within

Re: [Sikuli-driver] [Question #161532]: Allow for hooks before/during/after Sikuli actions

2011-06-15 Thread Tsung-Hsiang Chang
Question #161532 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/161532 Tsung-Hsiang Chang posted a new comment: 1. See SikuliActionManager.java. It's not completed, but does what you need. (This's not officially announced and supported yet.) 2. yes, but we need to come up with

[Sikuli-driver] [Question #161532]: Allow for hooks before/during/after Sikuli actions

2011-06-15 Thread Will P
New question #161532 on Sikuli: https://answers.launchpad.net/sikuli/+question/161532 Hi, We'd like to write an extension that, among other things, modifies common Sikuli actions (e.g., click, wait, any Image Search). As a few examples, - on type(image, 'txt'), we'd like to insert a delay bet

[Sikuli-driver] [Bug 797618] Re: Copy-paste images doesn't work occasionally in Sikuli IDE

2011-06-15 Thread RaiMan
** Changed in: sikuli Status: New => Opinion ** Description changed: Scenario: 1. Open some script in Sikuli IDE 2. Copy-paste any image using either menu item or ctrl-c/ctrl-insert Problem: Space is inserted instead of image. Environment: Windows XP SP3 Sikuli X 1.0

Re: [Sikuli-driver] [Bug 797618] Re: Copy-paste images doesn't work occasionally in Sikuli IDE

2011-06-15 Thread Artem Nahorny
Reloading computer resolves this problem. It seems like it occurs only after working with Sikuli during a prolonged amount of time (day or two), so it is still a valid bug. Next time it occurs I will try to catch some exceptions if any. 2011/6/15 RaiMan > this is a bit tricky: > > to prepare an

[Sikuli-driver] [Bug 797618] Re: Copy-paste images doesn't work occasionally in Sikuli IDE

2011-06-15 Thread Artem Nahorny
Reloading computer resolves this problem. It seems like it occurs only after working with Sikuli during a prolonged amount of time (day or two), so it is still a valid bug. Next time it occurs I will try to catch some exceptions if any. -- You received this bug notification because you are a memb

[Sikuli-driver] [Bug 797618] Re: Copy-paste images doesn't work occasionally in Sikuli IDE

2011-06-15 Thread RaiMan
this is a bit tricky: to prepare an image for ctrl-c you have to select it either with the mouse or with keyboard (cursor before image, shift-rirghtArrow) there are some situations (e.g. coming back from preview) where the image thumbnail seems to be selected, but is not for ctrl-c.. I do not ha

Re: [Sikuli-driver] [Question #160003]: Global variables and functions argument in unittest

2011-06-15 Thread Sebastian
Question #160003 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/160003 Status: Answered => Solved Sebastian confirmed that the question is solved: Thank, its working fine :) -- You received this question notification because you are a member of Sikuli Drivers, which is a

Re: [Sikuli-driver] [Question #160003]: Global variables and functions argument in unittest

2011-06-15 Thread Sebastian
Question #160003 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/160003 Sebastian 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 is an answer contact for

[Sikuli-driver] [Bug 797618] [NEW] Copy-paste images doesn't work occasionally in Sikuli IDE

2011-06-15 Thread Artem Nahorny
Public bug reported: Scenario: 1. Open some script in Sikuli IDE 2. Copy-paste any image using either menu item or ctrl-c/ctrl-insert Problem: Space is inserted instead of image. Environment: Windows XP SP3 Sikuli X 1.0 RC2 Java 6 ** Affects: sikuli Importance: Undecided Status: N

Re: [Sikuli-driver] [Question #160003]: Global variables and functions argument in unittest

2011-06-15 Thread RaiMan
Question #160003 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/160003 Status: Open => Answered RaiMan proposed the following answer: ok, that's an easy one (... sorry for pointing it out: and documented here: http://sikuli.org/docx/globals.html#importing-other-sikuli-scr

Re: [Sikuli-driver] [Question #160003]: Global variables and functions argument in unittest

2011-06-15 Thread Sebastian
Question #160003 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/160003 Status: Answered => Open Sebastian is still having a problem: OK thanks for reply. I am newbie in Sikuli and Python (Jython) therefore I don't know some features (I wrong found its as limitations). A

Re: [Sikuli-driver] [Question #161233]: How to make scripts fast and robust against intermittent FindFailed exceptions

2011-06-15 Thread RaiMan
Question #161233 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/161233 Related FAQ set to: How to make scripts fast and robust against intermittent FindFailed exceptions https://answers.launchpad.net/sikuli/+faq/1607 RaiMan proposed the following answer: RaiMan sug

Re: [Sikuli-driver] [Question #161233]: How to resolve intermittent FindFailed exceptions

2011-06-15 Thread RaiMan
Question #161233 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/161233 RaiMan proposed the following answer: --- use wait/exists for individual waiting and click(getLastMatch()) to click the found match this solution targets the "possible reason 1" in the above comment #1. In g

Re: [Sikuli-driver] [Question #161233]: How to make scripts fast and robust against intermittent FindFailed exceptions

2011-06-15 Thread RaiMan
Question #161233 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/161233 Summary changed to: How to make scripts fast and robust against intermittent FindFailed exceptions -- You received this question notification because you are a member of Sikuli Drivers, which is an answer c