Hey. I gor another Problem in my code, being a not updating Label.
$iDelay=GUICtrlRead($Initialdelay) $wDelay = GUICtrlRead($wdown) $mmDelay = GUICtrlRead($wepmmdel) $mmPress = GUICtrlRead($mmdowninput) $nDelay = GUICtrlRead($mm1) $1Press = GuiCtrlRead($downdel) ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Case $apply GUICtrlSetData($Delay1,$iDelay) GUICtrlSetData($Delay2,$wDelay) GUICtrlSetData($Delay3,$mmDelay) GUICtrlSetData($Delay4,$mmPress) GUICtrlSetData($Delay5,$nDelay) GUICtrlSetData($Delay6,$1Press)
it updates 1 time, but then it stops. I keep changing the values in my Input bars, and press apply, but it only changes once. Is there anything i have to add?