I'm trying to use a Calendar widget in my application but I'm having problems with it:
- My application has a vertical splitted layout which is resizable. In the left there is a list of items that open in the right part (just like a feed reader or a mail application).
- In the right panel, I have a tabpanel and I open sections in tabs.
- One of the tabs has a Calendar widget.
With version 1.0b2 and 1.1:
- The calendar is drawn correctly for the day and week view, but the month view is not drawn. If I resize the panel, I get this error:
And then, the month view header (the one with Sun, Mon, Tue...) is drawn above all the views.
With version 1.1:
I have an event on 2009/05/22 from 13:00 to 13:59. It is displayed correctly in the day view, but in the week view it is displayed on 2009/05/23. It does not happen with version 1.0b2.
- My application has a vertical splitted layout which is resizable. In the left there is a list of items that open in the right part (just like a feed reader or a mail application).
- In the right panel, I have a tabpanel and I open sections in tabs.
- One of the tabs has a Calendar widget.
With version 1.0b2 and 1.1:
- The calendar is drawn correctly for the day and week view, but the month view is not drawn. If I resize the panel, I get this error:
Code:
13:06:11.612:MUP3[E]:WARN:drawing:isc_OID_27_monthView:draw() called on widget with current drawn state: handleDrawn, ignoring. [Stack trace logged via Firebug: FBugTrace0]
With version 1.1:
I have an event on 2009/05/22 from 13:00 to 13:59. It is displayed correctly in the day view, but in the week view it is displayed on 2009/05/23. It does not happen with version 1.0b2.
Comment