Custom Query (3910 matches)
Results (340 - 342 of 3910)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #341 | Rejected | Extend TraySetIcon() undocumented keywords | ||
| Description |
Currently TraySetIcon() supports 5 (seemingly) undocumented internally defined keywords: blank info question stop warning For example, TraySetIcon("blank") sets the blank icon (normally used for making the tray icon blink ) as the primary tray icon without needing to specify a filename or icon index number. The other 4 keywords seem to load messagebox icons (from user32.exe?). My requested feature is to add "normal" and "pause" as keywords specifying the normal and paused tray icons as well as a keyword for the 4th interal AutoIt icon (I'm unsure of its purpose; it's a square with a plus in the center). "normal" would be primarily for use with TraySetPauseIcon(). It would also make sense to add these kywords to the documentation; they're quite handy. |
|||
| #342 | Rejected | Syntax Check after Build/Compile | ||
| Description |
I find it interesting to compile / build a script syntax check first, interrupting the process of having errors, warning of these. It's normal to minor modifications (retouch a MsgBox for example) are not testing the change and inadvertently introduce errors. |
|||
| #343 | Rejected | Window checks to return only visible windows (option) | ||
| Description |
Opt("WinCheckVisible") 0 = Check all windows (default) 1 = Check only visible windows The Window checking functions (WinExists() etc.) would work only on visible windows if "WinCheckVisible" is set to 1. Presumably most of the automation is done on visible windows so only one setting would remove the need of checking the visual state of a window every time. |
|||
