[Sikuli-driver] [Bug 1316008] [NEW] Cliclking the side menu, Closes the IDE

2014-05-05 Thread Anish G
Public bug reported:

When the side menu in Sikuli IDE (say Click() option) is clicked. The
whole application is closed.

** Affects: sikuli
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1316008

Title:
  Cliclking the side menu, Closes the IDE

Status in Sikuli:
  New

Bug description:
  When the side menu in Sikuli IDE (say Click() option) is clicked. The
  whole application is closed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1316008/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


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

2014-05-05 Thread RaiMan
Bug #1315999 status changed in Sikuli:

New = In Progress

https://bugs.launchpad.net/sikuli/+bug/1315999
[request] add test case description in HTMLTestRunner reporting

This bug is linked to #248029.
Providing the test case description in unittest module
https://answers.launchpad.net/sikuli/+question/248029

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #248172]: Cliclking the side menu, Closes the IDE

2014-05-05 Thread RaiMan
Question #248172 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/248172

RaiMan posted a new comment:
what version of Sikuli on what system?

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #248172]: Cliclking the side menu, Closes the IDE

2014-05-05 Thread Anish G
New question #248172 on Sikuli:
https://answers.launchpad.net/sikuli/+question/248172

When the side menu in Sikuli IDE (say Click() option) is clicked. The whole 
application is closed.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 1316008] Re: Cliclking the side menu, Closes the IDE

2014-05-05 Thread RaiMan
what version of Sikuli on what system?

** Changed in: sikuli
   Status: New = Invalid

** Converted to question:
   https://answers.launchpad.net/sikuli/+question/248172

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1316008

Title:
  Cliclking the side menu, Closes the IDE

Status in Sikuli:
  Invalid

Bug description:
  When the side menu in Sikuli IDE (say Click() option) is clicked. The
  whole application is closed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1316008/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 1315999] Re: [request] add test case description in HTMLTestRunner reporting

2014-05-05 Thread RaiMan
** Summary changed:

- Request to add test case description in HTMLTestRunner reporting
+ [request] add test case description in HTMLTestRunner reporting

** Changed in: sikuli
   Status: New = In Progress

** Changed in: sikuli
   Importance: Undecided = Medium

** Changed in: sikuli
 Assignee: (unassigned) = RaiMan (raimund-hocke)

** Changed in: sikuli
Milestone: None = 1.2.0

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1315999

Title:
  [request] add test case description in HTMLTestRunner reporting

Status in Sikuli:
  In Progress

Bug description:
  Hi,

  I am using unittest module to run my tests, I want to provide some
  test case description to my test cases so that it will look meaningful
  in the report.

  The reporting module I am using is HTMLTestRunner. Kindly suggest me
  a solution.

  Regards.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1315999/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #248040]: Import Selenium into Sikuli script

2014-05-05 Thread RaiMan
Question #248040 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/248040

Status: Open = Answered

RaiMan proposed the following answer:
ok, to use it with Sikuli you have to either
- put the path to the folder in the Python installation containing the selenium 
folder (the one containing the __init__.py) to sys.path

or
- copy this folder to a folder Lib in the folder where you have the SikuliX 
stuff (this is found automatically)

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #248029]: Providing the test case description in unittest module

2014-05-05 Thread Mujeebu Rahman
Question #248029 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/248029

Status: Answered = Solved

Mujeebu Rahman 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.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #248029]: Providing the test case description in unittest module

2014-05-05 Thread Mujeebu Rahman
Question #248029 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/248029

Mujeebu Rahman posted a new comment:
added a request bug.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


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

2014-05-05 Thread RaiMan
Bug #1316030 status changed in Sikuli:

New = In Progress

https://bugs.launchpad.net/sikuli/+bug/1316030
[request] IDE: better support for evaluating geometric relations between GUI 
elements/visual objects

This bug is linked to #248012.
Image recognition and animated buttons
https://answers.launchpad.net/sikuli/+question/248012

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #248012]: Image recognition and animated buttons

2014-05-05 Thread RaiMan
Question #248012 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/248012

Status: Open = Solved

