﻿<?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 - Javascript Error When RefreshAll In Invoked From Client Side</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Javascript-Error-When-RefreshAll-In-Invoked-From-Client-Side/</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>Javascript Error When RefreshAll In Invoked From Client Side</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Javascript-Error-When-RefreshAll-In-Invoked-From-Client-Side/</link><pubDate>Thu, 25 Feb 2010 06:04:47 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hi Shah,&lt;/p&gt;&lt;p&gt;Our developer teams have fixed the last issue. Please download the attached hotfix. &lt;/p&gt;
&lt;p&gt;regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Javascript Error When RefreshAll In Invoked From Client Side</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Javascript-Error-When-RefreshAll-In-Invoked-From-Client-Side/</link><pubDate>Tue, 23 Feb 2010 05:55:21 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello Shah,&lt;/p&gt;&lt;p&gt;I can replicate the issue in here. Our developer teams have solved the issue partially. In my environment, I faced two errors.&lt;/p&gt;
&lt;p&gt;1.When click RefreshAll.&lt;br /&gt;2.When Switch View.&lt;/p&gt;
&lt;p&gt;Our developer teams have solved the second issues. For temporary workaround, you need to set &lt;i&gt;&lt;b&gt;TimelineData &lt;/b&gt;&lt;/i&gt;and &lt;b&gt;&lt;i&gt;TimelineLayout &lt;/i&gt;&lt;/b&gt;as &lt;b&gt;&lt;i&gt;null. &lt;/i&gt;&lt;span style="font-weight: normal; "&gt;Our developer will fix the first issue asap.&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Here is the snippet code:&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;function RefreshAll() {
            var WbSchdlr = ISGetObject("wbSchdlr");
            WbSchdlr.AddInput("LoadData", "true");
            WbSchdlr.TimelineData = null;
            WbSchdlr.TimelineLayout = null;
            WbSchdlr.RefreshAll();
}&lt;/pre&gt;
&lt;p&gt;In order to run the sample, please use the attached hotfix.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;
&lt;p /&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Javascript Error When RefreshAll In Invoked From Client Side</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Javascript-Error-When-RefreshAll-In-Invoked-From-Client-Side/</link><pubDate>Mon, 22 Feb 2010 11:25:29 GMT</pubDate><dc:creator>shahjahan</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;1. Run the attached sample. &lt;br /&gt;2. Click the Refresh All button to get the resources/events/categories data. &lt;br /&gt;Javascript error is raised, see attached screenshot and video.&lt;/p&gt;
&lt;p&gt;The sample is coded to not return any data for resources/events/categories when the page is loaded for the first time. The RefreshAll funcitonality is integrated to fetch the data after the page is loaded.&lt;/p&gt;
&lt;p&gt;The error happens after the RefreshAll is clicked.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Waiting for your reply!&lt;/p&gt;
&lt;p&gt;Br,&lt;br /&gt;Shajahan Ansari&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item></channel></rss>