Re: [Sikuli-driver] [Question #229460]: [1.0] Win 7 64: Sikuli throwing error in 32 bit Java - use Sikuli package Win32 or run a 64-Bit Java

2013-08-23 Thread srijith
Question #229460 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/229460

srijith posted a new comment:
you can download the latest sikuli zip and unzip. Im not sure if there
is a link just for a jar file.

-- 
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 #229460]: [1.0] Win 7 64: Sikuli throwing error in 32 bit Java - use Sikuli package Win32 or run a 64-Bit Java

2013-08-23 Thread srijith
Question #229460 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/229460

srijith 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


[Sikuli-driver] [Question #234536]: Sikuli dont run anymore!!! What can I do?

2013-08-23 Thread Laura Fernández
New question #234536 on Sikuli:
https://answers.launchpad.net/sikuli/+question/234536

I have Win 7, java 7 and java 6, and installed the last version (and try with 
other 3 versions), I was work very happy, Sikuli works slowly but works, I have 
the environment  variable and I make few scrips and works.
I was make a function and them...   stop to work but  doesn't close the windows 
or show a error, I force to stop the process with the task manager, then a try 
to start doesn't work, try to open, sparked and create the task of java bin, 
but never show the application UI. 
I uninstall Sikuli and restart the computer, The same behavior. 
I uninstall Sikuli, restart the computer try with other version and restart. 
Still with the problem. 
I search the problem and fined https://answers.launchpad.net/sikuli/+faq/1766   
doesn't work.
What can I do? 

-- 
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 #234525]: [error] Can't read file: Can't read input file

2013-08-23 Thread Kevin Depew
New question #234525 on Sikuli:
https://answers.launchpad.net/sikuli/+question/234525

I have a central repository of images that I have been using to reference 
images in sikuli, so as not to have massive duplicate of files.  However, I've 
run into an issue trying to manipulate an older image using the latest version 
of sikuli-ide.jar.

If I save a version of a Sikuli script using the full path to an image and then 
re-open the file using the ide, it will replace the full path with a thumbnail. 
 If I then attempt to click on the thumbnail to manipulate the image target or 
check the matching preview, I get a stack trace.  I have verified this stack 
occurs on both OSX and Ubuntu 13.04.

Thanks for any help!

Here is the trace from OSX -


[error] Can't read file: Can't read input file!

Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: im 
== null!
 at javax.imageio.ImageIO.write(ImageIO.java:1457)
 at javax.imageio.ImageIO.write(ImageIO.java:1527)
 at org.sikuli.basics.FileManager.saveTmpImage(FileManager.java:343)
 at org.sikuli.basics.FileManager.saveTmpImage(FileManager.java:335)
 at 
org.sikuli.ide.EditorPatternButton.createThumbnail(EditorPatternButton.java:224)
 at 
org.sikuli.ide.EditorPatternButton.createThumbnail(EditorPatternButton.java:219)
 at org.sikuli.ide.EditorPatternButton.setFilename(EditorPatternButton.java:213)
 at org.sikuli.ide.EditorPatternButton.getFilename(EditorPatternButton.java:207)
 at org.sikuli.ide.PatternPaneNaming.init(PatternPaneNaming.java:47)
 at org.sikuli.ide.PatternPaneNaming.(PatternPaneNaming.java:39)
 at org.sikuli.ide.PatternWindow.init(PatternWindow.java:61)
 at org.sikuli.ide.PatternWindow.(PatternWindow.java:41)
 at 
org.sikuli.ide.EditorPatternButton.actionPerformed(EditorPatternButton.java:142)
 at javax.swing.

AbstractButton.fireActionPerformed(AbstractButton.java:2028)
 at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351)
 at 
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
 at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
 at 
javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
 at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
 at java.awt.Component.processMouseEvent(Component.java:6414)
 at javax.swing.JComponent.processMouseEvent(JComponent.java:3275)
 at java.awt.Component.processEvent(Component.java:6179)
 at java.awt.Container.processEvent(Container.java:2083)
 at java.awt.Component.dispatchEventImpl(Component.java:4776)
 at java.awt.Container.dispatchEventImpl(Container.java:2141)
 at java.awt.Component.dispatchEvent(Component.java:4604)
 at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4619)
 at java.awt.LightweightDispatcher.processMouseEvent(Co

ntainer.java:4280)
 at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4210)
 at java.awt.Container.dispatchEventImpl(Container.java:2127)
 at java.awt.Window.dispatchEventImpl(Window.java:2489)
 at java.awt.Component.dispatchEvent(Component.java:4604)
 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:717)
 at java.awt.EventQueue.access$400(EventQueue.java:82)
 at java.awt.EventQueue$2.run(EventQueue.java:676)
 at java.awt.EventQueue$2.run(EventQueue.java:674)
 at java.security.AccessController.doPrivileged(Native Method)
 at 
java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86)
 at 
java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:97)
 at java.awt.EventQueue$3.run(EventQueue.java:690)
 at java.awt.EventQueue$3.run(EventQueue.java:688)
 at java.security.AccessController.doPrivileged(Native Method)
 at 
