Я пытаюсь сделать так, чтобы текст менял цвет при нажатии кнопки.
Вот мой код :
var saa_col = window.GetProperty("Stop A.A. (red when on)", true);
Buttons.pbo = new Button(Math.max(0, ww / 2 - 226), 90, 58, 14, c, function(){fb.RunMainMenuCommand("Playback/Control/Stop after album");});
gr.GdiDrawText("STOP A.A", btn_font, saa_col ? RGB(251, 0, 0) : RGB(255, 255, 255), Math.max(0, ww / 2 - 226), 75, 58, 12, 33);
window.Repaint();
Это не работает.
Как это сделать?
Спасибо за помощь