RaiMan changed the question status:
With the coming better support for making screenshots and adapting image
aspects in the IDE, there will be features, to evaluate and code such
relations between GUI elements easier.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 777609] Re: [request] ability to clear message tab

2014-05-05 Thread RaiMan
fixed thanks to 
https://github.com/sjoblomj/SikuliX-2014

** Changed in: sikuli
   Status: In Progress = Fix Committed

** Changed in: sikuli
   Importance: High = Critical

** Changed in: sikuli
Milestone: 1.2.0 = 1.1.0

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/777609

Title:
  [request] ability to clear message tab

Status in Sikuli:
  Fix Committed

Bug description:
  sikuli x-rc2

  Would like a button or right-click and clear option for clearing the
  Messages tab at the bottom of the IDE.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/777609/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #248012]: Image recognition and animated buttons

2014-05-05 Thread RaiMan
Question #248012 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/248012

Linked to bug: #1316030
https://bugs.launchpad.net/bugs/1316030
[request] IDE: better support for evaluating geometric relations between 
GUI elements/visual objects

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 1316030] [NEW] [request] IDE: better support for evaluating geometric relations between GUI elements/visual objects

2014-05-05 Thread RaiMan
Public bug reported:

Am trying to create a simple script which lets me switch between
accounts on Tumblr.

SEQUENCE OF EVENTS:

- find, then click on the logout button [ fine, does this without a
problem ]

- popup box appears asking Are you sure you want to logout?

