Announcement

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

    ShowNextTo Animation

    Hi,

    I did not find any way to disable the fade animation applied when using the Canvas.showNextTo() function. I tried the various setAnimateXXX() function but it does not seem to have an impact...

    Any advice is welcome !
    Thanks in advance,

    Thomas

    #2
    We're adding a parameter to suppress the animation. Can you let us know which build you're using so we can be sure to apply this change to the appropriate branch

    Thanks
    Isomorphic Software

    Comment


      #3
      Sure!

      We are using smartgwtpower-4.0p, in the dev console we have:

      SmartClient Version: v9.0p_2013-09-14/PowerEdition Deployment (built 2013-09-14)

      Comment


        #4
        Please try the next nightly build (dated Oct 19 or above), 4.0p and 4.1d branches.
        You should see 2 new parameters on the "showNextTo()" method - "canOcclude" [controls whether we allow the widget being moved to overlap the target], and "skipAnimation" [to disable the animation]

        Regards
        Isomorphic Software

        Comment

        Working...
        X