Opened 18 years ago
Closed 17 years ago
#535 closed Feature Request (Rejected)
don't pause the script when the tray menu is open or the gui title bar is right clicked
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
Clicking on the script's tray menu or a GUI window title bar pauses the script.
This is very bad for those scripts that need to continuously execute some kind of monitoring operations.
Some good reasons to NOT make the script pauses are well explained in the following thread:
http://www.autoitscript.com/forum/index.php?showtopic=62152&hl=more++dllcallbackregister
where it is suggested a workaround.
Nevertheless, it seems reasonable that the requested feature will be natively supported in AutoIt.
Attachments (0)
Change History (2)
comment:1 by , 18 years ago
| Version: | 3.2.12.0 |
|---|
comment:2 by , 17 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
There's really not much that can be done about this due to the way AutoIt is designed. You can avoid some of it by disabling the tray menu.

Automatic ticket cleanup.