Custom Query (3927 matches)
Results (394 - 396 of 3927)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1492 | No Bug | Problem with listview AND $WS_EX_COMPOSITED in a gui | ||
| 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 | ||
| 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 | ||
| Description |
_FileListToArray is wrong please correct the @error example #Include <File.au3> #Include <Array.au3> $FileList=_FileListToArray(@DesktopDir) If @Error=4 Then
EndIf If @Error=1 Then
EndIf _ArrayDisplay($FileList,"$FileList") Greetz Snify |
|||
