﻿<?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 - Calendar</title><link>http://www.intersoftsolutions.com/Community/Tags/Calendar/</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>Loading the Calendar control failure in chrome browser</title><link>http://www.intersoftsolutions.com/Community/Tags/Calendar/</link><pubDate>Tue, 22 Mar 2016 02:45:30 GMT</pubDate><dc:creator>BennySun</dc:creator><category>Calendar</category><category>timeout</category><description>&lt;p&gt;Hi Support, &lt;/p&gt;&lt;p&gt;I have to use the Calendar column in webgrid 9, I met a very troublesome problem as follows:&lt;/p&gt;&lt;p&gt;Unable to use the calendar drop down in chrome, when you click on the calendar nothing happens. (see figure 1)&lt;/p&gt;&lt;p&gt;After further analysis, I am pretty sure this is a timing issue in the Intersoft calendar library. if you can't see the problem because it loads the calendar popup html so fast on your side, but from our side, it is slower to load the html so the code ends up canceling the load of the html as you can see in the Network trace in Chrome developer tools. (see figure 2)&lt;/p&gt;&lt;p&gt;If I trace it back to source, my guess is the culprit is right here. Notice the timeout value of “100” and notice above that the cancelation of the request occurs around 111 milliseconds which I think shows a relationship.(see figure 3)&lt;/p&gt;&lt;p&gt;Unfortunately since this is an issue in the Intersoft code, I don’t know how we can fix it。&lt;/p&gt;&lt;p&gt;If you can help to me that will be very appreciate.&lt;/p&gt;</description></item><item><title>Clicking to right of last day in Calendar causes JS error</title><link>http://www.intersoftsolutions.com/Community/Tags/Calendar/</link><pubDate>Thu, 17 Jun 2010 00:51:10 GMT</pubDate><dc:creator>pwbriggs23</dc:creator><category>error</category><category>Calendar</category><category>outside date range</category><category>js</category><description>&lt;p&gt;If I click anywhere on the small calendars on the left where there is no date (ie after the last day of the month on the first calendar, before first day and after last day on the second calendar, or before first day on the third calendar) I get a js error:&lt;/p&gt;
&lt;p&gt;Message: 'null' is null or not an object&lt;br /&gt;Line: 237&lt;br /&gt;Char: 5&lt;br /&gt;Code: 0&lt;br /&gt;URI: &lt;a href="http://localhost:1342/includes/javascript/ScheduleTime.js"&gt;http://localhost:1342/includes/javascript/ScheduleTime.js&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Not a huge issue but the js errors are preventing other calendar functionality.&lt;/p&gt;</description></item><item><title>WebInput 3 Cannot Set Width Using CssClass Style</title><link>http://www.intersoftsolutions.com/Community/Tags/Calendar/</link><pubDate>Thu, 07 Jan 2010 10:40:07 GMT</pubDate><dc:creator>PRISMAY</dc:creator><category>Calendar</category><category>Date</category><category>Time</category><category>CssClass</category><category>Styles</category><category>Width</category><description>&lt;p&gt;Seems that I can't set the width unless I use the WebInput Width property.  I've tried everything I can think of via CssClass and the width will not use my class setting.&lt;/p&gt;
&lt;p&gt;The styles used on the test page:&lt;/p&gt;&lt;span style="color: #0000ff; font-size: 9px"&gt;&lt;pre&gt;&amp;lt;style type="text/css"&amp;gt;
.Ctl_Calendar
{
	background-color: #ffffff;
	border: solid 0px #DDCCCC;
	font-family: Calibri;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	width: 100%;
	height: 22px;
}

.Ctl_Calendar_Frame
{
	border: solid 1px #DDCCCC;
	width: 100%;
	height: 22px;
}

.Ctl_Calendar_DropDown
{
	font-family: Webdings;
	border: none;
	background-color: white;
	color: #DDCCCC;
	cursor: pointer;
}

