EditBoxEmpty problem(solved)

haibo19981984

08-03-2011 03:40:43

Just as image.
I don't know how to set the selection area's text color in EditBoxEmpty.
Anybody can solve it?

Altren

08-03-2011 12:11:44

The problem is that selection area is black with alpha and selected text is black too, that's why you can't see anything on black background. This colour is inverted text colour.
There are three different ways to solve your problem:
- change background colour;
- change text's colour;
- set "InvertSelected" property to false, so selected text will be white and selected area - white with alpha.

haibo19981984

09-03-2011 03:14:30

Thanks!