Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Year Calendar

    Hello,

    I found the day, week and moth calendar components. But I need a year calendar view. Something like the month calendar
    http://www.smartclient.com/index.jsp#compactCalendar
    but for the whole year, where each day can have different CSS for example like this:
    Code:
    January   1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31
    February  1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 
    March     1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31
    ...
    How could create that views with SmartClient?

    Greetings Thomas

    #2
    If you want all the days for a month in one row like that, start with a ListGrid, set showHeader:false, and provide data where each Record has the month name and each day number as field values.

    Comment


      #3
      Hi Thomas,

      could you please post details on how you solved the problem?

      Thank you,
      Blama

      Comment


        #4
        Hi Blama,

        I have used a DrawPane with DrawItems. With SmartClient 8.3 this approach works well!

        Regards Thomas

        Comment

        Working...
        X