﻿<?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 - WebExplorerPane disappears when mouse-over event fires for splitter</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebExplorerPane-disappears-when-mouse-over-event-fires-for-splitter/</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>WebExplorerPane disappears when mouse-over event fires for splitter</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebExplorerPane-disappears-when-mouse-over-event-fires-for-splitter/</link><pubDate>Mon, 18 Apr 2011 02:43:07 GMT</pubDate><dc:creator>MarTin</dc:creator><category>WebPaneManager</category><category>WebExplorerPane</category><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Glad that you have resolved the issue!&lt;/p&gt;
&lt;p&gt;I'm going to report this issue to the developer team to be fixed. Meanwhile, you can try to develop using the workaround I've given, that is to resize the WebExplorerPane dynamically.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;-Martin-&lt;/p&gt;</description></item><item><title>WebExplorerPane disappears when mouse-over event fires for splitter</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebExplorerPane-disappears-when-mouse-over-event-fires-for-splitter/</link><pubDate>Fri, 15 Apr 2011 17:16:52 GMT</pubDate><dc:creator>cbland</dc:creator><category>WebPaneManager</category><category>WebExplorerPane</category><description>&lt;p&gt;Thanks Martin!  The doctype was already set as described, but making the WebExplorerPane height fixed resolved the issue.  Are there any plans to fix that, or should users try to develop around it to resize dynamically?...&lt;/p&gt;</description></item><item><title>WebExplorerPane disappears when mouse-over event fires for splitter</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebExplorerPane-disappears-when-mouse-over-event-fires-for-splitter/</link><pubDate>Thu, 14 Apr 2011 18:36:07 GMT</pubDate><dc:creator>MarTin</dc:creator><category>WebPaneManager</category><category>WebExplorerPane</category><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Try to use the following DocType:&lt;/p&gt;
&lt;p&gt;&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "&lt;a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&lt;/a&gt;"&amp;gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Then, set the height of WebExplorerPane to any pixel rather than 100%. With these settings, the project works fine on my end.&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;</description></item><item><title>WebExplorerPane disappears when mouse-over event fires for splitter</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebExplorerPane-disappears-when-mouse-over-event-fires-for-splitter/</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></channel></rss>