Background Color of Button doesn't change
Hi,
i want to change the Background color of buttons in the RT in a function, when clicking on it
i do in a macro
public void Macro_ColorChange
{
this.DynPictures().Item("Picture1").Elements().Item("Button1").BackColor = 0xA0ACB3;
this.DynPictures().Item("Picture1").Elements().Item("Button2").BackColor = 0x32CD32;
}
But this only works if i set a breakpoint at this place and step with F8 over the lines.
help needed.
Regards
Armin
This is a migrated post! Originally posted on 07.06.2013 by user armins. Please be aware that information can be outdated.