﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1492	Problem with listview AND $WS_EX_COMPOSITED in a gui	funkey	Jon	"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)"	Bug	closed		AutoIt	3.3.4.0	None	No Bug		
