Page 1 of 1

Scroll Back

PostPosted: Thu Oct 15, 2015 9:34 pm
by anup
Hi

Suppose user Go to calendar and scroll to 01:00 then click on a cell for a resource and choose "New Event" add event from 02:00 to 03:00 then complete the work order and save.
Buy the calendar refreshes and scrolls such that the new created event is not visible. Actually it scroll to its default.

How to customize it?

Thanks
Anup

Re: Scroll Back

PostPosted: Fri Oct 16, 2015 7:09 am
by tanner
Hi Anup,
The only time the scroll position resets is if you navigate to another layout and back, or navigate to another date range (another month in month view, another week in week view etc.). If you are experiencing this because your users are navigating to another layout to complete the work order i would suggest doing that work in another window so you aren't leaving the calendar layout.

You could also manually edit the default time if you wanted to change that before loading the calendar layout. Just set the $$sc_DefaultTime variable to a new value (the default is "08:00:00"), then run the "Initialize WebViewer" script to apply that setting. You would need to do that step before the calendar layout loads so it can pick up the new setting.

Hope that helps,
Tanner

Re: Scroll Back

PostPosted: Tue Oct 20, 2015 3:36 am
by anup
Hi

I have changed the $$sc_DefaultTime and get call the script "Initialize Webviewer" but it doesn't work me.
Any other way to do it.

Thanks
Anup

Re: Scroll Back

PostPosted: Tue Oct 20, 2015 8:17 am
by DanW
Hi Anup,

If you've made that change to the $$sc_DefaultTime variable, try running the script called "Upon Opening". Your resource view should then default to that time you entered. Let me know if this works for you.

Thanks!
Dan

Re: Scroll Back

PostPosted: Mon Oct 26, 2015 3:37 am
by anup
Hi Dan

If I make that change to the $$sc_DefaultTime variable, try running the script called "Upon Opening". It works but I re-start the seedcode dayback. I need a small process to update default time on dayback after adding/editing event to it. Is there any other way?

Please let me know

Thanks
Anup

Re: Scroll Back

PostPosted: Mon Oct 26, 2015 8:46 am
by DanW
Hi Anup,

In the calendar sidebar, under the Settings tab, there is a field for Default Time. This field allows you to quickly change your default time without the need to edit a script and restart DayBack.

However, I'm not sure this solves your question. After re-reading your previous posts, it sounds like your calendar is resetting/scrolling to the default time after you create or edit an event. Is this what you are experiencing?

Thank you!

Dan