Custom Query (3933 matches)
Results (439 - 441 of 3933)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #168 | Rejected | RunAsSet() for 3.2.11.x | ||
| Description |
Is it possible to leave the RunAsSet() function in 3.2.11.x? I understand this was replaced with RunAs() & RunAsWait(), but i really prefer the functionality of the RunAsSet() command, as it means i don't have to specify the username & password multiple times in the script. Surely its possible to have all 3 commands available? |
|||
| #174 | Fixed | au3.api for v3.2.10.0 is missing RunAsSet | ||
| Description |
The au3.api files in the 3.2.10.0 definitions have the RunAs & RunAsWait functions rather than the RunAsSet functions. |
|||
| #288 | Duplicate | GuiSetTitle | ||
| Description |
Maybe I just missed it but I can't find something like GuiSetTitle. I mean: With this function you can set the title of one of your own created windows using just its winhandle. Somthing like {{ $winhandle1 = GuiCreate("first title") $winhandle2 = GuiCreate("unused title") GuiSetTitle($winhandle1, "new title") }} You know what I mean? |
|||
