﻿<?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 - WebPaneManager</title><link>http://www.intersoftsolutions.com/Community/Tags/WebPaneManager/</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>Firefox Webdesktop Height wrong</title><link>http://www.intersoftsolutions.com/Community/Tags/WebPaneManager/</link><pubDate>Wed, 15 Aug 2012 20:31:19 GMT</pubDate><dc:creator>Andre</dc:creator><category>WebDesktop</category><category>WebPaneManager</category><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I have a webdesktop window and inside i have a WebPaneManager. See attached..&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;In IE everything works great, but in Firefox (I'm using the newest version and even an older version didn't work) the window's height looks like its 0px hight.&lt;/p&gt;&lt;pre style="background: white; color: black; font-family: consolas;"&gt;&lt;/pre&gt;
&lt;p&gt;How can I get the webdesktop look the same in Firefox? It's unuseable as it is now.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item><item><title>WebExplorerPane disappears when mouse-over event fires for splitter</title><link>http://www.intersoftsolutions.com/Community/Tags/WebPaneManager/</link><pubDate>Thu, 14 Apr 2011 17:03:34 GMT</pubDate><dc:creator>cbland</dc:creator><category>WebPaneManager</category><category>WebExplorerPane</category><description>&lt;p&gt;I have created a WebPaneManager with a standard side template that has a WebExplorerPane in its smaller left pane.  The problem is when a user does a mouse-over of the splitter for the WebPaneManager, the WebExplorerPane disappears!  Here is the code:&lt;/p&gt;&lt;pre&gt;&amp;lt;ISWebDesktop:WebPaneManager ID="WebPaneManager1" runat="server" Height="100%" 
            Width="100%" ViewStateItems="BehaviorAndCollection"&amp;gt;
            &amp;lt;RootGroupPane GroupType="VerticalTile" Name="RootGroupPane" 
                GroupPaneHeaderVisible="Yes" Text="Task Tracker" TextAlignment="Center" 
                UseRelativePositioning="True"&amp;gt;
                &amp;lt;Panes&amp;gt;
                    &amp;lt;ISWebDesktop:WebPane Name="Nav" Text="Navigation" 
                        ContentMode="UseInlineContent" 
                        InfoText="Bring up tasks or get general help information" 
                        Width="Custom" WidthValue="155px" AllowCollapse="No" AllowResize="Yes" 
                        InfoTextAlignment="Left" UseRelativePositioning="True"&amp;gt;
                        &amp;lt;ContentTemplate&amp;gt;
                            &amp;lt;ISWebDesktop:WebExplorerPane ID="WebExplorerPane1" runat="server" 
                                Height="100%" Width="150px" RenderAsListBox="True" 
                                RenderMode="RoundCorner" ViewStateItems="BehaviorAndCollection"&amp;gt;
                                &amp;lt;FrameStyle BackColor="White" BackColor2="224, 224, 224" BorderColor="Silver" 
                                    BorderWidth="1px" GradientType="Vertical"&amp;gt;
                                    &amp;lt;Padding Bottom="10px" Left="10px" Right="10px" Top="10px" /&amp;gt;
                                &amp;lt;/FrameStyle&amp;gt;
                                &amp;lt;PaneItemSettings&amp;gt;
                                    &amp;lt;ItemStyle&amp;gt;
                                    &amp;lt;Normal Cursor="Hand" Font-Names="Tahoma" Font-Size="8.25pt" Overflow="Hidden"&amp;gt;
                                        &amp;lt;Padding Bottom="3px" Left="6px" Right="6px" Top="3px" /&amp;gt;
                                    &amp;lt;/Normal&amp;gt;
                                    &amp;lt;Over BackColor="WhiteSmoke" BaseStyle="Normal"&amp;gt;
                                    &amp;lt;/Over&amp;gt;
                                    &amp;lt;Active BackColor="#C0C0FF" BaseStyle="Normal" BorderColor="#0000C0" 
                                        BorderStyle="Solid" BorderWidth="1px" Font-Bold="True"&amp;gt;
                                    &amp;lt;/Active&amp;gt;
                                    &amp;lt;/ItemStyle&amp;gt;
                                    &amp;lt;ItemsContainerStyle BackColor="White" Font-Names="Tahoma" Font-Size="8.25pt"&amp;gt;
                                        &amp;lt;Padding Bottom="4px" Left="4px" Right="4px" Top="4px" /&amp;gt;
                                    &amp;lt;/ItemsContainerStyle&amp;gt;
                                &amp;lt;/PaneItemSettings&amp;gt;
                                &amp;lt;PaneSettings&amp;gt;
                                    &amp;lt;BarFontStyle&amp;gt;
                                        &amp;lt;Normal Font-Bold="True" Font-Names="Tahoma" Font-Size="8.25pt"&amp;gt;
                                        &amp;lt;/Normal&amp;gt;
                                        &amp;lt;Over ForeColor="Gray"&amp;gt;
                                        &amp;lt;/Over&amp;gt;
                                    &amp;lt;/BarFontStyle&amp;gt;
                                    &amp;lt;SpecialBarFontStyle&amp;gt;
                                        &amp;lt;Normal Font-Bold="True" Font-Names="Tahoma" Font-Size="8.25pt" 
                                            ForeColor="White"&amp;gt;
                                        &amp;lt;/Normal&amp;gt;
                                        &amp;lt;Over ForeColor="Gainsboro"&amp;gt;
                                        &amp;lt;/Over&amp;gt;
                                    &amp;lt;/SpecialBarFontStyle&amp;gt;
                                    &amp;lt;BarStyle&amp;gt;
                                        &amp;lt;Normal BackColor="WhiteSmoke" BackColor2="211, 211, 211" Cursor="Hand" 
                                            Font-Bold="True" Font-Names="Tahoma" Font-Size="8.25pt" Overflow="Hidden" 
                                            OverflowX="Hidden" OverflowY="Hidden"&amp;gt;
                                        &amp;lt;/Normal&amp;gt;
                                        &amp;lt;Over ForeColor="Gray"&amp;gt;
                                        &amp;lt;/Over&amp;gt;
                                    &amp;lt;/BarStyle&amp;gt;
                                    &amp;lt;SpecialBarStyle&amp;gt;
                                        &amp;lt;Normal BackColor="Gray" BackColor2="0, 0, 0" Cursor="Hand" Font-Bold="True" 
                                            Font-Names="Tahoma" Font-Size="8.25pt" ForeColor="White" Overflow="Hidden" 
                                            OverflowX="Hidden" OverflowY="Hidden"&amp;gt;
                                        &amp;lt;/Normal&amp;gt;
                                        &amp;lt;Over ForeColor="Gainsboro"&amp;gt;
                                        &amp;lt;/Over&amp;gt;
                                    &amp;lt;/SpecialBarStyle&amp;gt;
                                    &amp;lt;BarFrameStyle BorderColor="LightGray" BorderStyle="Solid" BorderWidth="1px"&amp;gt;
                                    &amp;lt;/BarFrameStyle&amp;gt;
                                &amp;lt;/PaneSettings&amp;gt;
                                &amp;lt;Panes&amp;gt;
                                    &amp;lt;ISWebDesktop:WebExplorerBar CaptionDisplayMode="TextAndImage" 
                                        Image="./Images/Outlook-32.gif" ImageSize="32px" Name="ExplorePane1" 
                                        Text="Help" ToolTip="This section provides quick tips on using the site"&amp;gt;
                                        &amp;lt;PaneItems&amp;gt;
                                            &amp;lt;ISWebDesktop:WebExplorerBarItem Image="./Images/outlook-16.gif" 
                                                Name="itm_Help" Text="Help" /&amp;gt;
                                            &amp;lt;ISWebDesktop:WebExplorerBarItem Image="./Images/outlook-16.gif" 
                                                Name="itm_Status" Text="Status" 
                                                ToolTip="Gives the statuses of the processes used by the real-time interface" /&amp;gt;
                                        &amp;lt;/PaneItems&amp;gt;
                                        &amp;lt;ItemSettings DisplayMode="TextAndImage"&amp;gt;
                                        &amp;lt;/ItemSettings&amp;gt;
                                    &amp;lt;/ISWebDesktop:WebExplorerBar&amp;gt;
                                    &amp;lt;ISWebDesktop:WebExplorerBar Image="./Images/mycust-32.gif" ImageSize="32px" 
                                        Name="ExplorePane2" Text="DME" ToolTip="Section for DME-related tasks" 
                                        CaptionDisplayMode="TextAndImage"&amp;gt;
                                        &amp;lt;PaneItems&amp;gt;
                                            &amp;lt;ISWebDesktop:WebExplorerBarItem Image="./Images/mycust-16.gif" 
                                                Name="itm_DMEPending" Text="DME Pending" 
                                                ToolTip="For DME questionnaires requiring response" /&amp;gt;
                                            &amp;lt;ISWebDesktop:WebExplorerBarItem Image="./Images/outlook-16.gif" 
                                                Name="itm_DMECharges" Text="DME Charges" 
                                                ToolTip="For invalid DME-related charges" /&amp;gt;
                                        &amp;lt;/PaneItems&amp;gt;
                                        &amp;lt;ItemSettings DisplayMode="TextAndImage"&amp;gt;
                                        &amp;lt;/ItemSettings&amp;gt;
                                    &amp;lt;/ISWebDesktop:WebExplorerBar&amp;gt;
                                &amp;lt;/Panes&amp;gt;
                            &amp;lt;/ISWebDesktop:WebExplorerPane&amp;gt;
                        &amp;lt;/ContentTemplate&amp;gt;
                    &amp;lt;/ISWebDesktop:WebPane&amp;gt;
                    &amp;lt;ISWebDesktop:WebPane Image="./Images/WebDesktopManager-64.gif" Name="Detail" 
                        Text="Detail" TextAlignment="Center"&amp;gt;
                    &amp;lt;/ISWebDesktop:WebPane&amp;gt;
                &amp;lt;/Panes&amp;gt;
            &amp;lt;/RootGroupPane&amp;gt;

