[Sikuli-driver] [Bug 1967429] Re: App class doesn't have metadata after opening

2023-04-21 Thread RaiMan
** Changed in: sikuli
   Importance: High => Critical

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

Title:
  App class doesn't have metadata after opening

Status in SikuliX:
  Fix Committed

Bug description:
  This is on CentOS-7 (64 bit) with sikulix v2.0.5 on a Gnome desktop.
  If you launch an app via the App class, it launches but the App object
  thinks it failed and most of the methods will fail or provide
  incorrect information.

  Jython 2.7.2 (v2.7.2:925a3cc3b49d, Mar 21 2020, 10:03:58)
  [OpenJDK 64-Bit Server VM (Oracle Corporation)] on java17.0.1
  Type "help", "copyright", "credits" or "license" for more information.
  >>> from sikuli import *
  >>> terminal = App("/bin/gnome-terminal")
  >>> terminal.isRunning()
  False
  >>> terminal.open()
  [error] openApp:
  offset 0, count -1, length 64
  False
  >>> terminal.isRunning()
  False
  >>>

  I've tried a few other programs like glxgears and I get the same
  error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1967429/+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 1987487] Re: IDE cursor position inconsistency

2023-04-21 Thread RaiMan
** Changed in: sikuli
   Importance: High => Critical

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

Title:
  IDE cursor position inconsistency

Status in SikuliX:
  Fix Committed

Bug description:
  2.0.5, Windows 11, Java 18.0.1.1

  Editor displaying code (when sikulix function/method names are used):

  should be:

  Region.find(image)
   ^
  end position cursor

  As it is right now:

  Region.   find (image)
^
  end position cursor

  This makes working with the IDE tedious, because things I type do not
  get inserted at the correct position.

  Since this behavior is new, after switching to Win 11, I wonder what
  the reason could be?

  Thanks

  PS: Using "report a bug" does not copy version/system/java - result is
  null/null/null

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1987487/+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 1917412] Re: findBest() is not working in 2.0.5. used to work in 2.0.4

2023-04-21 Thread RaiMan
** 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 => 2.0.6

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

Title:
  findBest() is not working in 2.0.5. used to work in 2.0.4

Status in SikuliX:
  In Progress

Bug description:
  i am using below code
old=findBest(["RichMediaToolsFeat","RichMediaToolsLocal"])
  old.highlight(2)

  same code works in 2.0.4 however in latest build returns None

  output: in 2.0.5
  old.highlight(2)
  AttributeError: 'NoneType' object has no attribute 'highlight'
  though image is present on screen

  output 2.0.4
  image is found and highlighted

  request to suggest workaround as this makes build unusable for us

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1917412/+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 1920183] Re: [2.0.5] click text in region does not work --- workaround

2023-04-21 Thread RaiMan
** Changed in: sikuli
   Status: Fix Committed => In Progress

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

Title:
  [2.0.5] click text in region does not work --- workaround

Status in SikuliX:
  In Progress

Bug description:
  confirmed bug tracked on GitHub:
  https://github.com/RaiMan/SikuliX1/issues/437

  -- workaround

  click(reg.findText(someText))

  seems to work.

  -- will be fixed in 2.0.6

  Code:

  reg = 
  reg.click('text_in_region') # does not click on text

  see video https://www.screencast.com/t/yIdZvomTCvpz

  
  Seems like click is executed on relative coordinates against Screen not 
against region
  This seems like a bug
  Note that "reg.click(image_in_region.png) works s expected

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1920183/+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 1974432] Re: Env.getClipboard(): Unicode isssues in 2.0.6

2023-04-21 Thread RaiMan
** Summary changed:

- Unicode isssues in 2.0.6
+ Env.getClipboard(): Unicode isssues in 2.0.6

** 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 => 2.0.6

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

Title:
  Env.getClipboard(): Unicode isssues in 2.0.6

Status in SikuliX:
  In Progress

Bug description:
  using: sikulixidewin-2.0.6-20220409.135013-14.jar

  notepad text:
  öÖabcüã

  -

  code:

  App.focus("Notepad")
  type('a',KeyModifier.CTRL)
  wait(1)
  type('c',KeyModifier.CTRL) 
  wait(1)
  stdout=str(Env.getClipboard().encode('utf-8'))

  uprint(stdout)
  uprint("BØR")
  print (stdout)
  print ("BØR")
  -

  2.0.6. result:
  öÖabcüã
  BØR
  öÖabcüã
  BØR
  [info] Exit code: 0

  ---

  2.0.4 result:
  [log] ( Ctrl )  TYPE "a"
  [log] ( Ctrl )  TYPE "c"
  [info] Exit code: 0
  öÖabcüã
  BØR
  öÖabcüã
  BØR

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1974432/+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 1988860] Re: When I work from the office SikuliX keeps showing "SikuliX-IDE 2.0.5 is starting on Java 16"