.Ctl_Calendar_TextBox
{
	background-color: White;
	border-style: none;
	font-family: Calibri;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-collapse: collapse;
	width: 100%;
	height: 22px;
}
&amp;lt;/style&amp;gt;
&lt;/pre&gt;&lt;/span&gt;
&lt;p&gt;&lt;span style="font-size: 10pt"&gt;Seems that I can't set the width unless I use the WebInput Width property.&amp;nbsp; I've tried everything I can think of via CssClass and the width will not use my class setting.&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;ISWebInput:WebInput ID="dt1" runat="server" IsDesignInitialize="False"
    CssClass="Ctl_Calendar" CausesValidation="False" 
    MaxDate="12/31/9998 23:59:59" MinDate="1753-01-01" UseDefaultStyle="true"&amp;gt;

&amp;lt;CultureInfo CultureName="en-US"&amp;gt;&amp;lt;/CultureInfo&amp;gt;

&amp;lt;DisplayFormat IsEnabled="true" IsValidateOnChange="true" Type="DateTime"
    Format="dd-MMM-yy"&amp;gt;
    &amp;lt;ErrorWindowInfo IsEnabled="true"&amp;gt;
    &amp;lt;/ErrorWindowInfo&amp;gt;
&amp;lt;/DisplayFormat&amp;gt;
&amp;lt;DateTimeEditor IsEnabled="true"&amp;gt;&amp;lt;/DateTimeEditor&amp;gt;
&amp;lt;EditFormat IsEnabled="true" IsValidateOnChange="true" IsValueSpinnable="true"
    ErrorText="Invalid date selected" Type="DateTime" Format="MM/dd/yyyy"&amp;gt;
    &amp;lt;MaskInfo EmptyAsNull="true" MaskExpression="00/00/0000"&amp;gt;&amp;lt;/MaskInfo&amp;gt;
    &amp;lt;ErrorWindowInfo IsEnabled="true"&amp;gt;
    &amp;lt;/ErrorWindowInfo&amp;gt;
&amp;lt;/EditFormat&amp;gt;
&amp;lt;DropDownStyle&amp;gt;
    &amp;lt;Active CssClass="Ctl_Calendar_DropDown"&amp;gt;&amp;lt;/Active&amp;gt;
    &amp;lt;Normal CssClass="Ctl_Calendar_DropDown"&amp;gt;&amp;lt;/Normal&amp;gt;
    &amp;lt;Over CssClass="Ctl_Calendar_DropDown"&amp;gt;&amp;lt;/Over&amp;gt;
&amp;lt;/DropDownStyle&amp;gt;
&amp;lt;FrameStyle&amp;gt;
    &amp;lt;Active CssClass="Ctl_Calendar_Frame"&amp;gt;&amp;lt;/Active&amp;gt;
    &amp;lt;Normal CssClass="Ctl_Calendar_Frame"&amp;gt;&amp;lt;/Normal&amp;gt;
    &amp;lt;Over CssClass="Ctl_Calendar_Frame"&amp;gt;&amp;lt;/Over&amp;gt;
&amp;lt;/FrameStyle&amp;gt;
&amp;lt;TextBoxStyle&amp;gt;
    &amp;lt;Active CssClass="Ctl_Calendar_TextBox"&amp;gt;&amp;lt;/Active&amp;gt;
    &amp;lt;Normal CssClass="Ctl_Calendar_TextBox"&amp;gt;&amp;lt;/Normal&amp;gt;
    &amp;lt;Over CssClass="Ctl_Calendar_TextBox"&amp;gt;&amp;lt;/Over&amp;gt;
&amp;lt;/TextBoxStyle&amp;gt;
    &amp;lt;HighLight IsEnabled="True" /&amp;gt;
&amp;lt;/ISWebInput:WebInput&amp;gt;

&amp;lt;br /&amp;gt;

&amp;lt;ISWebInput:WebInput ID="dt2" runat="server" IsDesignInitialize="False"
    CssClass="Ctl_Calendar" CausesValidation="False" 
    MaxDate="12/31/9998 23:59:59" MinDate="1753-01-01" UseDefaultStyle="false"&amp;gt;