&amp;lt;SplitterStyle&amp;gt;
&amp;lt;Normal BackColor="#BDD9FE" BackColor2="101, 144, 204" GradientType="Vertical"&amp;gt;&amp;lt;/Normal&amp;gt;

    &amp;lt;Over BaseStyle="Normal"&amp;gt;
    &amp;lt;/Over&amp;gt;

&amp;lt;Active BaseStyle="Normal" BackColor="Black"&amp;gt;&amp;lt;/Active&amp;gt;
&amp;lt;/SplitterStyle&amp;gt;

&amp;lt;PaneSettings GroupPaneHeaderVisible="Yes" TextAlignment="Center"&amp;gt;
&amp;lt;ContainerStyle Overflow="Auto" OverflowY="Auto" OverflowX="Auto" BackColor="White" 
        BorderColor="#6593CF" BorderStyle="Solid" BorderWidth="1px" Font-Names="Tahoma" 
        Font-Size="8pt" ForeColor="Black"&amp;gt;
&amp;lt;Padding Top="4px" Left="4px" Right="4px" Bottom="4px"&amp;gt;&amp;lt;/Padding&amp;gt;
&amp;lt;/ContainerStyle&amp;gt;

&amp;lt;HeaderMainStyle BackColor="#D6E7FF" BorderColor="#6593CF" BorderStyle="Solid" 
        BorderWidth="1px" Font-Bold="True" Font-Names="segoe ui,arial" Font-Size="10pt" 
        ForeColor="#15428B" 
        BackgroundImage="url(/CommonLibrary/Images/WebDesktop/np_o7_header.gif)"&amp;gt;
