Custom Query (3931 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (451 - 453 of 3931)

Ticket Resolution Summary Owner Reporter
#452 No Bug virus found in v3.2.12.1 released (12th June, 2008) allison@…
Description

it apears there is a virus or a virus signature found in autoitsc.bin that was installed from the version v3.2.12.1 released (12th June, 2008)

can you advise if this indeed a virus or just a 'problem' with my anti-virus checking

the anti-virus software is Grisoft's AVG 8.0.138

Kindest regards

Allison Clements

#453 No Bug ControlSend dont work properly h3ir
Description

Full Thread: http://www.autoitscript.com/forum/index.php?showtopic=76409

I tried this thing:

ControlSend("Der Herr der Ringe Online: Schatten von Angmar", "", "", "c")

It doesnt work! When I Focus the Window like that:

ControlFocus ("Der Herr der Ringe Online: Schatten von Angmar", "", "")
ControlSend("Der Herr der Ringe Online: Schatten von Angmar", "", "", "c")

He sends the key, but the window ist focused

And this:

 Global $Window = WinGetTitle("[CLASS:CLIENT]")

While 1
Tryout()
WEnd

Func Tryout()
    While 1
    ControlSend($Window, "", "", "2")
    Exit
    ExitLoop
    WEnd
EndFunc

Doesnt work like the first thing...

#454 Completed FileRead handle files as UTF-8 even BOM is missing Nitrogen
Description

I have many UTF-8 file without BOM. When I tried to open files using the UTF-8 flag and use fileread to read the content, however, fileread is TOO SMART and treat it as ANSI.

I suggest if using fileread to read a file directly (ie FileRead(FileName, length), fileread can determine filetype using BOM automatically.

if using fileread to read an opened file (ie FileRead(FileHandle, length) ), fileread will follow the filemode assigned in FileOpen.

Thanks!

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