﻿<?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 - Resources</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Resources/</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>Resources</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Resources/</link><pubDate>Tue, 08 Sep 2009 21:57:37 GMT</pubDate><dc:creator>Dicky</dc:creator><category>Default Selected</category><description>&lt;p&gt;Oh sorry it was for debug mode only. I have around 28 resources here and I putted debugger inside for loop, so rather I catch by debugger 28 times I add -27 on the loop. I'm glad it works at your end.&lt;/p&gt;</description></item><item><title>Resources</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Resources/</link><pubDate>Tue, 08 Sep 2009 07:18:21 GMT</pubDate><dc:creator>nuronce</dc:creator><category>Default Selected</category><description>&lt;p&gt;Not sure why you have the -27 there. I removed it and it worked fine. Thank you&lt;/p&gt;</description></item><item><title>Resources</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Resources/</link><pubDate>Mon, 07 Sep 2009 22:36:02 GMT</pubDate><dc:creator>Dicky</dc:creator><category>Default Selected</category><description>&lt;p&gt;This mean, there is no elegant way to achieve your scenario at least for now until we enhance this feature in WebScheduler v3.0. So far you need to manage it on client side using this way:&lt;/p&gt;&lt;pre&gt;function OnFirstLoad()
{
     var ws = ISGetObject("WebScheduler1");
     var resourcesTable = ws.GetResourcesTable();
     var resourcesElement = resourcesTable.childNodes[1].childNodes;
     &lt;br /&gt;     for (var i = 1; i &amp;lt; resourcesElement.length - 27; i&amp;#43;&amp;#43;)
     {
          if (resourcesElement[i].cells[1].innerText == "Developer")
              resourcesElement[i].cells[0].childNodes[0].click();
     }
     return true;
}&lt;/pre&gt;I also have attach a simple sample modified from one of our sample page. Hope this helps.</description></item><item><title>Resources</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Resources/</link><pubDate>Mon, 07 Sep 2009 08:21:02 GMT</pubDate><dc:creator>nuronce</dc:creator><category>Default Selected</category><description>&lt;p&gt;This means no?&lt;/p&gt;</description></item><item><title>Resources</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Resources/</link><pubDate>Sun, 06 Sep 2009 22:58:48 GMT</pubDate><dc:creator>Dicky</dc:creator><category>Default Selected</category><description>&lt;p&gt;Hi Ron,&lt;/p&gt;
&lt;p&gt;Recently you can show and hide the resources event in Scheduler view from client side using:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;function Button2_onclick() { &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var ws = ISGetObject("WebScheduler1");&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;ws.HideResources(ws.ResourcesHash[1]);&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return true; &lt;br /&gt;}&lt;/code&gt;   &lt;/p&gt;
&lt;p&gt;But to change the checkbox marked in Resources List you need to get the element first and do manually unchecked for the specific resources.&lt;br /&gt;Our dev team has planned to implement this feature in WebScheduler v3 with some enhancement in DataBound server side event that will allow user to manage the resources from the server side. Thanks for keep remind us to implement this feature.&lt;/p&gt;</description></item><item><title>Resources</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Resources/</link><pubDate>Sat, 05 Sep 2009 04:37:36 GMT</pubDate><dc:creator>nuronce</dc:creator><category>Default Selected</category><description>&lt;p&gt;Can you select which Resources are selected upon initial render?&lt;/p&gt;</description></item><item><title>Resources</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Resources/</link><pubDate>Sat, 05 Sep 2009 00:03:25 GMT</pubDate><dc:creator>technical@intersoftpt.com</dc:creator><category>Default Selected</category><description>&lt;p&gt;Hello Ron,&lt;/p&gt;
&lt;p&gt;Could you please re-post your question in this thread (by adding a new Reply)? Sorry, it appears that your message was inadvertently edited during maintenance.&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;</description></item><item><title>Resources</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Resources/</link><pubDate>Fri, 04 Sep 2009 08:21:07 GMT</pubDate><dc:creator>nuronce</dc:creator><category>Default Selected</category><description>&lt;p&gt;[Moderator: Please repost]&lt;/p&gt;</description></item></channel></rss>