Opened 15 years ago

Last modified 13 years ago

#1492 closed Bug

Problem with listview AND $WS_EX_COMPOSITED in a gui — at Initial Version

Reported by: funkey Owned by:
Milestone: Component: AutoIt
Version: 3.3.4.0 Severity: None
Keywords: Cc:

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)

Change History (0)

Note: See TracTickets for help on using tickets.