Opened 12 years ago
Closed 12 years ago
#2497 closed Feature Request (Wont Fix)
Window Titles and Text (Advanced) - Proposal
| Reported by: | mlipok | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | Documentation | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
in "Window Titles and Text (Advanced)"
Please add an example:
WinActivate("[REGEXPCLASS:Not\w{3}d]", "")
WinWaitActive("[LAST]", "")
ControlSend('[LAST]','','Edit1','Test')
Its presents how to use REGEXPCLASS and LAST.
Since there was such an example.
And, of course, please make an appropriate description.
Attachments (0)
Change History (6)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Yes I know.
But all examples of:
<a href="../intro/windowsadvanced.htm">Title special definition</a>
can be considered as incomplete.
It depends on the approach to a data examples.
In this part of the documentation can be regarded as sufficient.
I think so.
And it is this part of the documentation I was thinking of writing this report.
comment:3 by , 12 years ago
mlipok,
LAST is used in the same way as ACTIVE, REGEXPCLASS as REGEXPTITLE. As there are examples for both of those I see no point in adding further examples which would be little more than copies.
M23
comment:4 by , 12 years ago
| Resolution: | → Fixed |
|---|---|
| Status: | new → closed |
comment:5 by , 12 years ago
| Resolution: | Fixed |
|---|---|
| Status: | closed → reopened |
comment:6 by , 12 years ago
| Resolution: | → Wont Fix |
|---|---|
| Status: | reopened → closed |

The example you've provided isn't complete.