&amp;lt;Padding Top="4px" Left="4px" Right="4px" Bottom="4px"&amp;gt;&amp;lt;/Padding&amp;gt;
&amp;lt;/HeaderMainStyle&amp;gt;

&amp;lt;HeaderSubStyle GradientType="Vertical" BackColor2="255, 255, 255" 
        BackColor="#D6E7FF" BorderColor="#6593CF" BorderStyle="Solid" BorderWidth="1px" 
        Font-Names="segoe ui,tahoma" Font-Size="8pt" ForeColor="#15428B"&amp;gt;
&amp;lt;Padding Top="4px" Left="4px" Right="4px" Bottom="4px"&amp;gt;&amp;lt;/Padding&amp;gt;
&amp;lt;/HeaderSubStyle&amp;gt;

&amp;lt;InfoTextStyle Font-Names="Tahoma" Font-Size="8pt" ForeColor="White"&amp;gt;&amp;lt;/InfoTextStyle&amp;gt;
&amp;lt;/PaneSettings&amp;gt;

&amp;lt;FrameStyle BackColor="#BDD9FE" BorderColor="#6593CF" BorderStyle="Solid" BorderWidth="1px" 
                ForeColor="White" BackColor2="101, 144, 204" GradientType="Vertical"&amp;gt;