- find, then click on the OK button  [ FAILS to find image of button
because (I'm quessing) the button is slightly animated ]


What are the various ways around this problem??


Thanks.

** Affects: sikuli
 Importance: Medium
 Assignee: RaiMan (raimund-hocke)
 Status: In Progress

** Changed in: sikuli
   Status: New = In Progress

** Changed in: sikuli
   Importance: Undecided = Medium

** Changed in: sikuli
 Assignee: (unassigned) = RaiMan (raimund-hocke)

** Changed in: sikuli
Milestone: None = 1.2.0

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1316030

Title:
  [request] IDE: better support for evaluating geometric relations
  between GUI elements/visual objects

Status in Sikuli:
  In Progress

Bug description:
  Am trying to create a simple script which lets me switch between
  accounts on Tumblr.

  SEQUENCE OF EVENTS:

  - find, then click on the logout button [ fine, does this without a
  problem ]

  - popup box appears asking Are you sure you want to logout?

  - find, then click on the OK button  [ FAILS to find image of button
  because (I'm quessing) the button is slightly animated ]

  
  What are the various ways around this problem??

  
  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1316030/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 1271544] Re: [request] Offer an offline install without administrator rights

2014-05-05 Thread RaiMan
** Changed in: sikuli
   Status: New = Invalid

** Changed in: sikuli
   Importance: High = Undecided

** Changed in: sikuli
 Assignee: RaiMan (raimund-hocke) = (unassigned)

** Changed in: sikuli
Milestone: 1.1.0 = None

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1271544

Title:
  [request] Offer an offline install without administrator rights

Status in Sikuli:
  Invalid

Bug description:
  started as BluePrint, but should be a request bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1271544/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #248183]: loadLib: Fatal Error 110: loading: libVisionProxy.so

2014-05-05 Thread shabani
New question #248183 on Sikuli:
https://answers.launchpad.net/sikuli/+question/248183

IDE is invoked and Sikuli is crashing on script execution

System is Red hat 5.5, 32 bit

Library and symlinks are present in the /usr/local/bin as follows

-rw-r--r-- 1 root root 38126606 Apr 30 14:40 /usr/local/lib/libtesseract.a
-rwxr-xr-x 1 root root  844 Apr 30 14:40 /usr/local/lib/libtesseract.la
lrwxrwxrwx 1 root root   21 Apr 30 14:40 /usr/local/lib/libtesseract.so - 
libtesseract.so.3.0.2
lrwxrwxrwx 1 root root   21 Apr 30 14:40 /usr/local/lib/libtesseract.so.3 
- libtesseract.so.3.0.2
-rwxr-xr-x 1 root root 18662717 Apr 30 14:40 
/usr/local/lib/libtesseract.so.3.0.2

Value of PATH variable is

/usr/lib/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:/usr/lib/jvm/java-1.6.0:/usr/lib/jvm/java-1.6.0/jre/bin:/root/SikuliX/libs:/usr/local/lib

tesseract version is

tesseract 3.02.02
 leptonica-1.69
  libgif 4.1.6 : libjpeg 6b : libpng 1.2.10 : libtiff 3.8.2 : zlib 1.2.

Rebuilded and replaced libVisionProxy.so. Then also issue is not solved.

Please provide a solution.

Contents of Sikulilog 
--
[debug] Debug: setLogFile: /root/SikuliX/SikuliLog.txt
[debug (5/5/14 2:50:05 PM)] Running on Java 6 (1.6.0-b09)
[debug (5/5/14 2:50:05 PM)] --- Sikuli parameters ---
[debug (5/5/14 2:50:05 PM)] 1: -d
[debug (5/5/14 2:50:05 PM)] init user preferences
[debug (5/5/14 2:50:05 PM)] locale: en_US
[debug (5/5/14 2:50:05 PM)] ResourceLoaderBasic: SikuliX Package Build: 1.0.1 
12SEP2013160242
[debug (5/5/14 2:50:05 PM)] ResourceLoaderBasic: check: we are running on arch: 
i386
[debug (5/5/14 2:50:05 PM)] ResourceLoaderBasic: check: using Java at: 
/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/
[debug (5/5/14 2:50:05 PM)] ResourceLoaderBasic: check: Exists libs folder at 
location of jar? YES: /root/SikuliX/
[debug (5/5/14 2:50:05 PM)] ResourceLoaderBasic: checkLibsDir: 
/root/SikuliX/libs
[debug (5/5/14 2:50:05 PM)] ResourceLoaderBasic: loadLib: JXGrabKey
[debug (5/5/14 2:50:05 PM)] ResourceLoaderBasic: loadLib: Found: JXGrabKey
[debug (5/5/14 2:50:05 PM)] ResourceLoaderBasic: loadLib: Now loaded: JXGrabKey
[debug (5/5/14 2:50:05 PM)] ResourceLoaderBasic: checkLibsDir: Using libs at: 
/root/SikuliX/libs
[debug (5/5/14 2:50:05 PM)] Screen: initScreens: basic initialization (1 
Screen(s) found)
[debug (5/5/14 2:50:05 PM)] *** monitor configuration (primary: 0) ***
[debug (5/5/14 2:50:05 PM)] Screen 0: S(0)[0,0 1280x1024]
[debug (5/5/14 2:50:05 PM)] *** end monitor configuration ***
[debug (5/5/14 2:50:05 PM)] [I18N] menuShowThumbs
[debug (5/5/14 2:50:08 PM)] ResourceLoaderBasic: loadLib: Is already loaded: 
JXGrabKey
[debug (5/5/14 2:50:08 PM)] restore session: 
/root/SikuliX/projects/test1.sikuli/
[debug (5/5/14 2:50:08 PM)] SikuliX Jython Support Build: 1.0.1 12SEP2013160248
[debug (5/5/14 2:50:08 PM)] SikuliEditorKit.read
[debug (5/5/14 2:50:08 PM)] ImageLocator: found 1399019335897.png in 
/root/SikuliX/projects/test1.sikuli/
[debug (5/5/14 2:50:08 PM)] FileManager: tempfile create: 
/tmp/sikuli-7048720979414341002.png
[debug (5/5/14 2:50:08 PM)] Sikuli-IDE startup: 5884
[debug (5/5/14 2:50:11 PM)] FileManager: tempfile create: 
/tmp/sikuli-1889335408900212459.py
[debug (5/5/14 2:50:12 PM)] JythonScriptRunner: : executeScriptHeader: adding 
SikuliX Lib path to sys.path
/root/SikuliX/sikuli-ide.jar/Lib
[debug (5/5/14 2:50:13 PM)] Jython: sikuli: __init__: entering
[debug (5/5/14 2:50:13 PM)] Jython: sikuli: Sikuli: entering
[debug (5/5/14 2:50:14 PM)] Jython: sikuli: Sikuli: constants
[debug (5/5/14 2:50:14 PM)] Jython: sikuli: Sikuli: import Region
[debug (5/5/14 2:50:16 PM)] Jython: sikuli: Sikuli: import Screen
[debug (5/5/14 2:50:16 PM)] Jython: sikuli: Sikuli: Env.addHotkey
[debug (5/5/14 2:50:16 PM)] Jython: sikuli: Sikuli: import Match
[debug (5/5/14 2:50:16 PM)] Jython: sikuli: Sikuli: import Pattern
[debug (5/5/14 2:50:16 PM)] Jython: sikuli: Sikuli: import Location
[debug (5/5/14 2:50:16 PM)] Jython: sikuli: Sikuli: import ScreenUnion
[debug (5/5/14 2:50:16 PM)] Jython: sikuli: Sikuli: import Finder
[debug (5/5/14 2:50:17 PM)] ResourceLoaderBasic: loadLib: VisionProxy
[debug (5/5/14 2:50:17 PM)] ResourceLoaderBasic: loadLib: Found: VisionProxy
[error (5/5/14 2:50:17 PM)] ResourceLoaderBasic: loadLib: Fatal Error 110: 
loading: libVisionProxy.so
[error (5/5/14 2:50:17 PM)] ResourceLoaderBasic: loadLib: Since native library 
was found, it might be a problem with needed dependent libraries
/root/SikuliX/libs/libVisionProxy.so: libtesseract.so.3: cannot open shared 
object file: No such file or directory
[error (5/5/14 2:50:17 PM)] Terminating SikuliX after a fatal error(110)! 
Sorry, but it makes no sense to continue!
If you do not have any idea about the error cause or solution, run again
with a Debug level of 3. You might paste the output to the QA board.
[debug (5/5/14 2:50:17 PM)] SikuliXFinal: 

Re: [Sikuli-driver] [Question #248183]: loadLib: Fatal Error 110: loading: libVisionProxy.so

2014-05-05 Thread RaiMan
Question #248183 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/248183

Status: Open = Answered

RaiMan proposed the following answer:
what about OpenCV?

check you libVisionProxy about dependencies (ld …) and solve these.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #248016]: Which Screen Takes Screenshot

2014-05-05 Thread RaiMan
Question #248016 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/248016

Status: Open = Answered

RaiMan proposed the following answer:
Looks weird indeed, but I cannot test it currently, since I do not have any 
system available with more than one monitor.
Earliest next week again.

Sorry.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #248016]: Which Screen Takes Screenshot

2014-05-05 Thread RaiMan
Question #248016 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/248016

Linked to bug: #1316078
https://bugs.launchpad.net/bugs/1316078
[1.0.1] MultiMonitor: Mac: capture on wrong screen.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #248016]: Status of bug #1316078 changed to 'Opinion' in Sikuli

2014-05-05 Thread RaiMan
Bug #1316078 status changed in Sikuli:

New = Opinion

https://bugs.launchpad.net/sikuli/+bug/1316078
[1.0.1] MultiMonitor: Mac: capture on wrong screen.

This bug is linked to #248016.
Which Screen Takes Screenshot
https://answers.launchpad.net/sikuli/+question/248016

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 1316078] [NEW] [1.0.1] MultiMonitor: Mac: capture on wrong screen.

2014-05-05 Thread RaiMan
Public bug reported:

how does sikuli choose which screen gets to take screenshots?

I'm on mac 10.9 and sometimes it picks the screen I want an other times
it doesn't.  I can't seem to figure out how to make one or the other the
screenshotable monitor.

** Affects: sikuli
 Importance: Undecided
 Assignee: RaiMan (raimund-hocke)
 Status: Opinion

** Changed in: sikuli
   Status: New = Opinion

** Changed in: sikuli
 Assignee: (unassigned) = RaiMan (raimund-hocke)

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1316078

Title:
  [1.0.1] MultiMonitor: Mac: capture on wrong screen.

Status in Sikuli:
  Opinion

Bug description:
  how does sikuli choose which screen gets to take screenshots?

  I'm on mac 10.9 and sometimes it picks the screen I want an other
  times it doesn't.  I can't seem to figure out how to make one or the
  other the screenshotable monitor.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1316078/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #246694]: Sikuli with Selenium Java

2014-05-05 Thread Atul Mirvankar
Question #246694 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/246694

Status: Answered = Solved

Atul Mirvankar confirmed that the question is solved:
I found the issue and my issue is resolved :-)

Thanks for your help Raiman. You are very helpful and instant
responces

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #248016]: Which Screen Takes Screenshot

2014-05-05 Thread RaiMan
Question #248016 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/248016

RaiMan posted a new comment:
The only thing I can offer:
download sikulix.jar from here:
https://dl.dropboxusercontent.com/u/42895525/SikuliX-1.1-Mac/sikulix.jar
put it in an empty folder and double click it to start the IDE (1.1.0-Beta1) 
and try the same things.

After the test, you should purge it again (official Bet1 will be
available soon).

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #246694]: Sikuli with Selenium Java

2014-05-05 Thread Atul Mirvankar
Question #246694 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/246694

Atul Mirvankar 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.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #248183]: loadLib: Fatal Error 110: loading: libVisionProxy.so

2014-05-05 Thread shabani
Question #248183 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/248183

Status: Answered = Open

shabani is still having a problem:
OpenCV version is 2.4.8.  Installed from downloaded source zip.

When checked the dependencies of libVisionProxy with ldd command, 
it says libtesseract.so.3 and some opencv libs are not found

ldd libVisionProxy.so 
linux-gate.so.1 =  (0x00cbd000)
libtesseract.so.3 = not found
libopencv_core.so.2.4 = not found
libopencv_highgui.so.2.4 = not found
libopencv_imgproc.so.2.4 = not found
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0x0045f000)
libm.so.6 = /lib/libm.so.6 (0x0024f000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x00d4a000)
libc.so.6 = /lib/libc.so.6 (0x007cd000)
/lib/ld-linux.so.2 (0x00962000)

But Following libs are present in /usr/local/lib
libtesseract.so.3
libopencv_core.so.2.4
libopencv_highgui.so.2.4
libopencv_imgproc.so.2.4

What can i do to solve this ?

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #248183]: loadLib: Fatal Error 110: loading: libVisionProxy.so

2014-05-05 Thread RaiMan
Question #248183 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/248183

Status: Open = Needs information

RaiMan requested more information:
sure, that use/local/lib is in loader path?

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #248190]: How to Switch Browser between Sikuli and Selenium Webdriver

2014-05-05 Thread Atul Mirvankar
New question #248190 on Sikuli:
https://answers.launchpad.net/sikuli/+question/248190

How to make FirefoxDriver from selenium compatible with sikuli using JAVA.

So that I can use FirefoxDriver and SikuliFirefoxDriver in the same script. 
With same name.

Example: FirefoxDriver driver = new FirefoxDriver();

SikuliFirefoxDriver driver = new SikuliFirefoxDriver();

So that whenever I type driver. I should get the functions, variables from 
Selenium JAVA as well as Sikuli JAVA.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #248172]: Cliclking the side menu, Closes the IDE

2014-05-05 Thread Anish G
Question #248172 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/248172

Anish G gave more information on the question:
Sikuli Version: Sikuli X-1.0rc3(r905)

System : Windows 7 - 32 bit

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #248172]: Cliclking the side menu, Closes the IDE

2014-05-05 Thread Anish G
Question #248172 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/248172

Anish G gave more information on the question:
I also tried in Windows 8 (64 bit)

I installed Sikuli X(r930) and copied  Sikuli X(r905)'s files to the
installed folder (As said in the website)

But it also had the same problem

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #248172]: Cliclking the side menu, Closes the IDE

2014-05-05 Thread RaiMan
Question #248172 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/248172

Status: Open = Answered

RaiMan proposed the following answer:
RC3 does not work with Java 7 (which I guess is the problem)
RC3 is no longer supported for such system specific problems.

I recommend to upgrade to version 1.0.1 which natively supports Windows 8 
64-Bit with Java 7.
start here:
http://www.sikuli.org/download.html

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #248190]: How to Switch Browser between Sikuli and Selenium Webdriver

2014-05-05 Thread Atul Mirvankar
Question #248190 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/248190

Atul Mirvankar gave more information on the question:
Actually, I want to open a browser using Selenium then I want to perform
some action or testing using selenium. And I want to perform some
testing using Sikuli in the same browser.

I want to use sikuli and selenium webdriver (simultaneously).

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #226187]: How to run Sikuli with JRE6 and JRE7 installed?

2014-05-05 Thread Launchpad Janitor
Question #226187 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/226187

Status: Open = Expired

Launchpad Janitor expired the question:
This question was expired because it remained in the 'Open' state
without activity for the last 15 days.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #248172]: Cliclking the side menu, Closes the IDE

2014-05-05 Thread Anish G
Question #248172 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/248172

Status: Answered = Open

Anish G is still having a problem:
Also, While working in Eclipse with Sikuli-script jar and Sikuli-
standalone jar, the following error occurs.

This is the only two lines in the program

Screen scr=new Screen();
scr.click(//imgs/home.png);

Exception in thread main java.lang.UnsatisfiedLinkError: 
C:\Users\\AppData\Local\Temp\tmplib\VisionProxy.dll: Can't find dependent 
libraries
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(Unknown Source)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
at 
com.wapmx.nativeutils.jniloader.NativeLoader.loadLibrary(NativeLoader.java:44)
at org.sikuli.script.Finder.clinit(Finder.java:33)
at org.sikuli.script.Region.doFind(Region.java:1029)
at org.sikuli.script.Region$RepeatableFind.run(Region.java:1232)
at org.sikuli.script.Region$Repeatable.repeat(Region.java:1203)
at org.sikuli.script.Region.wait(Region.java:497)
at org.sikuli.script.Region.find(Region.java:381)
at org.sikuli.script.Region.getLocationFromPSRML(Region.java:1129)
at org.sikuli.script.Region.click(Region.java:606)
at org.sikuli.script.Region.click(Region.java:593)
at sikuli.learning.pack.sikuli_java.main(sikuli_java.java:19)

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #248190]: How to Switch Browser between Sikuli and Selenium Webdriver

2014-05-05 Thread RaiMan
Question #248190 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/248190

Status: Open = Answered

RaiMan proposed the following answer:
So why don't you do it?

Selenium accesses the Web GUI of the app in the browser, whereas Sikuli
features work with the visual objects seen on the screen.

I do not know, what SikuliFirefoxDriver should be, besides a private
class, that hides the Sikuli features behind a variable/function set,
that is name-compatible to the Selenium web driver API. But that is your
job ;-)

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #248172]: Cliclking the side menu, Closes the IDE

2014-05-05 Thread Anish G
Question #248172 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/248172

Anish G gave more information on the question:
When i tried to Upgrade (Help - Check Update)

it showed Sikuli X rc3(r903) :No update is available

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #248172]: Cliclking the side menu, Closes the IDE

2014-05-05 Thread RaiMan
Question #248172 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/248172

Status: Open = Answered

RaiMan proposed the following answer:
Go back to comment #4 and read carefully.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #248190]: How to Switch Browser between Sikuli and Selenium Webdriver

2014-05-05 Thread Atul Mirvankar
Question #248190 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/248190

Status: Answered = Open

Atul Mirvankar is still having a problem:
Well that's the problem... ;-)

Below is the scenario which I want to perform using Selenium + Sikuli in
JAVA:

1. Open a browser  (Using Selenium) 
-Done.
2. Navigate to a Link  (Using Selenium) 
-Done.
3. Locate a text box  (Using Sikuli)
 -Don't know how to do this.
4. Type data in text box(Using Sikuli)  
  -Don't know how to do this.

I know how to perform step 3 and 4 using Selenium Webdriver but I want
to do it using Sikuli with Selenium JAVA.


Please help me with this as you are the only source I have.

Trying to learn things.

Thanks for your help in Past and hoping for the same in future :-)

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #248190]: How to Switch Browser between Sikuli and Selenium Webdriver

