[Sikuli-driver] [Bug 1831795] [NEW] Unable to open sikuli

2019-06-05 Thread Thep-ananh VIRATHAVONE
Public bug reported:

I download sikuli.jar from the website because sikuli in ubuntu is still
unresolved (ref
https://bugs.launchpad.net/ubuntu/+source/sikulix/+bug/1793852) so I
download Jython and Jruby and when I launch sikuli I got "Neither jython
nor Jurby available, IDE ... please refer to the doc for solution" I
have both jython and jruby so I don't understand, lastly, can you do and
.appimage? would greatly appreciate it

sikuli version 1.1.4
ubuntu 18.04 x64

(this computer has openjdk 8 and 11, jython 2.7.1+repack-5~18.04 and
jruby 9.1.17.0-1~18.04)

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

Title:
  Unable to open sikuli

Status in Sikuli:
  New

Bug description:
  I download sikuli.jar from the website because sikuli in ubuntu is
  still unresolved (ref
  https://bugs.launchpad.net/ubuntu/+source/sikulix/+bug/1793852) so I
  download Jython and Jruby and when I launch sikuli I got "Neither
  jython nor Jurby available, IDE ... please refer to the doc for
  solution" I have both jython and jruby so I don't understand, lastly,
  can you do and .appimage? would greatly appreciate it

  sikuli version 1.1.4
  ubuntu 18.04 x64

  (this computer has openjdk 8 and 11, jython 2.7.1+repack-5~18.04 and
  jruby 9.1.17.0-1~18.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1831795/+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 #681239]: Append log msg in existing file

2019-06-05 Thread Manfred Hampl
Question #681239 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/681239

Status: Open => Answered

Manfred Hampl proposed the following answer:
Just an idea, not sure whether it works:

According to
https://stackoverflow.com/questions/8043356/file-write-printstream-append
it is possible to create a printStream in append mode:

PrintStream writetoEngineer = new PrintStream(
 new FileOutputStream("Engineer.txt", true));

instead of the simple
PrintStream writetoEngineer = new PrintStream("Engineer.txt");

Maybe it is possible in Sikuli to add a second parameter to
Debug.setLogFile and Debug.setUserLogFile to specify "append" (if the
file already exists).

-- 
You received this question notification because your team Sikuli Drivers
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 #681205]: can't update code

2019-06-05 Thread masuo
Question #681205 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/681205

Status: Open => Answered

masuo proposed the following answer:
There is a similar question.
https://answers.launchpad.net/sikuli/+question/663114

-- 
You received this question notification because your team Sikuli Drivers
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 #680972]: sikulix robot framework

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

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 your team Sikuli Drivers
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 #681239]: Append log msg in existing file

2019-06-05 Thread dongleilin
New question #681239 on Sikuli:
https://answers.launchpad.net/sikuli/+question/681239

I have been read https://answers.launchpad.net/sikuli/+question/280290...

Can I append log msg in existing file now?

-- 
You received this question notification because your team Sikuli Drivers
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 513312] Re: [1.1.x] Invalid key code when ":" included in a string with type() --- request: should be possible

2019-06-05 Thread Jeevanand Kuharaj
I recently upgraded my test system from Sikuli 1.1.1 to 1.1.4 and since then I 
have a strange issue with the following code:
type("r", KeyModifier.WIN)

it seems to work just fine on its own but when used later in the code it
causes a java.lang.IllegalArgumentException Key: Not supported
character: r

I've also tried:
type('r', KeyModifier.WIN)
type("r", Key.WIN)
type('r', Key.WIN)

keyDown(Key.WIN)
type("r")
keyUp(Key.WIN)

they all fail.

What could cause this? I haven't change the part of my code in question
since upgrading and it always worked just fine with 1.1.1

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

Title:
  [1.1.x] Invalid key code when ":" included in a string with type() ---
  request: should be possible

Status in Sikuli:
  In Progress

Bug description:
  Trying the following code:
  type("cd C:\\temp\\\r");
  The result is:
  [sikuli] type: 'cd C:\temp\
  ' +0
  [sikuli] [Error] source lineNo: 2
  [sikuli] [Error] Traceback (innermost last):
File "C:\DOCUME~1\ADMINI~1\CONFIG~1\Temp\sikuli-tmp3784144668038766078.py", 
line 2, in ?
File "C:\Archivos de 
programa\Sikuli\sikuli-ide-full.jar\Lib/python/edu/mit/csail/uid/Sikuli.py", 
line 403, in type
at sun.awt.windows.WRobotPeer.keyPress(Native Method)

  at java.awt.Robot.keyPress(Unknown Source)

  at
  edu.mit.csail.uid.SikuliScript.doType(SikuliScript.java:409)

  at
  edu.mit.csail.uid.SikuliScript.doType(SikuliScript.java:410)

  at
  edu.mit.csail.uid.SikuliScript.doType(SikuliScript.java:401)

  at
  edu.mit.csail.uid.SikuliScript.type_ch(SikuliScript.java:504)

  at edu.mit.csail.uid.SikuliScript.type(SikuliScript.java:542)

  at edu.mit.csail.uid.SikuliScript.type(SikuliScript.java:390)

  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

  at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

  at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
  Source)

  at java.lang.reflect.Method.invoke(Unknown Source)

  
  java.lang.IllegalArgumentException: java.lang.IllegalArgumentException: 
Invalid key code

  I am using Windows XP (Spanish) and Sikuli latest version.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/513312/+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