Skip to main content



      Home
Home » Eclipse Projects » Nebula » CDateTime: Some thoughts and qeustions
CDateTime: Some thoughts and qeustions [message #584207] Mon, 27 August 2007 15:48
Eclipse UserFriend
Hi

I am using the latest release of the CDateTime widget in my RCP and it's quite nice. Thank you guys.

Right now, I would need to know if there is a possibility to have a date-selection only for month and year in the
DROP_DOWN style? I am using this style at different ui-locations and switching to a spinner would be kind of
inconsistent. I couldn't find a flag for this. Is is planned to include a similar feature? (I am not confident to do it
by my own)

In addition there seem to be a bug when using the calendar and time style. Its sounds strange but when initiating my
widgets with date-objects (master details pattern) and changing the selection later on, the date is set right but the
time is still the one from the former selection . I solved it quite dirty with setting the date-value twice

protected void initWidgets() {
if(tia != null){
dateField.setSelection(tia.getDate());
dateField.setSelection(tia.getDate());

Finally: Is there a new release in the near future? I am using 0.9.0 since more than a year now and I haven't heard
anything about a new release.

best regards
-- Marc
Previous Topic:CopyPaste option in GridViewer
Next Topic:PGroup toggle behaviour
Goto Forum:
  


Current Time: Sat Jul 05 07:40:25 EDT 2025

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

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

Back to the top