2014-05-05 Thread RaiMan
Question #248190 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/248190

Status: Open = Answered

RaiMan proposed the following answer:
the basic Java usage of Sikuli features:
http://sikulix-2014.readthedocs.org/en/latest/faq/030-java-dev.html#how-to-use-sikulix-api-in-your-java-programs

for the specific functions you will find information in
http://doc.sikuli.org

and the java docs at http://doc.sikuli.org/javadoc/index.html

for more sophisticated code snippets you have to look into the net.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #248200]: Better install doc

2014-05-05 Thread Sam W
New question #248200 on Sikuli:
https://answers.launchpad.net/sikuli/+question/248200

Trying this tool for the first time the install was failing on two Windows 
machines.  Digging around the FAQs turned up the nuggets that the Java and libs 
filders had to be specified manually, and the Sikuli path as well.  Please make 
this a little more obvious as it wasn't in the Download instructions or the 
release notes.
Thanks.

Relevant lines from the FAQ:

-- make sure, your system path contains these 2 entries:
path-to-sikuli-program-folder\libs;path-to-java-program-folder\jre6\bin

-- make sure SIKULI_HOME is set
the environment variable should be set as
SIKULI_HOME=path-to-sikuli-program-folder\
where the trailing \ is mandatory!

You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #248200]: Better install doc

