Page 1 of 1

Week View

PostPosted: Mon Jan 26, 2015 4:29 pm
by hedrich
Hi, there! I'm working on some demo mods for a client who might be interested in a 5+ user license to add to their Office Management system. They are trying to replace the now defunct Now Up to Date for Mac. They only need the calendar to track room usage for 5 rooms and they are accustomed to a Week view where the schedules of the rooms do not visually overlap like they do in DayBack. Personally I like the way it looks in DayBack better, but they would prefer the non-overlapping look. Is this something that can be addressed in the CSS to customize the view? Attached is a screen shot of what they would prefer.

Re: Week View

PostPosted: Tue Jan 27, 2015 6:12 am
by jeffalmquist
Hi Hedrich,

This is a "hidden" feature in DayBack. To enable it, declare a global variable called $$sc_OverlapEvents in the "Load Calendar Settings..." script and set it to False (see screen shot #1), then add that variable to the value that gets set into the $sc_OptionsResult variable in the "Webviewer Settings" script as shown in screen shot #2. Run the "Upon Opening" script for these changes to take effect, and that should do it.

You can see the results in the third screenshot below.

Screen Shot 2015-01-27 at 6.54.21 AM.png
Screen Shot 2015-01-27 at 6.54.21 AM.png (194.34 KiB) Viewed 7882 times


Screen Shot 2015-01-27 at 6.58.59 AM.png
Screen Shot 2015-01-27 at 6.58.59 AM.png (534.12 KiB) Viewed 7882 times


NOToverlapping2.png
NOToverlapping2.png (148.07 KiB) Viewed 7870 times

Re: Week View

PostPosted: Wed Jan 28, 2015 9:06 am
by hedrich
Great! Thanks for your help!