← Back to team overview

sikuli-driver team mailing list archive

[Bug 1223587] Re: Windows dragDrop an Explorer Window

 

I just checked on my Win7-64: works perfectly.

Take care (as mentioned by Rob), that the click point of match object
"corner" is at least 30 pixel right of the left side. Left of that, you
cannot drag the window even manually.

Use Preview -> TragetOffset to check and correct.

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

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

** Summary changed:

- Windows dragDrop an Explorer Window
+ [1.0.1] Windows: dragDrop an Explorer Window

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

Title:
  [1.0.1] Windows: dragDrop an Explorer Window

Status in Sikuli:
  Opinion

Bug description:
  I'm unable to write a simple script to grab the top of an explorer
  window and move it to an offset of 50,50.  Did this get broken?

  corner = find([image of a corner of the explorer window])
  dragDrop(corner, corner.offset(Location(50,50)))

  It seems to find the corner and the offset, it just seems like it
  never clicks.

  windows 7 64-bit,  the 1.01 sikuli

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1223587/+subscriptions


References