Modify ↓
Opened 17 years ago
Closed 17 years ago
#1005 closed Bug (Fixed)
TraySetClick bug
| Reported by: | timsky | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| Milestone: | 3.3.1.2 | Component: | AutoIt |
| Version: | 3.3.0.0 | Severity: | None |
| Keywords: | TraySetClick | Cc: |
Description
Environment = 3.3.0.0 under WIN_XP/Service Pack 3 X86
Setting TraySetClick(64) causes menu to show on mouseover too :)
Example:
TraySetClick(64) While 1 Sleep(100) Wend
Attachments (0)
Change History (3)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Looking again I think 64 as defined is more a 63.
So I will document 64 as the hovering.
comment:3 by , 17 years ago
| Milestone: | → 3.3.1.2 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed in version: 3.3.1.2
Note:
See TracTickets
for help on using tickets.

Hm, indeed, it's strange... I can confirm (tested also on 3.2.8.1, 3.12.1.0, and latest beta).
But if it's a really bug, then i think this behaviour (hover event) should be added anyway to the TraySetClick function :)