Re: [Sikuli-driver] [Question #223536]: Need a sikuli which supports JDK 7

2013-06-10 Thread Sunil Kumar Kondam
Question #223536 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/223536 Status: Answered = Open Sunil Kumar Kondam is still having a problem: sikuli which supports JDK 7 - Is this version of sikuli released.I don't need a beta.Could you let me know whether the sikuli

Re: [Sikuli-driver] [Question #230481]: [RC3] Where can I download Sikuli Script X-1.0rc3?

2013-06-10 Thread RaiMan
Question #230481 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230481 Summary changed to: [RC3] Where can I download Sikuli Script X-1.0rc3? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #230481]: Where can I download Sikuli Script X-1.0rc3?

2013-06-10 Thread RaiMan
Question #230481 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230481 Status: Open = Solved RaiMan changed the question status: Links are fixed and working again. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #230480]: Sikuli 1.00 doesn't work

2013-06-10 Thread RaiMan
Question #230480 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230480 Status: Open = Answered RaiMan proposed the following answer: Exactly what it means: - open a commandline window - goto the folder where you unzipped the new version 1.0.0 - use sikuli-ide.cmd as

Re: [Sikuli-driver] [Question #230480]: Sikuli 1.0.0: Windows: having problems to start the IDE

2013-06-10 Thread RaiMan
Question #230480 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230480 Summary changed to: Sikuli 1.0.0: Windows: having problems to start the IDE -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #229403]: [1.0] sikuli guide import possible with 1.0? -- No - planned for 1.1

2013-06-10 Thread Jorge Rivero
Question #229403 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229403 Jorge Rivero posted a new comment: I have exactly the same situation as Kevin :-) I am looking after this functionality Thanks RaiMan for your support to this fantastic product !!! -- You received this

Re: [Sikuli-driver] [Question #197194]: [Java] Pattern instance using an image within a jar file

2013-06-10 Thread Zoltan Magyar
Question #197194 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/197194 Zoltan Magyar proposed the following answer: Hi! Regarding this problem, there is a constructor for Pattern, which accepts a BufferedImage as a parameter, however I've looked into the source code and it

[Sikuli-driver] [Question #197194]: Status of bug #1189442 changed to 'In Progress' in Sikuli

2013-06-10 Thread RaiMan
Bug #1189442 status changed in Sikuli: New = In Progress https://bugs.launchpad.net/sikuli/+bug/1189442 [request] Pattern instance from image within a jar or buffered image This bug is linked to #197194. [Java] Pattern instance using an image within a jar file

Re: [Sikuli-driver] [Question #197194]: [Java] Pattern instance using an image within a jar file

2013-06-10 Thread RaiMan
Question #197194 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/197194 Linked to bug: #1189442 https://bugs.launchpad.net/bugs/1189442 [request] Pattern instance from image within a jar or buffered image -- You received this question notification because you are a

[Sikuli-driver] [Bug 1189442] [NEW] [request] Pattern instance from image within a jar or buffered image

2013-06-10 Thread RaiMan
Public bug reported: Hi, I'd like to instantiate Pattern, but instead of using the path to a standard image file, my image file is stored in a .jar file (which my project has a dependency on) Is there a way to do this ? [Context] I have created a project (P) containing high-level test steps

Re: [Sikuli-driver] [Question #197194]: [Java] Pattern instance using an image within a jar file

2013-06-10 Thread RaiMan
Question #197194 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/197194 RaiMan proposed the following answer: @ Zoltan is on the list for version 1.1 might be in betas earlier ;-) -- You received this question notification because you are a member of Sikuli Drivers, which is

Re: [Sikuli-driver] [Question #197194]: [Java] Pattern instance using an image within a jar file

2013-06-10 Thread RaiMan
Question #197194 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/197194 Status: Answered = Solved RaiMan changed the question status: now a request bug -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #197194]: [Java] Pattern instance using an image within a jar file

2013-06-10 Thread Zoltan Magyar
Question #197194 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/197194 Zoltan Magyar posted a new comment: @ RaiMan Thank you for the quick answer! Cheers! -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

[Sikuli-driver] [Question #230510]: Returning A Sikuli Error Message

2013-06-10 Thread sandra hulme
New question #230510 on Sikuli: https://answers.launchpad.net/sikuli/+question/230510 To do my testing I run a series of driver scripts which in turn call individual test scripts which are defined as functions. I use Try and Except in both the driver and called scripts to print the name of the

Re: [Sikuli-driver] [Question #229914]: Changing text size in windows 7 fails to identify image

2013-06-10 Thread Kevin Depew
Question #229914 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229914 Status: Open = Answered Kevin Depew proposed the following answer: It seems to me that this is a built in limiation of a tool that uses image recognition. I can propose two workarounds - 1- instead of

Re: [Sikuli-driver] [Question #230510]: Returning A Sikuli Error Message

2013-06-10 Thread RaiMan
Question #230510 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230510 Status: Open = Answered RaiMan proposed the following answer: sys.exc_info is a tuple of 3 values: (type, value, traceback) = sys.exc_info where: - type is the exception class (FindFailed in case

[Sikuli-driver] [Question #230528]: Menu View- Unit Tests doesn't exist

2013-06-10 Thread Anurag sharma
New question #230528 on Sikuli: https://answers.launchpad.net/sikuli/+question/230528 I am trying to convert my sikuli script to junit test format. As per the instructions, I am asked to do the following: The unit testing panel can be opened by clicking the menu View ‣ Unit Test However, I

[Sikuli-driver] [Question #230529]: Region subclass inheritance loop

2013-06-10 Thread Matthew Arnold
New question #230529 on Sikuli: https://answers.launchpad.net/sikuli/+question/230529 I'm trying to make a subclass of Region. Here's the relevant code: class MyRegion(Region): def __init__(self, region, regionName = noNameDefined): super(MyRegion, self).__init__(region)

Re: [Sikuli-driver] [Question #165999]: Logging and reporting in project Sikuli

2013-06-10 Thread Amutha Sreenivasan
Question #165999 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/165999 Amutha Sreenivasan requested more information: Hi Raiman, I a using HTMLTestrunner for reporting. In my situation , I have to rerun the test case several times. Everytime, when I rerun, In the

[Sikuli-driver] [Question #230535]: app opens on random screen across multiple monitors

2013-06-10 Thread Awesome Sauce
New question #230535 on Sikuli: https://answers.launchpad.net/sikuli/+question/230535 Hi RaiMan, I'm a big fan of sikuli but have been stumped on this problem all day. I have an app that can tends to open on a different screen depending on the user. Most users in my group have 2 to 3 monitors.

Re: [Sikuli-driver] [Question #230481]: [RC3] Where can I download Sikuli Script X-1.0rc3?

2013-06-10 Thread ircfas133
Question #230481 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230481 Status: Solved = Open ircfas133 is still having a problem: thanks ! -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #230481]: [RC3] Where can I download Sikuli Script X-1.0rc3?

2013-06-10 Thread ircfas133
Question #230481 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230481 Status: Open = Solved ircfas133 confirmed that the question is solved: thanks ! -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #230480]: Sikuli 1.0.0: Windows: having problems to start the IDE

2013-06-10 Thread ircfas133
Question #230480 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230480 Status: Answered = Open ircfas133 is still having a problem: after i typed sikuli-ide.cmd and it shows : -Xms64M -Xmx512M -Dfile.encoding=UTF-8 ECHO is off. +++ using as SIKULIX_HOME: C:\Users\Eric