hello there, I lost the focus to my initial problem for a while. But yesterday, when I tried to use the CDateTime Widget in a Wizard i got the same problem. There is no border painted, when using CDateTime the following way:
final CDateTime cdt = new CDateTime(shell, CDT.BORDER | CDT.SPINNER); I found out, that it seems to depend on the OS. On my mac the border is painted, on my windows pc it isn't regards, Rene Groeschke Am 28.07.2008 um 13:50 schrieb Jack Davis: 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 _______________________________________________ nebula-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/nebula-dev
