Announcement

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

    9.1d Calendar: function call in scrollToTime misses view parameter

    Hi,
    I am trying the 22th october build of Smartclient. I encounter an issue when doing scrollToTime. An error on something undefined.

    I checked the source code and in scrollToTime I see this call:
    var sRow = this.getRowFromDate(time);
    but when I check the implementation of getRowFromDate it expects 2 parameters:
    getRowFromDate : function (view, date)

    The second one is the date.

    gr. Martin

    #2
    This will be fixed in the next nightly build. Sorry for the inconvenience.

    Regards
    Isomorphic Software

    Comment


      #3
      Hi,
      I tried it in the 25th october build, but the error is still there. Let me know if I should have been more patient (for the next nightly).

      gr. Martin

      Comment

      Working...
      X