|
From: Jeff H. <je...@Ac...> - 2005-08-11 22:02:20
|
> Depending on the theme:
>
> style map TEntry -fieldbackground {invalid #FF7777}
>
> This doesn't work everywhere -- in particular, it will have
> no effect on Windows XP (since the EP_EDITTEXT theme part
> always uses system colors, and there's no ETS_* flag
> corresponding to an "invalid" state). "-foreground"
> ought to work in all themes AFAIK.
I will adjust my use to use a red foreground rather than
the lightyellow bg for invalid that we had. However, this
isn't ideal for those cases where an empty entry field is
also not valid ...
Thanks,
Jeff
|