My initial thought is that it may be a layout issue. I always start troubleshooting this kind of issue by wrapping the control in a composite and then setting that composite's background color to something hideous like sold cyan, so I can see how it's actually being layed out. This often tells me a lot.
Hello folks, first of all I want to thank for your great widgets.
I wrote a DateTimeFieldEditor based on the CDateTime widget. In the fieldeditor I instantiate the CDateTime in the following manner:
cdt = new CDateTime(parent, CDT.BORDER | CDT.SPINNER);
but it seems to me, that the border isn't painted. I use my DateTimeFieldEditor in a (surprise, surprise) PreferencePage. and a normal StringFieldEditor is painted with borders, but my DateTimeField catch one´s eye because its painted without the normal border.