hi ich
schreibe ne gui wo ich songs einer liste abbilde mit labels.
wenn ich nun einen song abspiele soll ein hintergrund dunkel werden. soweit so gut
spiele ich nun einen anderen ab soll der wieder transparent sein. bedeutet ich muss bei 50 liedern
like if $x = true then
GuiGUICtrlSetBkColor($lsong1, 0x000000)
GUICtrlSetBkColor($lsong2, $GUI_BKCOLOR_TRANSPARENT)
GUICtrlSetBkColor($lsong3, $GUI_BKCOLOR_TRANSPARENT)
GUICtrlSetBkColor($lsong4, $GUI_BKCOLOR_TRANSPARENT)
GUICtrlSetBkColor($lsong5, $GUI_BKCOLOR_TRANSPARENT)
GUICtrlSetBkColor($lsong6, $GUI_BKCOLOR_TRANSPARENT)
..........
endif
so vorgehen oder gibt es da ne lösung mit weniger copy and paste arbeit.
Danke schon mal