Xojo 2014 R3 my textfields yellow background

all my text fields have now a yellow background.
if I add a new textfield that background color is ok (white).

that happened after a the IDE crashed, otherwise it works fine.

It’s related to the old color type that didn’t include the alpha values. The new IDE loads your older RS code and converts &cFFFFFF to &cFFFF00 by some oddity. I’ve seen this in a number of projects that I’ve brought forward.

To fix this, I replace all instances of &cXXXXXX with &cXXXXXX00 in the RB/RS VCP files.