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
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
Comment