CDateTime border [message #580731] |
Thu, 05 April 2007 10:51 |
Eclipse User |
|
|
|
Originally posted by: bsimpson.mstc.state.ms.us
I'm using the CDateTime widget in an RCP app on a simple Composite
inside a WizardPage. It seems to function ok, but I can't get the usual
border to appear. I'm creating it like this:
CDateTime beginDT = new CDateTime(c, CDT.BORDER | CDT.DROP_DOWN |
CDT.DATE_SHORT | CDT.TAB_FIELDS);
If it matters, I'm using a GridLayout and setting the GridData like so:
GridDataFactory.fillDefaults().align(SWT.CENTER, SWT.CENTER).hint(70,
SWT.DEFAULT).applyTo(beginDT);
Normal Combos on the same Composite have their borders painted correctly.
|
|
|
Powered by
FUDForum. Page generated in 0.07168 seconds