Modify ↓
#114 closed Feature Request (Rejected)
Add Optional parameter to WinList - [, WinState]
| Reported by: | MsCreatoR | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | ||
| Keywords: | WinList | Cc: |
Description
Add Optional parameter to WinList - [, WinState], so the returned array will include windows title/handle only with certain state (Hidden/Visible/Minimized/Maximized etc.).
For now, we need to loop thru array, and use two more functions to filter the state (BitAND() + WinGetState()).
Thanks.
Attachments (0)
Change History (2)
comment:1 by , 18 years ago
| Resolution: | → rejected |
|---|---|
| Status: | new → closed |
comment:2 by , 18 years ago
| Milestone: | Future Release |
|---|---|
| Version: | 3.2.10.0 |
Note:
See TracTickets
for help on using tickets.

The reason you have all the building blocks is so you can write code for yourself and we don't have to write every single feature for you. Rejected as this is quite trivial to implement as a UDF.