Custom Query (3927 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (394 - 396 of 3927)

Ticket Resolution Summary Owner Reporter
#1492 No Bug Problem with listview AND $WS_EX_COMPOSITED in a gui Jon funkey
Description

I have high CPU load and there is no listview visible.

;Problem with listview AND $WS_EX_COMPOSITED in a gui

$Form1 = GUICreate("Bug-Test", 200, 200, -1, -1, -1, BitOR(0x02000000, 0x00000010)); $WS_EX_COMPOSITED, WS_EX_ACCEPTFILES))
$hLV = GUICtrlCreateListView("", 10, 10, 180, 180)

GUISetState(@SW_SHOW)

While 1
    $nMsg = GUIGetMsg()
    Switch $nMsg
        Case -3
            Exit
    EndSwitch
WEnd

AutoIt:3.3.4.0 (Os:WIN_XP/X86/Service Pack 2 Language:0407 Keyboard:00000407 Cpu:X64)

#1494 No Bug Turkish Characters gets trasnlated to english with INIWrite and ConsoleWrite anonymous
Description

Hi,

When I'm trying to output text via ConsoleWrite or INIWrite I notice that Turkish characters are tranlated to english counterparts. This is causing error in string comparisons.

If I write turkish dotless i (ı) I notice that it was converted to i during INIWrite and ConsoleWrite.

Can you add Encoding to INIread/Write and ConsoleWrite as in FileWrite and FileRead ?

Best Regards, KeremE

#1495 No Bug HelpFile Bug snify@…
Description

_FileListToArray is wrong please correct the @error example

#Include <File.au3> #Include <Array.au3>

$FileList=_FileListToArray(@DesktopDir) If @Error=4 Then

MsgBox (0,"","No Folders Found.") Exit

EndIf If @Error=1 Then

MsgBox (0,"","No Files Found.") Exit

EndIf _ArrayDisplay($FileList,"$FileList")

Greetz Snify

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