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.
Good luck, Jack -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, July 28, 2008 1:06 AM To: [email protected] Subject: [nebula-dev] CDateTime with Border 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. Any Idea? regards, René _______________________________________________ nebula-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/nebula-dev _______________________________________________ nebula-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/nebula-dev