2023-04-21 Thread RaiMan
try with 2.0.6

** Changed in: sikuli
   Status: New => Invalid

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

Title:
  When I work from the office SikuliX keeps showing  "SikuliX-IDE 2.0.5
  is starting on Java 16"

Status in SikuliX:
  Invalid

Bug description:
   SikuliX starts but gets stuck with this pop-up on screen: "SikuliX-
  IDE 2.0.5 is starting on Java 16". It happens only when I work from
  the office. But when I work from home, it works fine.  How can I solve
  this problem?

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1988860/+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 1996099] Re: targetOffset is stripped by IDE when using variables for x and y

2023-04-21 Thread RaiMan
** Changed in: sikuli
   Status: New => Opinion

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

** Changed in: sikuli
Milestone: None => 2.0.6

** Summary changed:

- targetOffset is stripped by IDE when using variables for x and y
+ Linux: targetOffset is stripped by IDE when using variables for x and y

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

Title:
  Linux: targetOffset is stripped by IDE when using variables for x and
  y

Status in SikuliX:
  Opinion

Bug description:
  Using: sikulixide-2.0.5.jar
  OS: Linux (does *not* happen on Windows)
  When I utilize variables to store x/y in targetOffset(x,y) such as:
  x = 10
  y = 130
  click(Pattern("the_image.png").targetOffset(x,y))

  If I toggle the thumbnail setting on and off, this is stripped down to:
  x = 10
  y = 130
  click("the_image.png")

  In More Options, ImageThumbs are OFF. It does not happen when they are
  ON.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1996099/+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 #696094]: Status of bug #1920183 changed to 'In Progress' in SikuliX

2023-04-21 Thread RaiMan
Bug #1920183 status changed in SikuliX:

Fix Committed => In Progress

https://bugs.launchpad.net/sikuli/+bug/1920183
"[2.0.5] click text in region does not work --- workaround"

This bug is linked to #696094.
[2.0.5] click text in region does not work --- workaround
https://answers.launchpad.net/sikuli/+question/696094

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
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 2009900] Re: [2.0.5] Blanks in ImagePath folder names make problems in IDE: image file does not exist

2023-04-21 Thread RaiMan
** Changed in: sikuli
   Status: New => In Progress

** Changed in: sikuli
   Importance: High => Medium

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

Title:
  [2.0.5] Blanks in ImagePath folder names make problems in IDE: image
  file does not exist

Status in SikuliX:
  In Progress

Bug description:
  Sikuli version = 2.0.5
  Windows 10
  JAVA JDK 17.0.6
  ---

  [error] ImagePath: find: File does not exist: 
C:\Dev\Sources\Sikuli%20Test%20Cases\CommonMobile.sikuli\1678406115469.png
  [error] ImagePath: find: File does not exist: 
C:\Dev\Sources\Sikuli%20Test%20Cases\CommonMobile.sikuli\1678406115469.png
  [error] PatternPaneTargetOffset: Can't load 
C:\Dev\Sources\Sikuli%20Test%20Cases\CommonMobile.sikuli\1678406115469.png

  File does exists in the location and the Sikuli IDE shows the image in
  the editor, when I click on the image to change the offset and
  accuracy it shows above error in the message window and fails to show
  matches on the pattern settings dialog matching preview tab, also
  fails to load image on the target offset tab.

  Eventually if I try to click on another tab I get this in the message
  window:

  Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: Cannot 
invoke "java.awt.image.BufferedImage.getWidth()" because "this._img" is null
   at 
org.sikuli.ide.PatternPaneTargetOffset.paintPatternOnly(PatternPaneTargetOffset.java:236)
   at 
org.sikuli.ide.PatternPaneTargetOffset.paintComponent(PatternPaneTargetOffset.java:170)
   at java.desktop/javax.swing.JComponent.paint(JComponent.java:1119)
   at java.desktop/javax.swing.JComponent.paintChildren(JComponent.java:952)
  ..

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/2009900/+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 1971894] Re: Win + Up Key Combination Crashing Sikuli

2023-04-21 Thread RaiMan
type(Key.UP, Key.WIN)

is the correct usage.

** Changed in: sikuli
   Status: New => Invalid

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

Title:
  Win + Up Key Combination Crashing Sikuli

