The administrator has disabled public write access.
Re:textbox setcolor not working
Matthias
Posts: 64
Re:textbox setcolor not working 6 Years ago
Hi Thomas,
you probably have only the textbox widget or at least it's the first
widget defined. Then it is automatically selected, because it is able
to receive user inputs for scrolling its content.
This is why you have to use setSelColor() in this case.
Labels cannot be selected, so setColor() works for them.