| CalenderField [message #780804] |
Thu, 19 January 2012 07:49  |
Bertin Kiekebosch Messages: 223 Registered: August 2011 |
Senior Member |
|
|
Hi,
I did some little tests with the CalendarField (SWT version). So I can show the calendarfield on a form, add a provider, override AbstractCalendarItemProvider.execLoadItems to add some items to it.
I have some more questions about it:
When I start the calendar I like to show the current week of one employee with items in it. I can do this with a provider as explainde above. But when the user skips to the next week or month, how can I load the additional items in it?
Can I manipulate the "background"? For example some employees work part-time. It would be nice to reflect this in the "background" of the calender. I mean the same effect as the noon hour (12:00 to 13:00). This is always with a darker colour.
How to move items? @Override getConfiguredMoveItemEnabled() does not do anything
Regards bertin
|
|
|