Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Nebula » CalendarCombo bug?
CalendarCombo bug? [message #52175] Wed, 30 April 2008 14:46 Go to next message
David  Pérez is currently offline David PérezFriend
Messages: 228
Registered: July 2009
Senior Member
Hi,

I have tried CalendarCombo and if I edit by hand the edit field without
using the calendar popup, the date isn't really updated.

DateChooserCombo has similar problems when modifying the edit field.
Is this a known issue?
Re: CalendarCombo bug? [message #52202 is a reply to message #52175] Wed, 30 April 2008 14:48 Go to previous messageGo to next message
David  Pérez is currently offline David PérezFriend
Messages: 228
Registered: July 2009
Senior Member
Another issue, the order of the date and month doesn't take into account
the current locale.

I have a Spanish locale set, and the month is shown before the date.
DateChooserCombo works ok.

David Perez wrote:

> Hi,

> I have tried CalendarCombo and if I edit by hand the edit field without
> using the calendar popup, the date isn't really updated.

> DateChooserCombo has similar problems when modifying the edit field.
> Is this a known issue?
Re: CalendarCombo bug? [message #52253 is a reply to message #52175] Wed, 30 April 2008 23:28 Go to previous messageGo to next message
Emil Crumhorn is currently offline Emil CrumhornFriend
Messages: 169
Registered: July 2009
Senior Member
This bug has recently been fixed along with other updates. Due to nightly
builds not working, please download the CVS code and try that, it should
fixe your problem.

Emil

"David Perez" <craquerpro@yahoo.es> wrote in message
news:d250b860c15368202d3a3beb47271261$1@www.eclipse.org...
> Hi,
>
> I have tried CalendarCombo and if I edit by hand the edit field without
> using the calendar popup, the date isn't really updated.
>
> DateChooserCombo has similar problems when modifying the edit field.
> Is this a known issue?
>
Re: CalendarCombo bug? [message #52279 is a reply to message #52202] Wed, 30 April 2008 23:56 Go to previous messageGo to next message
Emil Crumhorn is currently offline Emil CrumhornFriend
Messages: 169
Registered: July 2009
Senior Member
That is/was a bug indeed. Surprised I hadn't implemented that. I've made all
the appropriate code changes and committed new code to CVS. This will add a
method you can override as well in the settings called getLocale(). By
default it will return Locale.getDefault(), so if you're on a Spanish locale
and your Windows is set up as such, it should default to Spanish.

Let me know if you still run into issues,
Regards,
Emil

"David Perez" <craquerpro@yahoo.es> wrote in message
news:467ebb16a6c2eed914467e7b22a41fcd$1@www.eclipse.org...
> Another issue, the order of the date and month doesn't take into account
> the current locale.
>
> I have a Spanish locale set, and the month is shown before the date.
> DateChooserCombo works ok.
>
> David Perez wrote:
>
>> Hi,
>
>> I have tried CalendarCombo and if I edit by hand the edit field without
>> using the calendar popup, the date isn't really updated.
>
>> DateChooserCombo has similar problems when modifying the edit field.
>> Is this a known issue?
>
>
Re: CalendarCombo bug? [message #52369 is a reply to message #52253] Wed, 07 May 2008 10:01 Go to previous message
David  Pérez is currently offline David PérezFriend
Messages: 228
Registered: July 2009
Senior Member
Thanks :-)

Emil Crumhorn wrote:

> This bug has recently been fixed along with other updates. Due to nightly
> builds not working, please download the CVS code and try that, it should
> fixe your problem.

> Emil

> "David Perez" <craquerpro@yahoo.es> wrote in message
> news:d250b860c15368202d3a3beb47271261$1@www.eclipse.org...
>> Hi,
>>
>> I have tried CalendarCombo and if I edit by hand the edit field without
>> using the calendar popup, the date isn't really updated.
>>
>> DateChooserCombo has similar problems when modifying the edit field.
>> Is this a known issue?
>>
Re: CalendarCombo bug? [message #589530 is a reply to message #52175] Wed, 30 April 2008 14:48 Go to previous message
David  Pérez is currently offline David PérezFriend
Messages: 228
Registered: July 2009
Senior Member
Another issue, the order of the date and month doesn't take into account
the current locale.

I have a Spanish locale set, and the month is shown before the date.
DateChooserCombo works ok.

David Perez wrote:

> Hi,

> I have tried CalendarCombo and if I edit by hand the edit field without
> using the calendar popup, the date isn't really updated.

> DateChooserCombo has similar problems when modifying the edit field.
> Is this a known issue?
Re: CalendarCombo bug? [message #589552 is a reply to message #52175] Wed, 30 April 2008 23:28 Go to previous message
Emil Crumhorn is currently offline Emil CrumhornFriend
Messages: 169
Registered: July 2009
Senior Member
This bug has recently been fixed along with other updates. Due to nightly
builds not working, please download the CVS code and try that, it should
fixe your problem.

Emil

"David Perez" <craquerpro@yahoo.es> wrote in message
news:d250b860c15368202d3a3beb47271261$1@www.eclipse.org...
> Hi,
>
> I have tried CalendarCombo and if I edit by hand the edit field without
> using the calendar popup, the date isn't really updated.
>
> DateChooserCombo has similar problems when modifying the edit field.
> Is this a known issue?
>
Re: CalendarCombo bug? [message #589559 is a reply to message #52202] Wed, 30 April 2008 23:56 Go to previous message
Emil Crumhorn is currently offline Emil CrumhornFriend
Messages: 169
Registered: July 2009
Senior Member
That is/was a bug indeed. Surprised I hadn't implemented that. I've made all
the appropriate code changes and committed new code to CVS. This will add a
method you can override as well in the settings called getLocale(). By
default it will return Locale.getDefault(), so if you're on a Spanish locale
and your Windows is set up as such, it should default to Spanish.

Let me know if you still run into issues,
Regards,
Emil

"David Perez" <craquerpro@yahoo.es> wrote in message
news:467ebb16a6c2eed914467e7b22a41fcd$1@www.eclipse.org...
> Another issue, the order of the date and month doesn't take into account
> the current locale.
>
> I have a Spanish locale set, and the month is shown before the date.
> DateChooserCombo works ok.
>
> David Perez wrote:
>
>> Hi,
>
>> I have tried CalendarCombo and if I edit by hand the edit field without
>> using the calendar popup, the date isn't really updated.
>
>> DateChooserCombo has similar problems when modifying the edit field.
>> Is this a known issue?
>
>
Re: CalendarCombo bug? [message #589597 is a reply to message #52253] Wed, 07 May 2008 10:01 Go to previous message
David  Pérez is currently offline David PérezFriend
Messages: 228
Registered: July 2009
Senior Member
Thanks :-)

Emil Crumhorn wrote:

> This bug has recently been fixed along with other updates. Due to nightly
> builds not working, please download the CVS code and try that, it should
> fixe your problem.

> Emil

> "David Perez" <craquerpro@yahoo.es> wrote in message
> news:d250b860c15368202d3a3beb47271261$1@www.eclipse.org...
>> Hi,
>>
>> I have tried CalendarCombo and if I edit by hand the edit field without
>> using the calendar popup, the date isn't really updated.
>>
>> DateChooserCombo has similar problems when modifying the edit field.
>> Is this a known issue?
>>
Previous Topic:Multi cell copy paste in nebula brid
Next Topic:Calender with highlighted dates
Goto Forum:
  


Current Time: Tue Jul 30 22:39:00 GMT 2024

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

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

Back to the top