[Sikuli-driver] [Question #250178]: [1.1.0 beta1] encounter invalid memory address access exception while launching sikulix

2014-06-12 Thread Shengyuan Gu
New question #250178 on Sikuli: https://answers.launchpad.net/sikuli/+question/250178 I encountered a invalid memory access exception while launching sikulix, my working host is configured to Chinesse, so the reported error message is Chinesse. The Chinesse message "内存位置访问无效" means "invalid memo

Re: [Sikuli-driver] [Question #241177]: How to send a email on detecting a image in sikuli IDE ?

2014-06-12 Thread Ador Juan Cruz
Question #241177 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/241177 Ador Juan Cruz proposed the following answer: still cant figure out why this code works on python but not on sikuliX def send_email(mySubject, myMsg): gmail_user ="u...@gmail.com" gmail_pwd = "pass

Re: [Sikuli-driver] [Question #241177]: How to send a email on detecting a image in sikuli IDE ?

2014-06-12 Thread Ador Juan Cruz
Question #241177 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/241177 Ador Juan Cruz posted a new comment: I am using gmail. tried your example on my sikuliX 1.1.0beta version IDE and it did not work. I need to use SSL port 465 (gmail) so I uncommented this line from smtplib i

[Sikuli-driver] [Question #250174]: __file__ or equivalent?

2014-06-12 Thread David Cortesi
New question #250174 on Sikuli: https://answers.launchpad.net/sikuli/+question/250174 I would like to locate a file relative to the executing sikuli script. In normal Python I would do this based on the __file__ predefined value, but it does not seem to be defined. Is there some other way to ge

Re: [Sikuli-driver] [Question #250067]: Menus in the Mac OS Menu Bar as targets

2014-06-12 Thread David Cortesi
Question #250067 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250067 David Cortesi posted a new comment: Doing some tests I find that the following sequence allows me to capture a File menu and a region around it. import time switchApp("Python") # test app running from comma

Re: [Sikuli-driver] [Question #241177]: How to send a email on detecting a image in sikuli IDE ?

2014-06-12 Thread Mark Weisler
Question #241177 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/241177 Mark Weisler proposed the following answer: On Dec 23, 2013, at 1:46 AM, srijith wrote: > New question #241177 on Sikuli: > https://answers.launchpad.net/sikuli/+question/241177 > > Basically i want to sen

Re: [Sikuli-driver] [Question #250067]: Menus in the Mac OS Menu Bar as targets

2014-06-12 Thread David Cortesi
Question #250067 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250067 Status: Answered => Solved David Cortesi confirmed that the question is solved: OK I understand now, you are saying that it is not possible from within the Sikuli IDE, to capture target png images of the

Re: [Sikuli-driver] [Question #250119]: How can I turn on debugging in a JUnit test?

2014-06-12 Thread Rainer Klute
Question #250119 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250119 Status: Answered => Solved Rainer Klute confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Driv

[Sikuli-driver] [Question #250162]: JRuby and Region throwing Java package org.sikuli.script does not have a method Region

2014-06-12 Thread Brian
New question #250162 on Sikuli: https://answers.launchpad.net/sikuli/+question/250162 I created a new project in JRuby, using SikuliX 1.1 - I am using the sikulixapi.jar in my project. My project can call the Screen methods fine, it's only the Region methods I'm having issue with. My problem,

Re: [Sikuli-driver] [Question #241177]: How to send a email on detecting a image in sikuli IDE ?

2014-06-12 Thread Ador Juan Cruz
Question #241177 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/241177 Ador Juan Cruz posted a new comment: I also am trying to send an email. Code is very similar to op. However I know for a fact that the send_email code I have works on python but using the same code it does n

Re: [Sikuli-driver] [Question #250135]: Some problems with sikuli in local maven repo

2014-06-12 Thread Arsen
Question #250135 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250135 Status: Answered => Solved Arsen confirmed that the question is solved: I found a problem. Maven create 2 local repos, and when i install lib using mvn install:file, mvn installed it to such repo C:\use

Re: [Sikuli-driver] [Question #250145]: sikuli-java: Startup error - WinUtil.dll

2014-06-12 Thread Pathiyil
Question #250145 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250145 Description changed to: I am running into an issue while launching an application with sikuli- java. It is complaining about dependent libraries of WinUtil.dll. I see that a couple of others had the same ques

[Sikuli-driver] [Question #250145]: sikuli-java: Startup error - WinUtil.dll

2014-06-12 Thread Pathiyil
New question #250145 on Sikuli: https://answers.launchpad.net/sikuli/+question/250145 I am running into an issue while running an application with sikuli-java where it is running into an error with WinUtil.dkk. I see that a couple of others had the same question and made sure that there is only

Re: [Sikuli-driver] [Question #248391]: Unable to use java version of 1.1.0, IDE is not being generated

2014-06-12 Thread RaiMan
Question #248391 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/248391 RaiMan posted a new comment: @ Atin add this to your code: @Test public void testServicePlan() throws Exception { org.sikuli.basics.Debug.setDebugLevel(3); to get more detailed debug information, that

Re: [Sikuli-driver] [Question #181657]: utf-8 file content not recognized in Sikuli script --- use provided command files or Java option -Dfile.encoding=UTF-8

2014-06-12 Thread RaiMan
Question #181657 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/181657 Summary changed to: utf-8 file content not recognized in Sikuli script --- use provided command files or Java option -Dfile.encoding=UTF-8 -- You received this question notification because you are a memb

Re: [Sikuli-driver] [Question #181657]: utf-8 file content not recognized in Sikuli script

2014-06-12 Thread RaiMan
Question #181657 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/181657 RaiMan posted a new comment: @ Michal thanks for commenting anyway. the difference between a plain java execution (double clicking a runnable jar) and using one of the provided command files is the Java opti

Re: [Sikuli-driver] [Question #249964]: segmentation error when running the sample Java code

2014-06-12 Thread RaiMan
Question #249964 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/249964 Status: Open => Answered RaiMan proposed the following answer: have you tried version 1.0.1 (now need to use the Beta now)? -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #181657]: utf-8 file content not recognized in Sikuli script --- use provided command files or Java option

2014-06-12 Thread RaiMan
Question #181657 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/181657 Summary changed to: utf-8 file content not recognized in Sikuli script --- use provided command files or Java option -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #250137]: SikuliX-Setup error with runsikulix.cmd

2014-06-12 Thread RaiMan
Question #250137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250137 Status: Open => Answered RaiMan proposed the following answer: use runsikulix.cmd -d 3 -c and you will get more debug information in the command line window -- You received this question notification

Re: [Sikuli-driver] [Question #250135]: Some problems with sikuli in local maven repo

2014-06-12 Thread RaiMan
Question #250135 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250135 Status: Open => Answered RaiMan proposed the following answer: --- I install sikuli-java.jar to mvn local repo on Jenkins Slave? not clear, what that means? Did you install it? How did you install it? Wi

[Sikuli-driver] [Question #250137]: SikuliX-Setup error with runsikulix.cmd

2014-06-12 Thread amy liu
New question #250137 on Sikuli: https://answers.launchpad.net/sikuli/+question/250137 I have used the sikuli 1.1 version but when I try to run the sikuli in cmd on windows. I run "runsikulix.cmd" and found a sikulix-setup:having proble... window. It said "Problem with Sikulix lib folder-see erro

[Sikuli-driver] [Question #250135]: Some problems with sikuli in local maven repo

2014-06-12 Thread Arsen
New question #250135 on Sikuli: https://answers.launchpad.net/sikuli/+question/250135 Hello, I'm new in Jenkins and Maven. I have Jenkins and Some Slave. I install sikuli-java.jar to mvn local repo on Jenkins Slave? but when i try run some jobs int jenkins on this slave i have such message : Fa

Re: [Sikuli-driver] [Question #249773]: Can't find the images from the xml parse

2014-06-12 Thread RaiMan
Question #249773 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/249773 RaiMan proposed the following answer: to clarify: what you get from xml-file is not an image, but the filename of an image, that in your case is a http-url (meaning the file is stored in a location, that is

Re: [Sikuli-driver] [Question #250093]: [1.0.1+] how to hide the option window while running from command line

2014-06-12 Thread RaiMan
Question #250093 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250093 RaiMan posted a new comment: Thanks for pointing me to the java.lang.NullPointerException. I fixed it. Available with the next build. -- You received this question notification because you are a member of S

Re: [Sikuli-driver] [Question #250130]: If windows is logged off or closed sikuli is not working. Is there any fix for new version? Please suggest

2014-06-12 Thread RaiMan
Question #250130 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250130 Status: Open => Answered RaiMan proposed the following answer: Generally not possible. SikuliX needs a working screen (which might be virtual like with VNC). -- You received this question notification

Re: [Sikuli-driver] [Question #250119]: How can I turn on debugging in a JUnit test?

2014-06-12 Thread RaiMan
Question #250119 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250119 Status: Open => Answered RaiMan proposed the following answer: You can tell SikuliX, where to find the libs folder by either using Java option: -Dsikuli.Home= or environment option: SIKULIX_HOME= The

Re: [Sikuli-driver] [Question #250119]: How can I turn on debugging in a JUnit test?

2014-06-12 Thread RaiMan
Question #250119 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250119 RaiMan proposed the following answer: org.sikuli.basics.Debug.setDebugLevel(3) or Java option: -Dsikuli.Debug=3 -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #250119]: How can I turn on debugging in a JUnit test?

2014-06-12 Thread Rainer Klute
Question #250119 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250119 Rainer Klute gave more information on the question: What I am trying to do is to integrate Sikuli JUnit tests into my project's Maven build. If I explictly add sikulix.jar to my classpath, the JUnit tests fin