Hi,
I’ve a timeline defined like this:
scheduler.createTimelineView({
section_autoheight : false,
name: “timeline”,
x_unit: x_unit_value, /* measuring unit of the X-Axis. /
x_date: x_date_value, / date format of the X-Axis /
x_step: 1, / X-Axis step in 'x_unit’s /
x_size: 12, / X-Axis length specified as the total number of 'x_step’s /
x_start: 1, / X-Axis offset in 'x_unit’s /
x_length: 12, / number of 'x_step’s that will be scrolled at a time */
…
…
When i press the scroll next button (at the top right) it skips one day, what is the reason?
Found also another similar question here: viewtopic.php?f=24&t=27513
thanks!