Modify ↓
Opened 8 years ago
Closed 6 years ago
#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 , 6 years ago
| Component: | AutoIt → Standard UDFs |
|---|
comment:2 by , 6 years ago
comment:3 by , 6 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:4 by , 6 years ago
| 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 , 6 years ago
| 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