|
From: Geoffrey De S. (JIRA) <no...@at...> - 2006-08-29 09:30:24
|
NachoCalendarDateFieldBinder component's height is wrong.
---------------------------------------------------------
Key: RCP-399
URL: http://opensource.atlassian.com/projects/spring/browse/RCP-399
Project: Spring Framework Rich Client Project
Type: Bug
Components: Binding System
Versions: 0.1.0
Reporter: Geoffrey De Smet
Assigned to: Geoffrey De Smet
Priority: Trivial
Fix For: 0.2.0
Attachments: screenshot-1.jpg
See http://forum.springframework.org/showthread.php?t=28551
The rows of the NachoCalendarDateField don't have the correct height compared to the other comboboxes.
Maybe some additional props can be set in this part of the code:
if (dateFormat != null) {
dateField = new DateField(new DateFormatter(new SimpleDateFormat(dateFormat)));
dateField.setRenderer(new DefaultDayRenderer());
dateField.setHeaderRenderer(new DefaultHeaderRenderer());
} else {
dateField = CalendarFactory.createDateField();
}
Patches welcome.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/spring/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|
|
From: Geoffrey De S. (JIRA) <no...@at...> - 2006-08-29 09:30:24
|
[ http://opensource.atlassian.com/projects/spring/browse/RCP-399?page=all ] Geoffrey De Smet updated RCP-399: --------------------------------- Attachment: screenshot-1.jpg > NachoCalendarDateFieldBinder component's height is wrong. > --------------------------------------------------------- > > Key: RCP-399 > URL: http://opensource.atlassian.com/projects/spring/browse/RCP-399 > Project: Spring Framework Rich Client Project > Type: Bug > Components: Binding System > Versions: 0.1.0 > Reporter: Geoffrey De Smet > Assignee: Geoffrey De Smet > Priority: Trivial > Fix For: 0.2.0 > Attachments: screenshot-1.jpg > > See http://forum.springframework.org/showthread.php?t=28551 > The rows of the NachoCalendarDateField don't have the correct height compared to the other comboboxes. > Maybe some additional props can be set in this part of the code: > if (dateFormat != null) { > dateField = new DateField(new DateFormatter(new SimpleDateFormat(dateFormat))); > dateField.setRenderer(new DefaultDayRenderer()); > dateField.setHeaderRenderer(new DefaultHeaderRenderer()); > } else { > dateField = CalendarFactory.createDateField(); > } > Patches welcome. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/spring/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
From: Jan H. (JIRA) <no...@at...> - 2006-09-14 12:59:31
|
[ http://opensource.atlassian.com/projects/spring/browse/RCP-399?page=all ] Jan Hoskens updated RCP-399: ---------------------------- Fix Version: (was: 0.2.0) 0.3.0 > NachoCalendarDateFieldBinder component's height is wrong. > --------------------------------------------------------- > > Key: RCP-399 > URL: http://opensource.atlassian.com/projects/spring/browse/RCP-399 > Project: Spring Framework Rich Client Project > Type: Bug > Components: Binding System > Versions: 0.1.0 > Reporter: Geoffrey De Smet > Assignee: Geoffrey De Smet > Priority: Trivial > Fix For: 0.3.0 > Attachments: screenshot-1.jpg > > See http://forum.springframework.org/showthread.php?t=28551 > The rows of the NachoCalendarDateField don't have the correct height compared to the other comboboxes. > Maybe some additional props can be set in this part of the code: > if (dateFormat != null) { > dateField = new DateField(new DateFormatter(new SimpleDateFormat(dateFormat))); > dateField.setRenderer(new DefaultDayRenderer()); > dateField.setHeaderRenderer(new DefaultHeaderRenderer()); > } else { > dateField = CalendarFactory.createDateField(); > } > Patches welcome. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/spring/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
From: Benoit X. (JIRA) <no...@at...> - 2006-10-30 13:39:48
|
[ http://opensource.atlassian.com/projects/spring/browse/RCP-399?page=comments#action_20531 ] Benoit Xhenseval commented on RCP-399: -------------------------------------- I've faced this one too and decided to change NachoCalendar itself (it is hardcoded in Nacho's code) > NachoCalendarDateFieldBinder component's height is wrong. > --------------------------------------------------------- > > Key: RCP-399 > URL: http://opensource.atlassian.com/projects/spring/browse/RCP-399 > Project: Spring Framework Rich Client Project > Type: Bug > Components: Binding System > Versions: 0.1.0 > Reporter: Geoffrey De Smet > Assignee: Geoffrey De Smet > Priority: Trivial > Fix For: 0.3.0 > Attachments: screenshot-1.jpg > > See http://forum.springframework.org/showthread.php?t=28551 > The rows of the NachoCalendarDateField don't have the correct height compared to the other comboboxes. > Maybe some additional props can be set in this part of the code: > if (dateFormat != null) { > dateField = new DateField(new DateFormatter(new SimpleDateFormat(dateFormat))); > dateField.setRenderer(new DefaultDayRenderer()); > dateField.setHeaderRenderer(new DefaultHeaderRenderer()); > } else { > dateField = CalendarFactory.createDateField(); > } > Patches welcome. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/spring/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
From: Geoffrey De S. (JIRA) <no...@at...> - 2006-10-30 14:49:52
|
[ http://opensource.atlassian.com/projects/spring/browse/RCP-399?page=comments#action_20534 ] Geoffrey De Smet commented on RCP-399: -------------------------------------- Did you send a patch back to the NachoCalendar creator? I did that when the binding wasn't working and it got fixed a few weeks later for 0.23, the version we are now using. If this would be fixed for 0.24, it would be very nice :) > NachoCalendarDateFieldBinder component's height is wrong. > --------------------------------------------------------- > > Key: RCP-399 > URL: http://opensource.atlassian.com/projects/spring/browse/RCP-399 > Project: Spring Framework Rich Client Project > Type: Bug > Components: Binding System > Versions: 0.1.0 > Reporter: Geoffrey De Smet > Assignee: Geoffrey De Smet > Priority: Trivial > Fix For: 0.3.0 > Attachments: screenshot-1.jpg > > See http://forum.springframework.org/showthread.php?t=28551 > The rows of the NachoCalendarDateField don't have the correct height compared to the other comboboxes. > Maybe some additional props can be set in this part of the code: > if (dateFormat != null) { > dateField = new DateField(new DateFormatter(new SimpleDateFormat(dateFormat))); > dateField.setRenderer(new DefaultDayRenderer()); > dateField.setHeaderRenderer(new DefaultHeaderRenderer()); > } else { > dateField = CalendarFactory.createDateField(); > } > Patches welcome. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/spring/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
From: Benoit X. (JIRA) <no...@at...> - 2006-10-30 14:54:49
|
[ http://opensource.atlassian.com/projects/spring/browse/RCP-399?page=comments#action_20535 ] Benoit Xhenseval commented on RCP-399: -------------------------------------- Hi Geoffrey, As per my email to the list, I have not heard for quite some time from the NachoCalendar developer. I made a few changes and raised bugs and features requests, with patches but no answer at all. I tried 2 emails, including his sourceforge one. May be you have his private email or more luck than I had? At the moment, my patch is simply to change the hardcoded height to the one that I'm interested in (I did not want to start making it more flexible until I knew that he would be interested in it) Benoit > NachoCalendarDateFieldBinder component's height is wrong. > --------------------------------------------------------- > > Key: RCP-399 > URL: http://opensource.atlassian.com/projects/spring/browse/RCP-399 > Project: Spring Framework Rich Client Project > Type: Bug > Components: Binding System > Versions: 0.1.0 > Reporter: Geoffrey De Smet > Assignee: Geoffrey De Smet > Priority: Trivial > Fix For: 0.3.0 > Attachments: screenshot-1.jpg > > See http://forum.springframework.org/showthread.php?t=28551 > The rows of the NachoCalendarDateField don't have the correct height compared to the other comboboxes. > Maybe some additional props can be set in this part of the code: > if (dateFormat != null) { > dateField = new DateField(new DateFormatter(new SimpleDateFormat(dateFormat))); > dateField.setRenderer(new DefaultDayRenderer()); > dateField.setHeaderRenderer(new DefaultHeaderRenderer()); > } else { > dateField = CalendarFactory.createDateField(); > } > Patches welcome. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/spring/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
From: Peter De B. (JIRA) <no...@at...> - 2007-12-06 13:52:16
|
[ http://opensource.atlassian.com/projects/spring/browse/RCP-399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Peter De Bruycker resolved RCP-399.
-----------------------------------
Assignee: Peter De Bruycker (was: Geoffrey De Smet)
Resolution: Fixed
Fixed by creating an anonymous subclass of DateField, and manipulating the height of the preferred size.
> NachoCalendarDateFieldBinder component's height is wrong.
> ---------------------------------------------------------
>
> Key: RCP-399
> URL: http://opensource.atlassian.com/projects/spring/browse/RCP-399
> Project: Spring Framework Rich Client Project
> Issue Type: Bug
> Components: Binding System
> Affects Versions: 0.1.0
> Reporter: Geoffrey De Smet
> Assignee: Peter De Bruycker
> Priority: Trivial
> Fix For: 0.3.0
>
> Attachments: screenshot-1.jpg
>
>
> See http://forum.springframework.org/showthread.php?t=28551
> The rows of the NachoCalendarDateField don't have the correct height compared to the other comboboxes.
> Maybe some additional props can be set in this part of the code:
> if (dateFormat != null) {
> dateField = new DateField(new DateFormatter(new SimpleDateFormat(dateFormat)));
> dateField.setRenderer(new DefaultDayRenderer());
> dateField.setHeaderRenderer(new DefaultHeaderRenderer());
> } else {
> dateField = CalendarFactory.createDateField();
> }
> Patches welcome.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/spring/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|