Avatar

Level 3

Hello again!

I can´t find anywhere the code for changing the background color of a TextField, anyone knows?

I tried:

    

     TextField.border.fill.color.value = "255,255,255";      // doesn´t change bg color

     TextField.caption.font.fill.color.value = "255,255,255";     // doesn´t change bg color

     TextField.value.rectangle.fill.color.value = "153,153,153";      // doesn´t change bg color

Bur none of them works!