Custom Query (3927 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 3927)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Resolution Summary Owner Reporter
#909 No Bug WinActivate / WinExists / WinTitleMatchMode Title Bug xelotiac@…
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")

works.

--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. Valik xelotiac@…
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 Jon xelotiac@…
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

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.