&amp;lt;Padding Top="4px" Left="4px" Right="4px" Bottom="4px"&amp;gt;&amp;lt;/Padding&amp;gt;
&amp;lt;/FrameStyle&amp;gt;
        &amp;lt;/ISWebDesktop:WebPaneManager&amp;gt;&lt;/pre&gt;
</description></item><item><title>Client Side Methods Collapse() and Expand() do not work WebPaneManager</title><link>http://www.intersoftsolutions.com/Community/Tags/WebPaneManager/</link><pubDate>Mon, 17 May 2010 14:22:06 GMT</pubDate><dc:creator>JNguimb</dc:creator><category>WebPaneManager</category><category>webpane collapse</category><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Collapse() and Expand() do not work for WebPane in WebPaneManager, not even in your sample:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://live.intersoftpt.com/cs/WebDesktop/WebPaneManager/VariousClientSideObjectSamples.aspx?noframe=1&amp;amp;path=/WebDesktop/Pane%20Manager"&gt;http://live.intersoftpt.com/cs/WebDesktop/WebPaneManager/VariousClientSideObjectSamples.aspx?noframe=1&amp;amp;path=/WebDesktop/Pane%20Manager&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Please advise.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Jean&lt;/p&gt;</description></item><item><title>error websplitter.js object required</title><link>http://www.intersoftsolutions.com/Community/Tags/WebPaneManager/</link><pubDate>Mon, 08 Mar 2010 09:11:33 GMT</pubDate><dc:creator>hamdy.ghanem</dc:creator><category>WebPaneManager</category><category>websplitter</category><description>&lt;p /&gt;
&lt;p&gt;&lt;span type="sp" iserror="false" originaltext="I"&gt;I &lt;/span&gt;&lt;span type="sp" iserror="false" originaltext="have"&gt;have &lt;/span&gt;&lt;span type="sp" iserror="false" originaltext="a"&gt;a &lt;/span&gt;&lt;span type="sp" iserror="false" originaltext="page"&gt;page &lt;/span&gt;&lt;span type="sp" iserror="false" originaltext="exactly"&gt;exactly &lt;/span&gt;&lt;span type="sp" iserror="false" originaltext="like"&gt;like &lt;/span&gt;&lt;span type="sp" iserror="false" originaltext="windows"&gt;windows &lt;/span&gt;&lt;span type="sp" iserror="false" originaltext="recyclebin"&gt;recyclebin&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span type="sp" iserror="false" originaltext="the"&gt;the &lt;/span&gt;&lt;span type="sp" iserror="false" originaltext="problem"&gt;problem &lt;/span&gt;&lt;span type="sp" iserror="false" originaltext="is"&gt;is &lt;/span&gt;&lt;span type="sp" iserror="false" originaltext="whene"&gt;whene &lt;/span&gt;&lt;span type="sp" iserror="false" originaltext="I"&gt;I &lt;/span&gt;&lt;span type="sp" iserror="false" originaltext="open"&gt;open &lt;/span&gt;&lt;span type="sp" iserror="false" originaltext="this"&gt;this &lt;/span&gt;&lt;span type="sp" iserror="false" originaltext="page"&gt;page &lt;/span&gt;&lt;span type="sp" iserror="false" originaltext="it"&gt;it &lt;/span&gt;&lt;span type="sp" iserror="false" originaltext="gives"&gt;gives &lt;/span&gt;&lt;span type="sp" iserror="false" originaltext="me"&gt;me &lt;/span&gt;&lt;span type="sp" iserror="false" originaltext="a"&gt;a &lt;/span&gt;&lt;span type="sp" iserror="false" originaltext="havascriot"&gt;havascriot &lt;/span&gt;&lt;span type="sp" iserror="false" originaltext="error"&gt;error &lt;/span&gt;&lt;span type="sp" iserror="false" originaltext="websplitter.js"&gt;websplitter.js &lt;/span&gt;&lt;span type="sp" iserror="false" originaltext="object"&gt;object &lt;/span&gt;&lt;span type="sp" iserror="false" originaltext="required"&gt;required&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span type="sp" iserror="false" originaltext="put"&gt;put &lt;/span&gt;&lt;span type="sp" iserror="false" originaltext="the"&gt;the &lt;/span&gt;&lt;span type="sp" iserror="false" originaltext="page"&gt;page &lt;/span&gt;&lt;span type="sp" iserror="false" originaltext="has"&gt;has &lt;/span&gt;&lt;span type="sp" iserror="false" originaltext="no"&gt;no &lt;/span&gt;&lt;span type="sp" iserror="false" originaltext="solitter"&gt;solitter&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span type="sp" iserror="false" originaltext="it"&gt;it &lt;/span&gt;&lt;span type="sp" iserror="false" originaltext="has"&gt;has &lt;/span&gt;&lt;span type="sp" iserror="false" originaltext="only"&gt;only &lt;/span&gt;&lt;span type="sp" iserror="false" originaltext="the WebPaneManager"&gt;the&amp;nbsp;WebPaneManager&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>Transparent WebPaneManager</title><link>http://www.intersoftsolutions.com/Community/Tags/WebPaneManager/</link><pubDate>Wed, 21 Oct 2009 10:02:14 GMT</pubDate><dc:creator>gkfahnbulleh@lakepiso.com</dc:creator><category>WebPaneManager</category><description>&lt;p&gt;I need to use the WebPaneManager, but I want it to be completely transparent to the enduser.&lt;br /&gt;&lt;br /&gt;How do I do this?&lt;/p&gt;</description></item><item><title>webpanemanager and hebrew</title><link>http://www.intersoftsolutions.com/Community/Tags/WebPaneManager/</link><pubDate>Thu, 20 Aug 2009 03:22:40 GMT</pubDate><dc:creator>YANIV</dc:creator><category>WebDesktop</category><category>WebPaneManager</category><category>Hebrew</category><description>&lt;p&gt;hi&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;when i have a dynamic page that have webpane with hebrew header the splitter doesnt work , its work only with english .&lt;/p&gt;
&lt;p&gt;when i have a static page with webpane and hebrew header the splitter works.&lt;/p&gt;
&lt;p&gt;need help&lt;/p&gt;</description></item></channel></rss>