Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Nebula » CDateTime border
CDateTime border [message #580731] Thu, 05 April 2007 14:51
Eclipse UserFriend
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.
Previous Topic:GridViewer available
Next Topic:Merging two adjacent cells in Grid
Goto Forum:
  


Current Time: Sat Apr 20 02:03:28 GMT 2024

Powered by FUDForum. Page generated in 0.03306 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top