Custom Query (3917 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (310 - 312 of 3917)

Ticket Resolution Summary Owner Reporter
#558 Duplicate Documentation Error FrozenTeeth
Description

In the windows help file I found a possible error. Please verify.

_IECreate shows:

$f_takeFocus

Optional: specifies whether to bring the attached window to focus 0 = Bring window into focus 1 = (Default) bring window into focus

Is this feature not implemented or should 0 be don't bring window into focus?

#559 No Bug FileCopy does not work when there is a file exist with the same name of the "dest dir" anonymous
Description

FileCopy does not work when there is a file exist with the same name of the "dest dir"

code: FileCopy("c:\aaa\*.txt", "c:\bbb", 9)

the file "c:\bbb"(not dir) is already exist then FileCopy does not work.

#560 Duplicate WinWait and similar functions fails if in TITLE parameter there is form caption and after that CLASS name description (in that order) blackgilmor@…
Description

WinWain function, and other similar, fails when in title parameter is typed "[TITLE:SomeName;CLASS:TfSomeName]" (in that order). Class name parameter isn't checked so if there is any other opened form with caption "SomeName", or runs any application called "SomeName", function WinWait will finish with positive result, even if class name of that form/app is different than TfSomeName. If WinWait parameters will be typed in different order: "[CLASS:TfSomeName;TITLE:SomeName]" there is no problem.

Test case: I'm submiting very simple app with two forms: MainForm and SomeName form. SomeName form is being created, just after mouse click on button on MainForm. My app is named SomeName, so when you will be run my WrongTestScript.au3 you will get message box before mouse click on button on main form. When you will be executing WellTestScript.au3, this message will appear only after mouse click on that button, which is correct.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.