Announcement

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

    OverlapSortSpecifiers for Calendar

    Using 4.0 the rendering accidental did work (as if it would be used). In 4.1 it doesn't. That's ok, but we need to order events visually on calendar as well.

    Can OverlapSortSpecifiers feature to be added to Calendar in 4.1?

    #2
    Possibly - we'll investigate in the next day or so and let you know.

    Comment


      #3
      OverlapSortSpecifiers now work in vertical Calendar views as well as horizontal timelines. Please retest with a build dated April 30 or later.

      Comment


        #4
        Tested with SmartGWT 4.1p 2014-04-30. It looks great.

        Thank you for the quick solution!

        Comment


          #5
          OverlapSortSpecifiers

          Hello ,
          I try to use OverlapSortSpecifiers in my calendar (I can not find the right implementation) :
          The issue is that in the first load the blue event is displayed first and then the yellow one (see attached file "events before modif")

          When I do then some modification/creation in the displayed events, the event order is inversed. (see attached file "calendareventsAfterModif")

          I want to be able to choose which event to put on right and which one in left (or to maintain the same order)

          I noticed that we have the same behaviour in the showcase when we expand/collapse a event (the longest event is always in left).

          Can you help me plz:
          the name of record attribute is "type"
          my code :
          Code:
          		SortSpecifier[] overlapSortSpecifiers = 
                          {new SortSpecifier("type", SortDirection.DESCENDING)};
          		setOverlapSortSpecifiers(overlapSortSpecifiers);
          Attached Files
          Last edited by zelda; 3 Sep 2015, 07:56.

          Comment


            #6
            See the FAQ about details we need in order to help - at the very least, we always need an exact SmartGWT version.

            The first thing to do is update to the latest build of whatever version you are using, from smartclient.com/builds.

            If you still see issues, we'll need your version and other details listed in the FAQ and, in this case, a standalone, runnable test-case that demonstrates the problem.

            Comment


              #7
              Hello,

              I need to stay with the smartgwt 4 because upgrade will cause so many regression in the application ;


              Please can i have solution to use this attribute :setOverloapSortSpecifiers () with the smartgwt 4 :there is another property that do the same thing

              so urgent

              Thinks
              Last edited by signora; 19 Nov 2015, 03:32. Reason: correct

              Comment


                #8
                If you need to stick with SmartGWT 4.0, instead of updating to a more recent version, then that's fine. But you still need to update to thge latest build of 4.0 from smartclient.com/builds.

                Comment


                  #9
                  any implementation of overloap specifiers with SmartGWT 4.0 ???
                  so urgent

                  Comment


                    #10
                    I need an exemple of sort spécifier un calendar

                    Comment


                      #11
                      Any example please ???

                      Comment


                        #12
                        You still didn't even indicate which build you have and, as we pointed out at the beginning, we always need that information in order to help.

                        We also said, and this still stands, that you need to update to the latest build of your product version to ensure you have the most recent fixes.

                        If you don't want to do that, you will need to purchase a support contract in order for us to help you.

                        Comment

                        Working...
                        X