Hallo nochmal!
Schon das nächste Problem ![]()
Global $GUI_Gui = GUICreate("ListView-GUI", @DesktopWidth - 300, @DesktopHeight - 100, -1, -1, -2133917184, 0x02000000)
GUISetBkColor(0xFFFFFF)
Global $GUI_center_list = GUICtrlCreateListView("|Test1|Test2|Test3", 200, 45, 800, 200, -1, 0x00000004)
;GUICtrlSetBkColor(-1, 0x00FF00)
GUICtrlCreateListViewItem("|Test|Bla|fasdf", $GUI_center_list)
GUISetState()
Do
Sleep(10)
Until GUIGetMsg() = -3
Warum flimmert hier das ListView so extrem? Auch der Ex-Style Doublebuffer hilft nicht weiter. Im Beispiel läufts... ![]()