2014-05-05 Thread RaiMan
Question #248200 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/248200

Status: Open = Answered

RaiMan proposed the following answer:
this is related to RC3, which is no longer developed nor supported for such 
system specific things.
RC3 does not run natively on Windows 64-Bit and does not support Java 7.

You might have a look at version 1.0.1, where these things are no longer
needed.

If interested start here:
http://www.sikuli.org/download.html

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #248200]: Better install doc

2014-05-05 Thread Sam W
Question #248200 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/248200

Sam W posted a new comment:
I used the v1.0.1 sikuli-setup.jar from the downloads site and had
this issue.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #248200]: Better install doc

2014-05-05 Thread RaiMan
Question #248200 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/248200

RaiMan requested more information:
None of these is relevant for 1.0.1:

Relevant lines from the FAQ:

-- make sure, your system path contains these 2 entries:
path-to-sikuli-program-folder\libs;path-to-java-program-folder\jre6\bin

-- make sure SIKULI_HOME is set
the environment variable should be set as
SIKULI_HOME=path-to-sikuli-program-folder\
where the trailing \ is mandatory!

So where did you get this?

You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #248200]: Better install doc

2014-05-05 Thread Sam W
Question #248200 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/248200

Sam W posted a new comment:
I got it from FAQ 1766:
https://answers.launchpad.net/sikuli/+faq/1766

