Re: [Sikuli-driver] [Question #695366]: Request details for suggesting sikuli for organization

2022-05-30 Thread Roderick Nelson
Question #695366 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/695366

Roderick Nelson proposed the following answer:
Very important issue!

-- 
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 1976241] [NEW] (manual) dragdrop doesn't work in Bluestacks

2022-05-30 Thread Rene
Public bug reported:

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()```

** Affects: sikuli
 Importance: Undecided
 Status: New

** Description changed:

  I'm trying to automate a few things in Bluestacks (for Mac, Version
- 4.270.1 (2803))
+ 4.270.1 (2803)) with Sikulix 2.0.5
  
  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
+   mmd = Settings.MoveMouseDelay
+   Settings.MoveMouseDelay = 1
+   dragDrop(x,y)
+   Settings.MoveMouseDelay = mmd
  
  def moveMouseXY(x,y)
-   mouseMove(x)
-   mouseDown(Button.LEFT)
-   mouseMove(y)
-   mouseUp()```
+   mouseMove(x)
+   mouseDown(Button.LEFT)
+   mouseMove(y)
+   mouseUp()```

** Description changed:

  I'm trying to automate a few things in Bluestacks (for Mac, Version
- 4.270.1 (2803)) with Sikulix 2.0.5
+ 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()```

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

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


Re: [Sikuli-driver] [Question #701798]: Button fails to activate

2022-05-30 Thread Launchpad Janitor
Question #701798 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/701798

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