Status in SikuliX:
  Invalid

Bug description:
  I want to maximize a window in Windows, so I am using the Windows + UP
  shortcut.

  type(Key.WIN, Key.UP) #produces [error] ImagePath: find: not there: .png
  #yes, it shows an empty unicode-like box
  type(Key.UP, Key.WIN) #works as expected

  For some reason switching around the order of the keys in the type command 
produces the bug.
  BTW, Sikuli is a very awesome program! Thank you for your work!

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1971894/+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 1966437] Re: Sometimes Sikuli fails to run on Ubuntu 20.04 --- Runner: runscript: silently fails

2023-04-21 Thread RaiMan
to be checked

** Summary changed:

- Sometimes Sikuli fails to run on Ubuntu 20.04
+ Sometimes Sikuli fails to run on Ubuntu 20.04 --- Runner: runscript: silently 
fails

** 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 => 2.0.6

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

Title:
  Sometimes Sikuli fails to run on Ubuntu 20.04 --- Runner: runscript:
  silently fails

Status in SikuliX:
  In Progress

Bug description:
  Sikuli version: 2.0.5
  Operating System: Ubuntu 20.04 64-bit
  Java: openjdk 11.0.14

  Summary:
  
  We have a Jenkins automated test that runs nightly using Sikuli. Most of the 
time everything works just fine. Intermittently the test will fail in a 
peculiar way. When it fails in this manner, it looks like Sikuli fails to start 
properly.

  Details:
  
  Our shell script is starting Sikuli as follows:
  export DISPLAY=:0 && java -jar sikulixide-2.0.5.jar -v -d 3 -r $d

  Where $d is the path to the Sikuli script to run.

  We added the "-v -d 3" parameters in an attempt to troubleshoot this
  bug but now we're stuck with the output that we have and need help
  getting further.

  I'll attach two log files showing the different output between a
  passed and failed run.

  From the passed run:
  [1021 debug] RunTime:loadLib: libJXGrabKey.so (success)
  [1052 debug] HotkeyManager: add Abort Hotkey: ALT+SHIFT C (67, 9)
  [1054 debug] Runner: runscript: running script: 
/home/user/shared/testsystem/display_api/C/testSDLGCWindow.sikuli/testSDLGCWindow.py
  [1055 debug] JythonRunner: starting initialization

  From the failed run:
  [987 debug] RunTime:loadLib: libJXGrabKey.so (success)
  [1013 debug] HotkeyManager: add Abort Hotkey: ALT+SHIFT C (67, 9)
  [1483 debug] RunTime:* final cleanup at System.exit() *

  What else can we do to help debug this issue?

  Thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1966437/+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 #696901]: Status of bug #1988860 changed to 'Invalid' in SikuliX

2023-04-21 Thread RaiMan
Bug #1988860 status changed in SikuliX:

New => Invalid

https://bugs.launchpad.net/sikuli/+bug/1988860
"When I work from the office SikuliX keeps showing  "SikuliX-IDE 2.0.5 is 
starting on Java 16""

This bug is linked to #696901.
 When I run SikuliX IDE SikuliX starts but gets stuck with this pop up on 
screen: "SikuliX-IDE 2.0.4 is starting on Java 11".
https://answers.launchpad.net/sikuli/+question/696901

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
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 1922785] Re: Sikuli hangs when using WaitBestList but works with FindBestList- need workaround

2023-04-21 Thread RaiMan
to be tested with 2.0.6

** 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 => 2.0.6

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

Title:
  Sikuli hangs when using WaitBestList but works with FindBestList- need
  workaround

Status in SikuliX:
  In Progress

Bug description:
  when we use WaitBestList and set a particular region to search then sikuli 
hangs. however if we use findBestList then same code work.
  we have to finally kill it from taskbar. also we can see it is consume lot of 
memory and cpu
  example
  reg = Region(20,600,1240,20)
  #reg.highlight(5)
  name=["RichMediaToolsFeat","RichMediaToolsLocal"]

  reg.waitBestList(5,name) #does not work and hangs
  #reg.findBestList(name) #works fine

  also found out that if i give bigger region then it works and does not hang
  debug logs
  [debug] Region: Key.WIN as modifier
  [debug] ( Windows )  TYPE "#UP."
  [debug] Region: ( Windows )  TYPE "#UP."
  [debug] OCR: start: Tess4J 4.5.4 using Tesseract 4.1.x
  [debug] Finder2: makeMat: INT_RGB (1280x720)
  [debug] Finder2: doFindText: Home (1360 msec): not found
  [debug] waitBest: enter
  [debug] findAnyCollect: waiting for SubFindRuns
  [debug] Image: loaded: RichMediaToolsFeat.png 