Agree this answer was for rc3 but my copy of v1.0.1 was not installing 
correctly and these steps fixed it.  Just verified the install jar I'm using is 
the current one off the Download site.
https://launchpad.net/sikuli/sikulix/1.0.1/+download/sikuli-setup.jar

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #248200]: Better install doc

2014-05-05 Thread RaiMan
Question #248200 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/248200

RaiMan proposed the following answer:
For Windows using 1.0.1 it is recommended to use runIDE.cmd and/or
runScript.cmd to start and use the IDE or to run scripts from command
line.

I admit, that this is not clearly mentioned somewhere (should be
mentioned on http://www.sikuli.org/download.html.

A path entry might only be needed in use cases where you use the jars in your 
own batch files or with Java programming.
But even in these cases, the path entry is put in the registry, only to 
activate the entry, you have to restart your session.
… and this is mentioned here.

All this will be improved with the new version 1.1.0:
http://sikulix.com 

Thanks for the findings.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #248200]: Better install doc

2014-05-05 Thread RaiMan
Question #248200 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/248200

RaiMan proposed the following answer:
I have added some information.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #248012]: Image recognition and animated buttons

2014-05-05 Thread Jeremy
Question #248012 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/248012

Jeremy posted a new comment:
I have a program I wrote for an automated button. I have three buttons
and two of them are automated on the screen. They glow then not and
back. They repete that pattern. What I did was I took a screenshot of
them with the glowing in process. The program clicks on them and can
tell between the two. It doesn't select the other button.

while (s.exists(Yellow_Cards) == null){
System.out.println(Looking for yellow cards);
ScrollScreen m_scroll = new ScrollScreen(sizelimit);
m_scroll.ScrollDown();  
}
s.click(Yellow_Cards);
Thread.sleep(2000);
s.click(Yellow_Cards);
Thread.sleep(2000);

This works very well for me.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #163463]: [Java] Set clipboard without actually pasting

2014-05-05 Thread Vyacheslav Kolesnik
Question #163463 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/163463

Vyacheslav Kolesnik posted a new comment:
Is it a possible to register the clipboard format?
I need prepare some data into the word table format then put it trough Sikuli 
into some place of win32 app what accepts only word table data.
According to Microsoft ( 
http://msdn.microsoft.com/en-us/library/windows/desktop/ms649013(v=vs.85).aspx 
) I need register clipboard format to Rich Text Format. Then put data in RTF 
format into clipboard.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #248226]: enum java

2014-05-05 Thread Jeremy
New question #248226 on Sikuli:
https://answers.launchpad.net/sikuli/+question/248226

Hello.

I just learned the benefits of an enum in java. However, it doesn't appear that 
Sikuli can use string enums.

I used this:
public enum images{
Android_Home {
  public String toString() {
  return ..\\..\\ + Images\\Android_Home.png;
  } 
};
private images(){   
}
}

The call in my program was like this:
Screen s = new Screen();
try {

s.click(..\\..\\Images\\Android_Home.png);
} catch (FindFailed e) {
// TODO Auto-generated catch 
block
e.printStackTrace();
}

I switched it out with the enum, but it just locks up now.

However, if I do a System.out.Println(images.Android_Home); I get the location 
I want. 

Let me know if I'm missing something. 

Thanks.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #248236]: misconfiguration or missing prerequisite?

2014-05-05 Thread slothbear
New question #248236 on Sikuli:
https://answers.launchpad.net/sikuli/+question/248236

I'm totally new to Sikuli, so please excuse if this is a totally doofus 
question. When I try to run a script, I get the following message:
   To open java, you need to install X11.

The docs are pretty thorough and mention other prerequisites, but I didn't 
notice X11. I've also searched and searched and didn't find anyone else 
mentioning this – or other questions about X11 here.

Perhaps my system is misconfigured and the X11 message is spurious?

I'm running Mac OS X 10.9.2.
I re-installed Java tonight, but... the file I downloaded and ran was called 
jre-7u55-macosx-x64.dmg, and when I check 'java -version', I see
java version 1.7.0_45
Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)