&amp;lt;CultureInfo CultureName="en-US"&amp;gt;&amp;lt;/CultureInfo&amp;gt;

&amp;lt;DisplayFormat IsEnabled="true" IsValidateOnChange="true" Type="DateTime"
    Format="dd-MMM-yy"&amp;gt;
    &amp;lt;ErrorWindowInfo IsEnabled="true"&amp;gt;
    &amp;lt;/ErrorWindowInfo&amp;gt;
&amp;lt;/DisplayFormat&amp;gt;
&amp;lt;DateTimeEditor IsEnabled="true"&amp;gt;&amp;lt;/DateTimeEditor&amp;gt;
&amp;lt;EditFormat IsEnabled="true" IsValidateOnChange="true" IsValueSpinnable="true"
    ErrorText="Invalid date selected" Type="DateTime" Format="MM/dd/yyyy"&amp;gt;
    &amp;lt;MaskInfo EmptyAsNull="true" MaskExpression="00/00/0000"&amp;gt;&amp;lt;/MaskInfo&amp;gt;
    &amp;lt;ErrorWindowInfo IsEnabled="true"&amp;gt;
    &amp;lt;/ErrorWindowInfo&amp;gt;
&amp;lt;/EditFormat&amp;gt;
&amp;lt;DropDownStyle&amp;gt;
    &amp;lt;Active CssClass="Ctl_Calendar_DropDown"&amp;gt;&amp;lt;/Active&amp;gt;
    &amp;lt;Normal CssClass="Ctl_Calendar_DropDown"&amp;gt;&amp;lt;/Normal&amp;gt;
    &amp;lt;Over CssClass="Ctl_Calendar_DropDown"&amp;gt;&amp;lt;/Over&amp;gt;
&amp;lt;/DropDownStyle&amp;gt;
&amp;lt;FrameStyle&amp;gt;
    &amp;lt;Active CssClass="Ctl_Calendar_Frame"&amp;gt;&amp;lt;/Active&amp;gt;
    &amp;lt;Normal CssClass="Ctl_Calendar_Frame"&amp;gt;&amp;lt;/Normal&amp;gt;
    &amp;lt;Over CssClass="Ctl_Calendar_Frame"&amp;gt;&amp;lt;/Over&amp;gt;
&amp;lt;/FrameStyle&amp;gt;
&amp;lt;TextBoxStyle&amp;gt;
    &amp;lt;Active CssClass="Ctl_Calendar_TextBox"&amp;gt;&amp;lt;/Active&amp;gt;
    &amp;lt;Normal CssClass="Ctl_Calendar_TextBox"&amp;gt;&amp;lt;/Normal&amp;gt;
    &amp;lt;Over CssClass="Ctl_Calendar_TextBox"&amp;gt;&amp;lt;/Over&amp;gt;
&amp;lt;/TextBoxStyle&amp;gt;
    &amp;lt;HighLight IsEnabled="True" /&amp;gt;
&amp;lt;/ISWebInput:WebInput&amp;gt;

&amp;lt;br /&amp;gt;

&amp;lt;ISWebInput:WebInput ID="WebInput1" runat="server" IsDesignInitialize="False"
    CssClass="Ctl_Calendar" CausesValidation="False" Width="100%"
    MaxDate="12/31/9998 23:59:59" MinDate="1753-01-01" UseDefaultStyle="true"&amp;gt;

&amp;lt;CultureInfo CultureName="en-US"&amp;gt;&amp;lt;/CultureInfo&amp;gt;

&amp;lt;DisplayFormat IsEnabled="true" IsValidateOnChange="true" Type="DateTime"
    Format="dd-MMM-yy"&amp;gt;
    &amp;lt;ErrorWindowInfo IsEnabled="true"&amp;gt;
    &amp;lt;/ErrorWindowInfo&amp;gt;