(file:/C:/Perf/Work/Groups/AntiPirates/PDFNext/Automations/FeatTests/FEAT/Unified%20Share/UI_Automation/TestFiles/AcroUIImageRepo/RichMediaToolsFeat.png)
  [debug] Image: loaded: RichMediaToolsLocal.png 
(file:/C:/Perf/Work/Groups/AntiPirates/PDFNext/Automations/FeatTests/FEAT/Unified%20Share/UI_Automation/TestFiles/AcroUIImageRepo/RichMediaToolsLocal.png)
  [debug] Image: cached: RichMediaToolsFeat.png (26 KB) (# 1 KB 26 -- 0 % of 64 
MB)
  [debug] Image: cached: RichMediaToolsLocal.png (27 KB) (# 2 KB 54 -- 0 % of 
64 MB)
  [debug] Finder2: makeMat: INT_RGB (1240x20)
  [debug] Finder2: makeMat: 3BYTE_BGR (104x88)
  [debug] Finder2: makeMat: INT_RGB (1240x20)
  [debug] Finder2: makeMat: 3BYTE_BGR (105x91)

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1922785/+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 1953070] Re: ubuntu launch err

2023-04-21 Thread RaiMan
setup on linux not complete

** Changed in: sikuli
   Status: New => Invalid

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

Title:
  ubuntu launch err

Status in SikuliX:
  Invalid

Bug description:
  SikulixIDE-2.0.5
  -
  Static hostname: ubuntu
 Icon name: computer-vm
   Chassis: vm
Machine ID: ab2004a5b1b44fb6b73d6ba152274c76
   Boot ID: 905d378e524f4d5ebe14abec07fb69d4
Virtualization: vmware
  Operating System: Ubuntu 21.10
Kernel: Linux 5.13.0-22-generic
  Architecture: x86-64
   Hardware Vendor: VMware, Inc.
Hardware Model: VMware Virtual Platform
  -
  java -version
  openjdk version "11.0.12" 2021-07-20
  OpenJDK Runtime Environment (build 11.0.12+7-Ubuntu-0ubuntu3)
  OpenJDK 64-Bit Server VM (build 11.0.12+7-Ubuntu-0ubuntu3, mixed mode, 
sharing)

  ===

  openApp('google-chrome')


  Message area:
  [error] findWindow:
  [error] error in command [wmctrl, -lpGx]
  [error] openApp:
  For input string: "existente."

  

  In fact it works. But there's always the message above.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1953070/+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 #706194]: When we can expect next release of sikuli

2023-04-21 Thread TestMechanic
Question #706194 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/706194

TestMechanic confirmed that the question is solved:
Thanks RaiMan, that solved my question.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
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 1918688] Re: Can save code but Sikuli does not know it saved

2023-04-21 Thread RaiMan
** 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 => 2.0.6

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

Title:
  Can save code but Sikuli does not know it saved

Status in SikuliX:
  In Progress

Bug description:
  Sorry for my English. I am using Sikuli 2.0.5 in Windows 10
  Enterprise|20H2|Build 19042.804|Java 11 JDK. Before I upgraded Sikuli
  to 2.0.5, the script are created in Sikuli 2.0.4|Java 8 JRE and
  editted in Sikuli 2.0.5

  However, today I just found that I cannot save Sikuli script anymore.
  I am not sure which part created the problem but I can save the script
  in my Lubuntu 20.04 VM (Sikuli 2.0.5|Java 11 JRE)

  I tried to use newer Java (Java 11 SDK) in Windows but no luck, and
  both Sikuli 2.0.4 or 2.0.5 cannot be used for editting or saving the
  script.

  Normally, I click "Run" the SikuliX will auto save my script and start to run 
my script
  But today, suddenly I cant save the script anymore.

  Please see the txt file for the error code.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1918688/+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 1919163] Re: [2.0.5] JDBC on windows doesn't work --- want a complete jar without Jython (to run with local Jython)

2023-04-21 Thread RaiMan
** Summary changed:

- [2.0.5] JDBC on windows doesn't work
+ [2.0.5] JDBC on windows doesn't work --- want a complete jar without Jython 
(to run with local Jython)

** 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 => 2.0.6

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

Title:
  [2.0.5] JDBC on windows doesn't work --- want a complete jar without
  Jython (to run with local Jython)

Status in SikuliX:
  In Progress

Bug description:
  Using sqlite-jdbc-3.34.0.jar in 2.0.5 results in the following error in the 
line:
  from com.ziclix.python.sql import zxJDBC

  
  .\sikulix\scripts\sqlite.sikuli\sqlite.py:64: RuntimeWarning: 
PyTableCode.call caught a Throwable that is not an Exception:
  java.lang.ExceptionInInitializerError
  Jython internals might be in a bad state now that can cause deadlocks later 
on.
  See http://bugs.jython.org/issue2536 for details.
from com.ziclix.python.sql import zxJDBC
  [error] script [ cgssqlite ] stopped with error in line 64
  [error] java.lang.ExceptionInInitializerError ( 
java.lang.ExceptionInInitializerError )
  [error] --- Traceback --- error source first
  line: module ( function ) statement 
  64: main (   ) from com.ziclix.python.sql import zxJDBC
  [error] --- Traceback --- end --

  It works fine in 2.0.4.
  Win 10 64 bit.
  sqlite-jdbc-3.34.0.jar is in the folder 
.AppData\Roaming\Sikulix\Extensions

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1919163/+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 1987867] Re: 2-key starts capture mode

2023-04-21 Thread RaiMan
duplicate - is accepted

** Changed in: sikuli
   Status: New => Invalid

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

Title:
  2-key starts capture mode

Status in SikuliX:
  Invalid

Bug description:
  2.0.6-SNAPSHOT-202208171145/Windows 11 (amd64)/Java 18

  The keyboard key 2 appears to be a global hot-key for taking a screen
  shot while sikulix IDE is running.

  Should that be F2?

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1987867/+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 1976241] Re: (manual) dragdrop doesn't work in Bluestacks

2023-04-21 Thread RaiMan
not accepted as SikuliX bug

** Changed in: sikuli
   Status: New => Invalid

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

Title:
  (manual) dragdrop doesn't work in Bluestacks

Status in SikuliX:
  Invalid

Bug description:
  I'm trying to automate a few things in Bluestacks (for Mac, Version
  4.270.1 (2803)) with Sikulix 2.0.5 on MacOs Monterey 12.4

  mouseclicks, find etc works fine but the dragdrop or manual mouse drag drop 
(move window up/down/left/right) doesn't work there.
  Any suggestions? Tried playing with the system delay settings but no luck. It 
worked when I tried it in the webbased bluestacks so it seems to be a 
bluestacks (virtualbox) related issue

  ```def dragdrop(x,y):
    mmd = Settings.MoveMouseDelay
    Settings.MoveMouseDelay = 1
    dragDrop(x,y)
    Settings.MoveMouseDelay = mmd

  def moveMouseXY(x,y)
    mouseMove(x)
    mouseDown(Button.LEFT)
    mouseMove(y)
    mouseUp()```

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1976241/+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 1916361] Re: pb after observeInBackgroud

2023-04-21 Thread RaiMan
observeInBackground runs as a subtask.

hence your script has to continue with some non-action to let observe
make its job

simplest: wait(FOREVER)

... but then you have to kill the script run.

** Changed in: sikuli
   Status: New => Invalid

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

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

Title:
  pb after observeInBackgroud

Status in SikuliX:
  Invalid

Bug description:
  Hi

  Win10 Pro last release, Sikuli ide 2.0.4

  this is the script...
  ErrComm Exists but sikuli don(t see it
  it means that the script pass after print("1")
  TeamV doesn't exist, it's ok, but...
  it doesn't click on ErrComm... and don't print 2 
  it's happend in BueStacks...

  
  def changeXX(event):
  #RegEventXX.stopObserver
 # while not exists(ErrComm): print("raté")
  print("1")
  while exists(okTeamV): 
  click(okTeamV)
  while exists(ErrComm): 
  click(ErrComm)   
  while exists(Debloc): click(DeblocOk)
  if not exists(ErrComm):
  print("2")
 
#  RegEventXX.observeInBackground(FOREVER)


  # imprévu
  RegEventXX.onChange(5, changeXX)
  RegEventXX.observeInBackground(FOREVER)
  # fin imprévu

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1916361/+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 1922914] Re: [2.0.5] IDE: update function name colouring

2023-04-21 Thread RaiMan
** Changed in: sikuli
   Status: Fix Committed => In Progress

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

Title:
  [2.0.5] IDE: update function name colouring

Status in SikuliX:
  In Progress

Bug description:
  when we use the ide then of color of method waitBestList is different
  an in black; excepted blue similar to findBest

  refer to attached image

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1922914/+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 #706339]: pb after observeInBackgroud

2023-04-21 Thread RaiMan
Question #706339 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/706339

Status: Open => Solved

RaiMan changed the question status:
invalid use

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
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 #706339]: pb after observeInBackgroud

2023-04-21 Thread RaiMan
Question #706339 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/706339

RaiMan posted a new comment:
observeInBackground runs as a subtask.

hence your script has to continue with some non-action to let observe
make its job

simplest: wait(FOREVER)

... but then you have to kill the script run.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
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 #706339]: pb after observeInBackgroud

2023-04-21 Thread Eric BARROT
New question #706339 on SikuliX:
https://answers.launchpad.net/sikuli/+question/706339

Hi

Win10 Pro last release, Sikuli ide 2.0.4

this is the script...
ErrComm Exists but sikuli don(t see it
it means that the script pass after print("1")
TeamV doesn't exist, it's ok, but...
it doesn't click on ErrComm... and don't print 2 
it's happend in BueStacks...


def changeXX(event):
#RegEventXX.stopObserver
   # while not exists(ErrComm): print("raté")
print("1")
while exists(okTeamV): 
click(okTeamV)
while exists(ErrComm): 
click(ErrComm)   
while exists(Debloc): click(DeblocOk)
if not exists(ErrComm):
print("2")
   
  #  RegEventXX.observeInBackground(FOREVER)



# imprévu
RegEventXX.onChange(5, changeXX)
RegEventXX.observeInBackground(FOREVER)
# fin imprévu

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
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 2000801] Re: [2.0.6] IDE not appearing when launching for the first time (odd window position) --- fixed

2023-04-21 Thread RaiMan
** Changed in: sikuli
   Status: In Progress => Fix Committed

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

Title:
  [2.0.6] IDE not appearing when launching for the first time (odd
  window position) --- fixed

Status in SikuliX:
  Fix Committed

Bug description:
  Sikuli (2.0.6 for Windows 64 bits Java 17) doesn't appear on screen
  when launching for the first time.

  Sikuli is there but It's out of the window.

  The problem is provoked by the load of default values for the IDE
  position and IDE Size. When I debugged the program I realized that the
  IDE Location and IDE Size were out of scope. Something like X:-32500,
  Y:7500

  There's a workaround consisting of Editing the Registry Keys of Windows
  \HKEY_CURRENT_USER\SOFTWARE\JavaSoft\Prefs\org\sikuli\script
  and setting the values to something acceptable.

  The code sets default values when UserType is < 0. Maybe this happens
  because I've had older versions of Sikuli in my computer and it
  recognized partially my configuration. I remember that long time ago
  this information stayed in a config file.

  Thanks for all the effort in this tool.

  It is great

  Happy new year.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/2000801/+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 2008628] Re: [2.0.6] getLastMatch() returns null/None after wait/find/exists --- fixed

2023-04-21 Thread RaiMan
** Changed in: sikuli
   Status: In Progress => Fix Committed

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

Title:
  [2.0.6] getLastMatch() returns null/None after wait/find/exists ---
  fixed

Status in SikuliX:
  Fix Committed

Bug description:
  I wanted to reuse code from another sikuli script, so I've followed
  your documentation about that:
  https://sikulix-2014.readthedocs.io/en/latest/scripting.html#importing-
  other-sikuli-scripts-reuse-code-and-images

  And one of the prerequisites says that my imported script MUST include this 
for its first line:
  from sikuli import *

  However, when I import everything from Sikuli as requested, things
  didn't work as before. I've isolated the code and basically:

  
  from Sikuli import *

  wait(, FOREVER)
  print 'Debugging point:', getLastMatch()
  click(getLastMatch())

  
  That doesn't click anything, however, it finds the pattern but prints 
"Debugging point: None"

  But the following two solutions work:

  1. Work with the returned Match:

  
  from Sikuli import *

  click(wait(, FOREVER))

  
  2.  Remove the importing line

  
  wait(, FOREVER)
  click(getLastMatch())


  Maybe more of a report than a question, but, is this the intended
  behavior? I was expecting the "getLastMatch()" to continue working as
  expected. Seems a little odd that stops working as before and no
  documentation explaining it..

  Thank you in advance for this awesome tool!

  
  --- System Info:
  OS: Windows 10
  Not sure what else could be helpful here

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/2008628/+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 #705498]: Status of bug #2008628 changed to 'Fix Committed' in SikuliX

2023-04-21 Thread RaiMan
Bug #2008628 status changed in SikuliX:

In Progress => Fix Committed

https://bugs.launchpad.net/sikuli/+bug/2008628
"[2.0.6] getLastMatch() returns null/None after wait/find/exists --- fixed"