I'm not familiar with Java versioning, but '55' seems different than '45'. 
Perhaps the X11 message is happening because I've messed up my system.

If X11 is required, I can go with that. If X11 is not required – just let me 
know and I'll work on sorting out my installation somehow.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #248236]: misconfiguration or missing prerequisite?

2014-05-05 Thread slothbear
Question #248236 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/248236

slothbear gave more information on the question:
I got the same X11 message during the setup phase – when it tried to run
a test I think. These lines at the bottom of the SetupLog seem to say it
found my screen, which is 1440x900. These are the last lines in the log
file.

[debug (5/5/14 9:56:57 PM)] RunSetup: trying to run a test using SikuliScript 
with JRuby
[debug (5/5/14 9:57:01 PM)] JRubyScriptRunner: executeScriptHeader: adding 
SikuliX Lib path to sys.path
/Volumes/outback/downloads/sikulix/sikulixsetup-1.1.jar/Lib
[debug (5/5/14 9:57:06 PM)] Screen: initScreens: basic initialization (1 
Screen(s) found)
[debug (5/5/14 9:57:06 PM)] Screen: *** monitor configuration (primary: 0) ***
[debug (5/5/14 9:57:06 PM)] Screen: 0: S(0)[0,0 1440x900]
[debug (5/5/14 9:57:06 PM)] Screen: *** end monitor configuration ***

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #248172]: Cliclking the side menu, Closes the IDE

2014-05-05 Thread Anish G
Question #248172 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/248172

Status: Answered = Solved

Anish G confirmed that the question is solved:
Thank You so much

for your quick reply!!

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp