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 #527127] 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 #527158 is a reply to message #527127] Wed, 14 April 2010 08:49 Go to previous messageGo to next 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.
>
Re: CalendarCombo None and Today buttons in wrong place [message #722907 is a reply to message #527127] Wed, 07 September 2011 07:03 Go to previous messageGo to next message
Caleb  is currently offline Caleb Friend
Messages: 22
Registered: July 2009
Junior Member
Here's a screenshot: http://i.imgur.com/pOEaL.png
Re: CalendarCombo None and Today buttons in wrong place [message #723981 is a reply to message #722907] Sat, 10 September 2011 07:14 Go to previous message
Caleb  is currently offline Caleb Friend
Messages: 22
Registered: July 2009
Junior Member
I opened a bug and submitted a patch: https://bugs.eclipse.org/bugs/show_bug.cgi?id=357302
Previous Topic:CalendarCombo - in an editor part - bug found
Next Topic:CalendarCombo problem
Goto Forum:
  


Current Time: Fri Apr 19 23:43:39 GMT 2024

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

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

Back to the top