﻿<?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 - WebDesktop - Dynamically Show allTopics on WebPane</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Dynamically-Show-allTopics-on-WebPane/</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>Dynamically Show allTopics on WebPane</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Dynamically-Show-allTopics-on-WebPane/</link><pubDate>Tue, 23 Jul 2013 03:22:08 GMT</pubDate><dc:creator>Hans</dc:creator><description>Hello,&lt;br /&gt;&lt;br /&gt;So you want to modify the BarVisible value when you resize the pane?&lt;br /&gt;Perhaps you could use OnPaneResize client side event, then you modify the BarVisible value.&lt;br /&gt;Here’s the snippet example code how-to modify BarVisible value:&lt;pre&gt;&amp;lt;script type ="text/javascript"&amp;gt;  function onPaneResize()  {    
var WebNavPane1 = ISGetObject("WebNavPane1");
            WebNavPane1.BarVisible = 3;
}
&amp;lt;/script&amp;gt;&lt;/pre&gt;
&lt;p&gt;However, if my answer doesn’t suitable for your current scenario, please kindly provide me more detail or the step by step how-to implement your current scenario.&lt;br /&gt;&lt;br /&gt;Please forgive me for lack of understanding about the reported problem.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Hans.&lt;br /&gt;&lt;/p&gt;
</description></item><item><title>Dynamically Show allTopics on WebPane</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Dynamically-Show-allTopics-on-WebPane/</link><pubDate>Mon, 22 Jul 2013 17:22:52 GMT</pubDate><dc:creator>tlusby</dc:creator><description>&lt;p&gt;Is there a way to dynamically change the bar visibility when changing bars?  We have situations where there may be more items then a fixed set of bar visibility (BarVisible="15" property from WebNavPane) shown and the clients have asked this possible.  I was trying to do this in javascript.&lt;/p&gt;
&lt;p&gt;This is the basis of my question.  &lt;/p&gt;
&lt;p&gt;&lt;a href="http://live.intersoftpt.com/cs/WebDesktop/WebNavPane/CustomizingGripStylesAndImages.aspx?noframe=1&amp;amp;path=/WebDesktop/Navigation"&gt;http://live.intersoftpt.com/cs/WebDesktop/WebNavPane/CustomizingGripStylesAndImages.aspx?noframe=1&amp;amp;path=/WebDesktop/Navigation&lt;/a&gt; Pane&lt;/p&gt;</description></item></channel></rss>