This bug is linked to #705498.
getLastMatch returns None when importing Sikuli 
https://answers.launchpad.net/sikuli/+question/705498

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
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 #703866]: Lookign for sikulixapi-2.0.4 or 2.0.5 with recent log4j 2

2023-04-21 Thread RaiMan
Question #703866 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/703866

Status: Answered => Expired

RaiMan changed the question status:
no feedback

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
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 #704121]: Without making any changes, suddenly getting a ImportError No module named pandas when trying to use import csv

2023-04-21 Thread RaiMan
Question #704121 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/704121

Status: Answered => Expired

RaiMan changed the question status:
no feedback

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
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 #704083]: Sharing Sikulx projects between computers (and different OS)

2023-04-21 Thread RaiMan
Question #704083 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/704083

Status: Answered => Expired

RaiMan changed the question status:
no feedback

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
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 #704189]: NameError: name 'use' is not defined

2023-04-21 Thread RaiMan
Question #704189 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/704189

Status: Answered => Expired

RaiMan changed the question status:
no feedback

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
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 #705755]: key 2 causes Sikuli to take screenshot even when not in focus

2023-04-21 Thread RaiMan
Question #705755 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/705755

Status: Answered => Solved

RaiMan changed the question status:
tracked on GitHub

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
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 #705863]: Sikulix 2.0.5 I want use requests (HTTP for Humans)

2023-04-21 Thread RaiMan
Question #705863 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/705863

Status: Answered => Expired

RaiMan changed the question status:
no feedback

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
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 #705972]: communicate with python

2023-04-21 Thread RaiMan
Question #705972 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/705972

Status: Answered => Expired

RaiMan changed the question status:
no feedback

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
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 #705997]: /run/someScript --- run a script (someScript.sikuli in folder someFolder), Can we use a HTTP url instead of someScript folder --- not a feature

2023-04-21 Thread RaiMan
Question #705997 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/705997

Summary changed to:
/run/someScript --- run a script (someScript.sikuli in folder someFolder), Can 
we use a HTTP url instead of someScript folder --- not a feature

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
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 #705997]: /run/someScript --- run a script (someScript.sikuli in folder someFolder), Can we use a HTTP url instead of someScript folder

2023-04-21 Thread RaiMan
Question #705997 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/705997

Status: Answered => Solved

RaiMan changed the question status:
currently not a feature --- but might be worth to put it on the list.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
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 #706007]: Can I run SikuliX inside a django project?

2023-04-21 Thread RaiMan
Question #706007 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/706007

Status: Answered => Expired

RaiMan changed the question status:
no feedback

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
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 #706020]: connection with the mysql database

2023-04-21 Thread RaiMan
Question #706020 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/706020

Status: Answered => Expired

RaiMan changed the question status:
no feedback

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
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 #706194]: When we can expect next release of sikuli

2023-04-21 Thread RaiMan
Question #706194 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/706194

Status: Answered => Solved

RaiMan changed the question status:
answered

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
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 #706107]: SikuliX 2.0.5 on Ubuntu 22.04 OS. Please Guide me with the steps.

2023-04-21 Thread RaiMan
Question #706107 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/706107

Status: Answered => Expired

RaiMan changed the question status:
no feedback

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
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 #706170]: [2.0.5] after changing a method imported inside another method, IDE restart needed

2023-04-21 Thread RaiMan
Question #706170 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/706170

Status: Answered => Expired

RaiMan changed the question status:
no feedback

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
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 #706301]: [request] trigger script runs with hotkeys --- not a feature yet

2023-04-21 Thread RaiMan
Question #706301 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/706301

Status: Answered => Solved

RaiMan changed the question status:
tracked on Github

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
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 #706028]: Sikuli script stops working without throwing any error or any exception, it just waits where there is no wait function

2023-04-21 Thread RaiMan
Question #706028 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/706028

Status: Open => Expired

RaiMan changed the question status:
no reaction

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
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 2000801] Re: [2.0.6] IDE not appearing when launching for the first time (odd window position)

2023-04-21 Thread RaiMan
** Changed in: sikuli
   Importance: High => Critical

** Summary changed:

- [2.0.6] IDE not appearing when launching for the first time (odd window 
position)
+ [2.0.6] IDE not appearing when launching for the first time (odd window 
position) --- fixed

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

Title:
  [2.0.6] IDE not appearing when launching for the first time (odd
  window position) --- fixed

Status in SikuliX:
  In Progress

