Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Nebula » CalendarCombo None and Today buttons in wrong place
CalendarCombo None and Today buttons in wrong place [message #599455] Wed, 14 April 2010 08:05 Go to next message
nir dweck is currently offline nir dweckFriend
Messages: 17
Registered: April 2010
Junior Member
Hi,
I am using CalendarCombo and the "None" and "Today" buttons are drawn on the bottom line (below first week of the next month) instead of being underneath it. my code:

m_validTill = new CalendarCombo(m_composite, SWT.NONE, false);
m_validTill.setLayoutData(new GridData(SWT.BEGINNING, SWT.FILL, true, false, 1, 1));
m_validTill.setDate(SysCfg.Todday);
m_validTill.setDisallowBeforeDate(SysCfg.Todday);

I couldn't take a screen shot because whenever i press another button the combo is closed.

Thanks,
Nir.
Re: CalendarCombo None and Today buttons in wrong place [message #599473 is a reply to message #599455] Wed, 14 April 2010 08:49 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Most screenshot tools have a countdown to make a screenshot (at my Mac
has and I also used Win32 software which supports this).

Tom

Am 14.04.10 10:05, schrieb nir dweck:
> Hi,
> I am using CalendarCombo and the "None" and "Today" buttons are drawn on
> the bottom line (below first week of the next month) instead of being
> underneath it. my code:
>
> m_validTill = new CalendarCombo(m_composite, SWT.NONE, false);
> m_validTill.setLayoutData(new GridData(SWT.BEGINNING, SWT.FILL, true,
> false, 1, 1));
> m_validTill.setDate(SysCfg.Todday);
> m_validTill.setDisallowBeforeDate(SysCfg.Todday);
>
> I couldn't take a screen shot because whenever i press another button
> the combo is closed.
>
> Thanks, Nir.
>
Previous Topic:My Gannt Chart Appl crashes with "No more handles"
Next Topic:Popup Menu on Column of Grid
Goto Forum:
  


Current Time: Wed Sep 25 23:56:18 GMT 2024

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

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

Back to the top