Modify

#3648 closed Bug (No Bug)

_ISPressed not working with "GUI_WS_EX_PARENTDRAG"

Reported by: Memnon Owned by: Melba23
Milestone: Component: Standard UDFs
Version: 3.3.14.2 Severity: None
Keywords: Cc:

Description

Attachments (0)

Change History (5)

comment:1 by Jon, on May 13, 2020 at 9:51:30 PM

Component: AutoItStandard UDFs

comment:2 by Jpm, on May 15, 2020 at 3:54:36 PM

I am lost can you post here a repro script and explanation of what is wrong
Thanks

comment:3 by Jpm, on May 15, 2020 at 4:12:12 PM

Owner: set to Jpm
Status: newassigned

comment:4 by Melba23, on Jun 4, 2020 at 6:38:07 PM

Owner: changed from Jpm to Melba23

The problem is that your picture control covers the entire GUI and needs to be active for the PARENTDRAG functionality to work. But if it is active then AutoIt eats the mouseclick as a return from the pic control. Disabling the control allows the MouseGetPos to work, but then the PARENTDRAG does not.

No bug - just the standard AutoIt "overlapping control" behaviour.

M23

comment:5 by Melba23, on Jun 4, 2020 at 8:58:45 PM

Resolution: No Bug
Status: assignedclosed

Modify Ticket

Action
as closed The owner will remain Melba23.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.