Bug description:
  Sikuli (2.0.6 for Windows 64 bits Java 17) doesn't appear on screen
  when launching for the first time.

  Sikuli is there but It's out of the window.

  The problem is provoked by the load of default values for the IDE
  position and IDE Size. When I debugged the program I realized that the
  IDE Location and IDE Size were out of scope. Something like X:-32500,
  Y:7500

  There's a workaround consisting of Editing the Registry Keys of Windows
  \HKEY_CURRENT_USER\SOFTWARE\JavaSoft\Prefs\org\sikuli\script
  and setting the values to something acceptable.

  The code sets default values when UserType is < 0. Maybe this happens
  because I've had older versions of Sikuli in my computer and it
  recognized partially my configuration. I remember that long time ago
  this information stayed in a config file.

  Thanks for all the effort in this tool.

  It is great

  Happy new year.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/2000801/+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 #706168]: i want the software to press the buttons shown on the screen, but i dont know how

2023-04-21 Thread RaiMan
Question #706168 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/706168

Status: Answered => Expired

RaiMan changed the question status:
no reaction

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
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 #699797]: [error] Mouse: not useable (blocked) --- but click works

2023-04-21 Thread RaiMan
Question #699797 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/699797

RaiMan proposed the following answer:
Are you using HiRes monitors?

In my non-HiRes environment I cannot reproduce this problem.

If possible you might test with 2.0.6-snapshot (from GitHub).

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
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 #706028]: Sikuli script stops working without throwing any error or any exception, it just waits where there is no wait function

2023-04-21 Thread Yesh Biswakarma
Question #706028 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/706028

Status: Answered => Open

Yesh Biswakarma is still having a problem:
Okk

On Fri, Apr 21, 2023, 7:55 PM RaiMan 
wrote:

> Your question #706028 on SikuliX changed:
> https://answers.launchpad.net/sikuli/+question/706028
>
> RaiMan proposed the following answer:
> No chance to help without having a text sample and the real script, that
> fails.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/sikuli/+question/706028/+confirm?answer_id=6
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/sikuli/+question/706028
>
> You received this question notification because you asked the question.
>

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
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 #706028]: Sikuli script stops working without throwing any error or any exception, it just waits where there is no wait function

2023-04-21 Thread RaiMan
Question #706028 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/706028

RaiMan proposed the following answer:
No chance to help without having a text sample and the real script, that
fails.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
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 #705923]: Sikulix Freezing On Large Projects

2023-04-21 Thread RaiMan
Question #705923 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/705923

RaiMan posted a new comment:
sorry, no experience

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
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 #705951]: Sikulix subprocess module overflow error

2023-04-21 Thread RaiMan
Question #705951 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/705951

Status: Open => Answered

RaiMan proposed the following answer:
Might be.

... but the only way, to get nearer is to run your stuff directly with
Jython since there is no SikuliX feature involved.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
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 #706301]: [request] trigger script runs with hotkeys --- not a feature yet

2023-04-21 Thread RaiMan
Question #706301 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/706301

Description changed to:
the request is tracked on GitHub:
https://github.com/RaiMan/SikuliX1/issues/579


Can you consider adding a hotkey to run it?
For example, if I created 3 scripts, I would like to set them to F1, F2, and F3 
respectively.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
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 #706301]: Regarding the hotkey issue of the software.

2023-04-21 Thread RaiMan
Question #706301 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/706301

RaiMan proposed the following answer:
@waterking
As mentioned: there is currently no feature, that allows to run a script 
triggered by a hotkey.

But generally it is possible to run script code, that is implemented in
functions (def runAtHotkey(): ...) as a reaction to a hotkey press.

See here for the general usage layout:
https://sikulix-2014.readthedocs.io/en/latest/interaction.html#listening-to-global-hotkeys

Bea aware: It needs some deeper understanding of Python scripting with
stuff, that is implemented elsewhere (e.g. other scripts) and needs to
be imported for use and run.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
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 #706301]: [request] trigger script runs with hotkeys --- not a feature yet

2023-04-21 Thread RaiMan
Question #706301 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/706301

Summary changed to:
[request] trigger script runs with hotkeys --- not a feature yet

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
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 #706301]: Regarding the hotkey issue of the software.

2023-04-21 Thread RaiMan
Question #706301 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/706301

Status: Open => Answered

RaiMan proposed the following answer:
@Joe L.Thompson:
SikuliX currently does not have such a general Hotkey setup feature in the 
Preferences.

Surely it might be possible to arrange a systemwide hotkey, that runs a
SikuliX script from command line, but this has the disadvantage, that
with every activation, you have the startup delay of some seconds and
you have to assure, that only one script runs and terminates, before
another script can start.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
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