For the validation of Textfields I use the ${NSD_OnChange} to link to the validation function.
The validation-function then uses SetCtlColors to set the background of the textfield red.
The validation itself works fine(it also disables the Next button, which works perfect and without delay), unfortunately the Backgroundcolor change doesn't.
When I input a "wrong" value the Background first doesn't change at all and then(when i move the cursor or type in another character) changes weirdly like so:
(http://imageshack.us/photo/my-images/707/bughfd.png/)only when i move the cursor the background changes properly to red.
How do I fix this Problem? Is it a bug?