[Sikuli-driver] [Question #269867]: supposed bug?

2015-07-31 Thread Eduardo
New question #269867 on Sikuli:
https://answers.launchpad.net/sikuli/+question/269867

when you insert the following line
 click ( image ) and wait ()  to capture the image
 to put on the parameter of the wait () to Sikuli IDE interface
 disappears and does not return to appear

-- 
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 #269784]: copy text from text box

2015-07-31 Thread yaya
Question #269784 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/269784

Status: Answered = Open

yaya is still having a problem:
Thank you for your answers. 
I want to use sikuli api, there is another solution included in sikuli api 
except type and App.getClipboard() ?

-- 
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 1480289] [NEW] Sikuli's fails to find the image on screen when launched as root user.

2015-07-31 Thread tahska
Public bug reported:

This is a very strange problem. Please see the following.

1. The same script finds the image when launched from terminal of local
user.

2. Do sudo su to become root user and launch the script: The scripts
works fine.

3. Do sudo su - to become root user and launch the script: The script
fails to find the image on the screen

4. Enable the UI login to root account from System preferences and login
to root account. Launch the terminal and run the same script: The
scripts works fine.

Really strange that the script is not able to find image on the screen
if you become root user using sudo su -. The script works in all other
scenarios.

System information:

Sikuli Version: 1.0.1
System: Mac 10.9.5 64 bit
Java: java 1.6 update 51

** 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/1480289

Title:
  Sikuli's fails to find the image on screen when launched as root user.

Status in Sikuli:
  New

Bug description:
  This is a very strange problem. Please see the following.

  1. The same script finds the image when launched from terminal of
  local user.

  2. Do sudo su to become root user and launch the script: The scripts
  works fine.

  3. Do sudo su - to become root user and launch the script: The
  script fails to find the image on the screen

  4. Enable the UI login to root account from System preferences and
  login to root account. Launch the terminal and run the same script:
  The scripts works fine.

  Really strange that the script is not able to find image on the screen
  if you become root user using sudo su -. The script works in all
  other scenarios.

  System information:

  Sikuli Version: 1.0.1
  System: Mac 10.9.5 64 bit
  Java: java 1.6 update 51

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1480289/+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 1480058] Re: print the copied content by env.getclipboard noe working

2015-07-31 Thread Eugene S
I suggest asking your question in the users forum before raising a
defect.

First of all, read the documentation (or other questions in the user
forum) carefully. The key combination that you need to execute should
be:

type(a, KeyModifier.CTRL)
type(c, KeyModifier.CTRL)

Second, in latest version of Sikuli, Env.getClipboard() is deprecated.
App.getClipboard() should be used instead.

** Changed in: sikuli
   Status: New = Invalid

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

Title:
  print the copied content by env.getclipboard noe working

Status in Sikuli:
  Invalid

Bug description:
  regx=Region(263,380,63,29)
  doubleClick(regx)
  type(a,KEY_CMD)
  type(c,KEY_CMD)
  var= Env.getClipboard()
  print(var)

  i need the output the selected content which was copied eg content is 1234 
i have select and copied and get that in Env.getClipboard() and if i print that 
it should return 1234 as output . but iam getting  output Env.getClipBoard()..
  iam using sikuli 1.01 linux system 

  please suggest
  thank you

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1480058/+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 #269810]: Sikuli not working on Windows10

2015-07-31 Thread 皇甫春峰
Question #269810 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/269810

皇甫春峰 proposed the following answer:
@Pramendra

I think you should use java code to do a simple test.

1.Add the sikuli.jar to your classpath
2.Run the program in the console

Program.java
import org.sikuli.script.*;

public class Program {

public static void main(String[] args) {

//App.open(c:\\Program Files\\Mozilla Firefox\\Firefox.exe)
Screen s=new Screen();
App app=new App(calc.exe);
app.open();
}
}

