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 Changed 17 years ago by Valik
- Resolution set to rejected
- Status changed from new to closed
comment:2 Changed 17 years ago by Valik
- Milestone Future Release deleted
- Version 3.2.10.0 deleted
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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.