Custom Query (3927 matches)
Results (34 - 36 of 3927)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #909 | No Bug | WinActivate / WinExists / WinTitleMatchMode Title Bug | ||
| Description |
Hello, --1-- Open the AutoIt Help and execute this code line: WinActivate("Auto")
It does'nt take effect even the WinTitleMatchMode is set on option 2, altough the title is "AutoIt Help". But WinActivate("AutoIt Help")
--2-- Open your Opera Browser. The title of it in German is "Schnellwahl - Opera", in English I THINK "Speed Dial - Opera" But this Opt("WinTitleMatchMode",1) ;without this line too, because its default
If WinExists("Opera") Then MsgBox("","","OK")
execute the Message Box, altough Opera is not at the beginn of the title. My Setting: German AutoIt 3.3.0.0 + WinXP Pro SP3 |
|||
| #1137 | Completed | Change RegEnumKey/RegEnumVal error return to be more sensible. | ||
| Description |
Hello, I hope it will not be 'is a feature, not a bug' ;) Both functions, RegEnumKey / RegEnumVal, delivers if there is no valid key or no more key available german sentence like 'Das System kann die angegebene Datei nicht finden' Or 'Es sind keine Daten mehr verfügbar'. So I have to use always additional string function to check the return value of it. The string info is more exact than the available error codes (differents between 'not exist' and 'not anymore exists'. How about a Return Value like and add this different as a new error cde. Thanks for reading, Sebastian |
|||
| #1231 | Rejected | strange wildcards behaviour with filecopy | ||
| Description |
Hello, If I use this piece of code for a "abcdef.ghi" file: FileCopy('abcde*.ghi','tmp\abcde*.ghi',9)
Auotit copy that file correct, but the name has changed to 'abcdeabcdef.ghi'. With kindly regards, Sebastian |
|||