3.C:\Users\huangc11\Desktopjava Program  #Check the calc is run or not
[log] App.open [8536:calc.exe]

-- 
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 #269810]: Sikuli not working on Windows10

2015-07-31 Thread 皇甫春峰
Question #269810 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/269810

皇甫春峰 proposed the following answer:
Add the console output for my classpath
CLASSPATH=.;C:\Program Files (x86)\Java\jdk1.6.0_45\lib\dt.jar;C:\Program Files 
(x86)\Java\jdk1.6.0_
45\lib\tools.jar;C:\Users\huangc11\Desktop\sikulixapi.jar;C:\Users\huangc11\Desktop\sikulixlibswin.j
ar;
CommonProgramFiles=C:\Program Files\Common Files

-- 
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 #269277]: Is there any way to trigger sikuli code from one machine so that it can run in parallel on other machines also?

2015-07-31 Thread Launchpad Janitor
Question #269277 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/269277

Status: Needs information = Expired

Launchpad Janitor expired the question:
This question was expired because it remained in the 'Needs information'
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


[Sikuli-driver] [Bug 1480145] [NEW] RunServer with option for arguments

2015-07-31 Thread h3kdM3x
Public bug reported:

SikuliX version 1.1.0-20150712.231026-126
Win7 Pro SP1 64 bit Microsoft Windows [Version 6.1.7601]

Run RunServer with command 

c:\Tools\SikuliX-1.1.0runsikulix.cmd -s -- arg1 arg2 arg3

sys.argv returns value None when asked to provide a list of values
during run-time 

for arg in sys.argv:
print arg

Running in IDE passed the values for sys.argv

** 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/1480145

Title:
  RunServer with option for arguments

Status in Sikuli:
  New

Bug description:
  SikuliX version 1.1.0-20150712.231026-126
  Win7 Pro SP1 64 bit Microsoft Windows [Version 6.1.7601]

  Run RunServer with command 

  c:\Tools\SikuliX-1.1.0runsikulix.cmd -s -- arg1 arg2 arg3

  sys.argv returns value None when asked to provide a list of values
  during run-time 

  for arg in sys.argv:
  print arg

  Running in IDE passed the values for sys.argv

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1480145/+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 1480145] Re: [1.1.0] RunServer should accept arguments

2015-07-31 Thread RaiMan
will add it after mid August (on vacation)

** Summary changed:

- RunServer with option for arguments
+ [1.1.0] RunServer should accept arguments

** Changed in: sikuli
   Status: New = Fix Committed

** Changed in: sikuli
   Importance: Undecided = High

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

** Changed in: sikuli
Milestone: None = 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/1480145

Title:
  [1.1.0] RunServer should accept arguments

Status in Sikuli:
  Fix Committed

Bug description:
  SikuliX version 1.1.0-20150712.231026-126
  Win7 Pro SP1 64 bit Microsoft Windows [Version 6.1.7601]

  Run RunServer with command 

  c:\Tools\SikuliX-1.1.0runsikulix.cmd -s -- arg1 arg2 arg3

  sys.argv returns value None when asked to provide a list of values
  during run-time 

  for arg in sys.argv:
  print arg

  Running in IDE passed the values for sys.argv

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1480145/+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 #269784]: copy text from text box

2015-07-31 Thread RaiMan
Question #269784 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/269784

RaiMan proposed the following answer:
@yana
you have to decide which Sikuli you want to use.
Currently you have 
https://code.google.com/p/sikuli-api/

here we are talking about SikuliX
http://sikulix.com

both are to some extent feature compatible, but the API's are totally
different and cannot be mixed without problems.

-- 
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 #269810]: Sikuli not working on Windows10

2015-07-31 Thread Pramendra
Question #269810 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/269810

Pramendra posted a new comment:
@(xpnsau) , jdk 1.6 will not work with sikuli 1.1.0.
With Sikuli 1.0.1 + JDK 1.6, still sikuli IDE is not launching in Win10.

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