I have a vertical field manager, inside it are numerous horizontal field manager. in each horizontal field manager there are 1 bitmapfield and another verticalfield manager ( 3 label fields).
I was able to change the background color(GRADIENT) of the horizontal fieldmanager to which ever has the focus. But i want to change the color (WHITE) of the labelfields within that manager on focus and change back the color (BLACK) when unfocus. Also, the isFocus() doesnt work on paint for both manager and label field.
Try this