Page 1 of 1

Week and Month Views

PostPosted: Tue Mar 06, 2012 3:13 pm
by robert_w
I am having an issue where the Week and Month views display are not formatting correctly, but the Day view is displaying correctly. I did find <missing> values in many of my CalendarRow calculations and I have corrected all of them - but still no success. Appreciate any insight on this. Thanks.

Re: Week and Month Views

PostPosted: Wed Mar 07, 2012 9:24 am
by JasonYoung
Hi Robert,

Hope all is well. The different tabs/portals all read the same globals/arrays, so if some work and others don't, then I'm usually suspicious of the object stacking. We've got portals on hidden tabs, so they're pretty touchy. It could be something else, but that's my guess.

If you look at the data viewer on one of the broken views, and see if the array globals are populated:

Screen Shot 2012-03-07 at 10.22.03 AM.png
Screen Shot 2012-03-07 at 10.22.03 AM.png (115.36 KiB) Viewed 6407 times


That confirms the background processing is working and it's just a display issue.

Let me know if that helps!
Jason

Re: Week and Month Views

PostPosted: Wed Mar 07, 2012 7:57 pm
by robert_w
Thank you Jason for your response. When I checked this in my data viewer, none of these array variables populate and they all remain blank - which is very curious. I have checked the scripts themselves and they are not missing any fields or values - they are all quite complete (in the "get array" and "set array" scripts in the Calendar Utility folder). I'll look in to this more, or tear it all down and start over again.

Re: Week and Month Views

PostPosted: Thu Mar 08, 2012 6:44 am
by JasonYoung
Hi Robert,

Right, starting over is sometimes easiest in the dependent happy FM world. Let us know how it goes.

Thanks!

Re: Week and Month Views

PostPosted: Fri Mar 09, 2012 3:09 pm
by robert_w
After reinstall, the calendar view all work perfectly.

Re: Week and Month Views

PostPosted: Sun Mar 11, 2012 1:19 pm
by JasonYoung
Cool, Thanks for the follow-up Robert!