Modify ↓
Opened on Aug 3, 2018 at 8:53:31 AM
Closed on Jun 4, 2020 at 8:58:45 PM
#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
https://www.autoitscript.com/forum/topic/195130-gui-with-_ispressed-and-mousegetpos/
i am not sure if its a bug or it has to be like that
Attachments (0)
Change History (5)
comment:1 by , on May 13, 2020 at 9:51:30 PM
| Component: | AutoIt → Standard UDFs |
|---|
comment:3 by , on May 15, 2020 at 4:12:12 PM
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:4 by , on Jun 4, 2020 at 6:38:07 PM
| Owner: | changed from to |
|---|
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 , on Jun 4, 2020 at 8:58:45 PM
| Resolution: | → No Bug |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

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