java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86)
 at java.awt.EventQueue.di

spatchEvent(EventQueue.java:687)
 at 
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
 at 
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
 at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
 at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

alternate osx stack -


[error] Can't read file: Can't read input file!

Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: im 
== null!
 at javax.imageio.ImageIO.write(ImageIO.java:1457)
 at javax.imageio.ImageIO.write(ImageIO.java:1527)
 at org.sikuli.basics.FileManager.saveTmpImage(FileManager.java:343)
 at org.sikuli.basics.FileManager.saveTmpImage(FileManager.java:335)
 at 
org.sikuli.ide.EditorPatternButton.createThumbnail(EditorPatternButton.java:224)
 at 
org.sikuli.ide.EditorPatternButton.createThumbnail(EditorPatternButton.java:219)
 at org.sikuli.ide.EditorPatternButton.set

Re: [Sikuli-driver] [Question #234486]: Region area manipulation. How does that work?

2013-08-23 Thread rob
Question #234486 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/234486

rob posted a new comment:
M = Match
R = Region
@S(0) = Screen 0 your main screen
S:1.00 = similarity score. in this case, a 100% match
center:162,404 = the screen coords of the center of the match 
im not sure about E or T

-- 
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 #229460]: [1.0] Win 7 64: Sikuli throwing error in 32 bit Java - use Sikuli package Win32 or run a 64-Bit Java

2013-08-23 Thread Sergey
Question #229460 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/229460

Sergey posted a new comment:
Can you give link to the new Sikuli  JAR File ?
I still have 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


[Sikuli-driver] [Question #234505]: NameError ( name 'FindFailed' is not defined ) with Sikuli 1.0.1

2013-08-23 Thread Daniel Gessler
New question #234505 on Sikuli:
https://answers.launchpad.net/sikuli/+question/234505

Hello!
I've just downloaded the newest version of Sikuli - 1.0.1. I'm glad many work 
has been done (though saving the project doesn't work sometimes, as in the 
previous versions), now I don't need to click a few times on the sikuli-ide to 
have it finally opened. I really appreciate your work!

However, I have a problem with try except blocks. When I open my project, run 
it and it doesn't find an object to click on, it stops and I get

[error] NameError ( name 'FindFailed' is not defined )

It occures in the line where I want the script to double click on something. 
This part of my code in short looks like that:

try:
 doubleClick(photo)
except FindFailed:
 exit()

I'm really dying to get to know the problem and solve it because it's quite 
important for my work.

Greetings,
Daniel

-- 
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 #234505]: NameError ( name 'FindFailed' is not defined ) with Sikuli 1.0.1

2013-08-23 Thread Daniel Gessler
Question #234505 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/234505

Description changed to:
Hello!
I've just downloaded the newest version of Sikuli - 1.0.1. I'm glad many work 
has been done (though saving the project doesn't work sometimes, as in the 
previous versions), now I don't need to click a few times on the sikuli-ide to 
have it finally opened. I really appreciate your work!

However, I have a problem with try except blocks. When I open my
project, run it and it doesn't find an object to click on, it stops and
I get

[error] NameError ( name 'FindFailed' is not defined )

It occures in the line where I want the script to double click on
something. This part of my code in short looks like that:

try:
 doubleClick(photo)
except FindFailed:
 exit()

I'm really dying to get to know the problem and solve it because it's
quite important for my work.

Greetings,
Daniel

EDIT:
Just to make sure there are no qustions about that - it all worked well with 
the previous version.

-- 
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 #234486]: Region area manipulation. How does that work?

2013-08-23 Thread Roman Podolyan
Question #234486 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/234486

Status: Open => Answered

Roman Podolyan proposed the following answer:
As for the first question, it seems that you just put parameters in a
wrong order

http://doc.sikuli.org/region.html#Region.find
Region(x, y, w, h)

You did put h  third  and w fourth in your code example.

-- 
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 #234436]: How to handle FindFailed exception in 1.0.1 from sikuli-script.jar

2013-08-23 Thread Yu
Question #234436 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/234436

Yu posted a new comment:
Hello!

In Sikuli IDE I've got the following
[error] NameError ( global name 'FindFailed' is not defined )

after executing functions with try... except(FindFailed)
the issue had also appeared right after I've updated to new version. I didn't 
change a thing in my scripts too.

-- 
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 #233683]: Has anyone compiled Sikuli for RedHat EL 5?

2013-08-23 Thread Launchpad Janitor
Question #233683 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/233683

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 #234492]: Sikuli + Mobile app + Selenium

2013-08-23 Thread Roman Podolyan
Question #234492 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/234492

Status: Open => Needs information

Roman Podolyan requested more information:
Please describe your app and testing approaches in details. What do you
want to get and by what means, what you expect from using Selenium and
what from using Sikuli.

-- 
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 #234492]: Sikuli + Mobile app + Selenium

2013-08-23 Thread Vinay
New question #234492 on Sikuli:
https://answers.launchpad.net/sikuli/+question/234492

I am trying to automate mobile app ( not web app) in android using sikuli, can 
we automate mobile app using selenium + Sikuli?

-- 
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