[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[nebula-dev] CDateTime with Border
|
- From: eclipse@xxxxxxxxxxxx
- Date: Mon, 28 Jul 2008 08:05:56 +0200 (CEST)
- Delivered-to: nebula-dev@eclipse.org
- User-agent: SquirrelMail/1.5.1
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é