Discussion:
[nebula-dev] New topic in forum Nebula, called CDateTime shows analog clock regardless of CLOCK_DISCRETE setting, by Jens Rabe
f***@eclipse.org
2017-05-15 14:23:59 UTC
Permalink
I am using the CDateTime from Nebula to present the user a date/time selector. This is how I invoke it:

_startDateTime =
new CDateTime(composite, CDT.BORDER | CDT.TAB_FIELDS | CDT.CLOCK_24_HOUR | CDT.CLOCK_DISCRETE | CDT.DROP_DOWN | CDT.DATE_MEDIUM | CDT.TIME_MEDIUM);

Although I specified CDT_DISCRETE, the analog clock is shown when the drop down is clicked. How can I have the digital clock shown?

To participate in the discussion, go here: https://www.eclipse.org/forums/index.php?t=rview&frm_id=64
Loading...