﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebScheduler - Day View</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Day-View/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Day View</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Day-View/</link><pubDate>Mon, 08 Feb 2010 22:52:22 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hi John,&lt;br /&gt;&lt;br /&gt;We have recently released WebUI Studio 2009 R2 Service Pack 1 which includes the fix for this issue (WebScheduler 3.0.1000.3).&lt;br /&gt;Please click &lt;a href="http://www.intersoftpt.com/Corporate/PressRelease.aspx?page=PressRelease&amp;amp;PressID=ab6b7595-1dc2-47c8-ac91-d513ed714888" target="_blank"&gt;here&lt;/a&gt; to read the official press release.&lt;/p&gt;&lt;p&gt;You could also read which fix or enchancement included in the latest build by visiting the &lt;a href="http://support.intersoftpt.com/" target="_blank"&gt;support page&lt;/a&gt; and clicking the control name located on the Right Pane "&lt;b&gt;Latest Builds&lt;/b&gt;".&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Day View</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Day-View/</link><pubDate>Mon, 01 Feb 2010 23:30:18 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Our developer teams have fixed the issue. The fix should available in the next hotfix release.&lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Day View</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Day-View/</link><pubDate>Wed, 27 Jan 2010 23:08:05 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello John,&lt;/p&gt;&lt;p&gt;Thank you for your guidance. This has been reported as bug with work item #575. I will let you know when the fix is ready.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Day View</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Day-View/</link><pubDate>Wed, 27 Jan 2010 09:50:29 GMT</pubDate><dc:creator>John.Bonin@dot.gov</dc:creator><description>&lt;p&gt;I have some more information on this:&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;First off it doesn't matter what doctype you use, HTML or XHTML.  Also it is not the WorkWeekSettings that control this functionality but rather the SelectedDate property of the ViewSettings.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;When I look at the R2 samples I see the proper functionality that I am looking for when I run the FirstExperience or the XHTML_Day pages.  If I change the SelectedDate time value to 10:00:00 then when I go into Day or Week view the top will be at 10AM.  &lt;/p&gt;
&lt;p&gt;Great...BUT, if you change the SelectedViewMode property in ViewSettings from Day to Month then the above functionality doesn't work, the Day View will NOT scroll down to the time in the SelectedDate property.  You can see this by opening up the FirstExperience.aspx page and without changing anything view in Browser notice that the top of the Day View is 8AM.  Now change the SelectedViewMode to Month and view the page.  Click on the Day View and notice the top of the view is now Midnight.  The same happens when viewing the XHMTL_Day.aspx page.&lt;/p&gt;
&lt;p&gt;Looks like a bug to me...&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>Day View</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Day-View/</link><pubDate>Wed, 27 Jan 2010 09:10:23 GMT</pubDate><dc:creator>John.Bonin@dot.gov</dc:creator><description>&lt;p&gt;Hi Handy,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;  I have used both the HTML and XHTML doctype (I thought R2 allowed all controls to use the XHTML doctype now) and I get the same, the Day View does not scroll to put the Start Time at the top.  Here is the code I am using to setup the calendar.&lt;/p&gt;&lt;pre&gt;&amp;lt;ISWebScheduler:WebScheduler ID="WebScheduler1" runat="server" CategoriesDataMember="REF_CALENDAR_CATEGORY"
        DataSourceID="ISDataSource1" EditingUrl="EditingForm.aspx" EnableAnimation="False"
        EnableContextMenu="True" EventsDataMember="MC_CALENDAR" Height="600px" RecurrenceDataMember="REF_CALENDAR_RECURRENCE"
        RecurringEventsDataMember="MC_CALENDAR_REVENT" ResourcesDataMember="REF_CALENDAR_RESOURCES"
        Width="98%" IncludeSplitViewInMenu="True" EnableExport="True" EnableMultipleCellSelection="True" &amp;gt; 
        &amp;lt;CalendarSettings AllowCollapse="True" /&amp;gt;
        &amp;lt;DefaultResource ResourceColor="#D96666" ResourceName="Default"&amp;gt;
        &amp;lt;/DefaultResource&amp;gt;
        &amp;lt;ViewSettings SelectedViewMode="Month" SelectedTimelineViewMode="Week" SelectedDate="2009-08-25"&amp;gt;
            &amp;lt;QuarterView Enabled="True" /&amp;gt;
            &amp;lt;TimelineView ZoomInLevel="DayHourly" /&amp;gt;
            &amp;lt;MonthView TimeBasedEventDisplay="ShowSubject" /&amp;gt;
        &amp;lt;/ViewSettings&amp;gt;
        &amp;lt;WorkWeekSettings StartTime="t0800" EndTime="t1600" /&amp;gt;
        &amp;lt;TextSettings ShowFullWeekText="full week" ShowWorkWeekText="work week"&amp;gt;
        &amp;lt;/TextSettings&amp;gt;
            &amp;lt;DataBinding&amp;gt;
                &amp;lt;ResourcesBinding DescriptionField="RESOURCE_DESC" LocationField="RESOURCE_LOC" ResourceColorField="RESOURCE_COLOR"
                    ResourceIDField="RESOURCE_ID" ResourceNameField="RESOURCE_NAME" /&amp;gt;
                &amp;lt;EventsBinding AllDayEventField="CALENDAR_ALLDAY" CategoryIDField="CATEGORY_ID" DescriptionField="CALENDAR_DESC"
                    EndTimeField="CALENDAR_END" EventIDField="CALENDAR_ID" LocationField="CALENDAR_LOC"
                    ModeField="CALENDAR_MODE" ReminderTimeSpanField="CALENDAR_REMINDER" ResourceIDField="RESOURCE_ID"
                    StartTimeField="CALENDAR_START" SubjectField="CALENDAR_SUBJECT" /&amp;gt;
                &amp;lt;RecurringEventsBinding AllDayEventField="REVENT_ALLDAY" CategoryIDField="CATEGORY_ID"
                    DescriptionField="REVENT_DESC" EndTimeField="REVENT_END" EventIDField="REVENT_ID"
                    ExceptionDateField="REVENT_EXCEPTION" ExceptionInfoField="REVENT_EXCEPTION_INFO"
                    LocationField="REVENT_LOC" ModeField="REVENT_MODE" ParentIDField="PARENT_ID"
                    RecurrenceIDField="RECURRENCE_ID" ReminderTimeSpanField="REVENT_REMINDER" ResourceIDField="RESOURCE_ID"
                    StartTimeField="REVENT_START" SubjectField="REVENT_SUBJECT" /&amp;gt;
                &amp;lt;RecurrenceBinding EndDateField="RECURRENCE_END" ModeField="RECURRENCE_MODE" NDayField="RECURRENCE_NDAY"
                    NMonthField="RECURRENCE_NMONTH" NWeekField="RECURRENCE_NWEEK" NYearField="RECURRENCE_NYEAR"
                    RangeModeField="RECURRENCE_RANGEMODE" RecurrenceIDField="RECURRENCE_ID" StartDateField="RECURRENCE_START"
                    TotalRecurrencesField="RECURRENCE_TOTAL" WeekDaysField="RECURRENCE_WEEKDAYS" /&amp;gt;
                &amp;lt;CategoryBinding CategoryColorField="CATEGORY_COLOR" CategoryIDField="CATEGORY_ID"
                    CategoryNameField="CATEGORY_NAME" DescriptionField="CATEGORY_DESC" /&amp;gt;
            &amp;lt;/DataBinding&amp;gt;
            &amp;lt;EditingField&amp;gt;
                &amp;lt;ISWebScheduler:WebSchedulerEditingField Name="Subject" Text="Subject" /&amp;gt;
                &amp;lt;ISWebScheduler:WebSchedulerEditingField Name="Location" Text="Location" Type="Location" /&amp;gt;
                &amp;lt;ISWebScheduler:WebSchedulerEditingField Name="Description" Text="Description" Type="Description" /&amp;gt;
            &amp;lt;/EditingField&amp;gt;
    &amp;lt;/ISWebScheduler:WebScheduler&amp;gt;&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>Day View</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Day-View/</link><pubDate>Wed, 27 Jan 2010 05:21:50 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hi John,&lt;/p&gt;&lt;p&gt;Could you give me your sample structure? When you set start and end time of WorkWeekSettings, it should be scrolled into that time for first load. Please ensure that you are using HTML doctype instead of XHTML doctype.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Day View</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Day-View/</link><pubDate>Tue, 26 Jan 2010 08:03:48 GMT</pubDate><dc:creator>John.Bonin@dot.gov</dc:creator><description>&lt;p&gt;Hi Handy,&lt;/p&gt;
&lt;p&gt;  That's what I thought those properties would do, but if my calendar it doesn't?  I use:&lt;/p&gt;&lt;pre&gt;&amp;lt;WorkWeekSettings StartTime="t0800" EndTime="t1600" /&amp;gt;&lt;/pre&gt;
&lt;p&gt;But when DayView is shown, the top of the view is still 0000.  I still need to scroll down to see the start time.&lt;/p&gt;
&lt;p&gt;I am using the latest Calendar V3 control (but it was updated from V2).&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>Day View</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Day-View/</link><pubDate>Tue, 26 Jan 2010 04:48:08 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hi John, &lt;/p&gt;&lt;p&gt;I think you are pointing to WorkWeekSettings start/end time. When you set those settings, at first load in day view, it would be automatically scroll down into the time. Hope this helps.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Day View</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Day-View/</link><pubDate>Fri, 22 Jan 2010 15:04:47 GMT</pubDate><dc:creator>John.Bonin@dot.gov</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;   I have set up by days to start at 0700 and end at 1500, when I go to Day View the top of the Day View starts at 0000, is there any way to have the display scroll down to start at my Start Time?  if not can this feature be requested?&lt;/p&gt;</description></item></channel></rss>