Announcement

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

    #16
    It works, for smartclient Version "v8.3p_2013-04-15"
    Thanks

    Comment


      #17
      We believe that everything covered in this and related threads is now fixed/available in 8.3 and 9.0, as of builds dated May 1 and later.

      Comment


        #18
        Originally posted by levi View Post
        * Saw the same trouble with too narrow Lane "title field" width: the title is cut off, not even wrapped. Is this field also possible to change width?
        I did not yet search for a way to change it's width, but you can just override the nobr tag like:

        Java:
        Code:
        calendar.setStyleName("bookingCalendar");
        and:

        CSS:
        Code:
        .bookingCalendar nobr {white-space:normal}
        Care though, this should enable wrapping all over the calendar.

        Comment


          #19
          Hi,
          we've tested the new features of our sponsorship for the timeline and except for one feature they work just fine.
          When the getDateCSSText method is called, the wrong "date" parameter are given.
          I think it's shifted by one column of the timeline, so that the lanefield column get's the first visible date and the last date column get's "null".

          I'm using the smartclient version "v9.0d_2013-06-12"

          Regards Marcus
          Last edited by MarcusZ; 13 Jun 2013, 04:27. Reason: just added some text

          Comment


            #20
            We'll fix this before the weekend

            Comment


              #21
              Please retest with tomorrow's build

              Comment


                #22
                it works just fine, in smartclient version "v9.0d_2013-06-17".
                Every point of our sponsorship is now fulfilled. Thank you

                Regards
                Marcus

                Comment


                  #23
                  Hi,
                  i've got another requirement for the timeline. we'd like to catch each click on a label column cell of the timeline.
                  Is there any way to achieve this? Or is this feature planned anytime soon?

                  Regards
                  Marcus

                  Comment


                    #24
                    You can specify the laneFields yourself and have them implement ListGridField.recordClick(), or any other listGridField APIs

                    Comment


                      #25
                      Originally posted by MarcusZ View Post
                      Hi,
                      i've got a few more improvements for the timeline.
                      - It would be nice if it's possible to change the background color for the weekend, like it's already possible for the current day.
                      It looks like this feature request was implemented but I can't seem to find it in SmartGWT.
                      Is it refering to disabled weekends being styled different or has this just not been exposed to SmartGWT?

                      I am interested in having the weekend background color changed even though the weekends are not disabled.

                      Comment


                        #26
                        Which version of SmartGWT?

                        In version 5.1 and later, you can install a DateStyleCustomizer, which can show any date in a given CSS style, or DateCSSTextCustomizer, which can inject a string of CSS text.
                        Last edited by Isomorphic; 8 Nov 2016, 02:45.

                        Comment


                          #27
                          Ahh great, thank you, thats just what I need.

                          Comment

                          Working...
                          X