&amp;lt;/DisplayFormat&amp;gt;
&amp;lt;DateTimeEditor IsEnabled="true"&amp;gt;&amp;lt;/DateTimeEditor&amp;gt;
&amp;lt;EditFormat IsEnabled="true" IsValidateOnChange="true" IsValueSpinnable="true"
    ErrorText="Invalid date selected" Type="DateTime" Format="MM/dd/yyyy"&amp;gt;
    &amp;lt;MaskInfo EmptyAsNull="true" MaskExpression="00/00/0000"&amp;gt;&amp;lt;/MaskInfo&amp;gt;
    &amp;lt;ErrorWindowInfo IsEnabled="true"&amp;gt;
    &amp;lt;/ErrorWindowInfo&amp;gt;
&amp;lt;/EditFormat&amp;gt;
&amp;lt;DropDownStyle&amp;gt;
    &amp;lt;Active CssClass="Ctl_Calendar_DropDown"&amp;gt;&amp;lt;/Active&amp;gt;
    &amp;lt;Normal CssClass="Ctl_Calendar_DropDown"&amp;gt;&amp;lt;/Normal&amp;gt;
    &amp;lt;Over CssClass="Ctl_Calendar_DropDown"&amp;gt;&amp;lt;/Over&amp;gt;
&amp;lt;/DropDownStyle&amp;gt;
&amp;lt;FrameStyle&amp;gt;
    &amp;lt;Active CssClass="Ctl_Calendar_Frame"&amp;gt;&amp;lt;/Active&amp;gt;
    &amp;lt;Normal CssClass="Ctl_Calendar_Frame"&amp;gt;&amp;lt;/Normal&amp;gt;
    &amp;lt;Over CssClass="Ctl_Calendar_Frame"&amp;gt;&amp;lt;/Over&amp;gt;
&amp;lt;/FrameStyle&amp;gt;
&amp;lt;TextBoxStyle&amp;gt;
    &amp;lt;Active CssClass="Ctl_Calendar_TextBox"&amp;gt;&amp;lt;/Active&amp;gt;
    &amp;lt;Normal CssClass="Ctl_Calendar_TextBox"&amp;gt;&amp;lt;/Normal&amp;gt;
    &amp;lt;Over CssClass="Ctl_Calendar_TextBox"&amp;gt;&amp;lt;/Over&amp;gt;
&amp;lt;/TextBoxStyle&amp;gt;
    &amp;lt;HighLight IsEnabled="True" /&amp;gt;
&amp;lt;/ISWebInput:WebInput&amp;gt;
&lt;/pre&gt;
&lt;p&gt;The first calendar uses the default style, the second does not and the third uses the Width property.  Note that only the third one works because it explicitly uses the Width property.  The first and second do not adhere to the CssClass which has the width set to 100%.&lt;/p&gt;
&lt;p&gt;You can put the code above in a table and set the cell width to, say, 400px and you'll see that only the third object sizes to fit the cell, the other two do not.&lt;/p&gt;
&lt;p&gt;Also, the calendar that does not use the default style, i.e., UseDefaultStyle="false" crashes when I try to pull it down with the error "Microsoft Javascript runtime error: 'd' is null or not an object."  The javascript code snippet it breaks at is the dotfuscated v4e272.d.innertHTML=vde196; where v4e272 is valid but d is indeed null.&lt;/p&gt;</description></item><item><title>Calendar (Web Input) positioning problem on screen</title><link>http://www.intersoftsolutions.com/Community/Tags/Calendar/</link><pubDate>Thu, 08 Oct 2009 10:30:59 GMT</pubDate><dc:creator>michaelv</dc:creator><category>Calendar</category><category>Web Input</category><category>Screen positioning overflow</category><description>&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: calibri; font-size: 15px"&gt;I have calendar positioning problems in IE8/Firefox in asp.net form. The calendar input located in frame in right corner of page. &amp;nbsp;When I trying to choose date the calendar appears outside screen boundaries (only part of calendar visible..). This behavior happens only on IE8/Firefox... in IE7 the calendar was in the middle of screen/frame. Please see attachment.&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>