﻿<?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 - ClientUI - sliding menu problem</title><link>http://www.intersoftsolutions.com/Community/ClientUI/sliding-menu-problem/</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>sliding menu problem</title><link>http://www.intersoftsolutions.com/Community/ClientUI/sliding-menu-problem/</link><pubDate>Thu, 11 Apr 2013 23:47:08 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Thank you for your recent inquiry regarding rendering issue on all browsers which deals with WebSlidingMenu control.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;I started my investigation based on the provided information (sample code and xml file). A new file, called QuickCommands.aspx, is created and then bind the WebSlidingMenu control to LeadsTransaction.xml file. The only difference from the original sample code is that I removed the &lt;em&gt;criscommandinterface&lt;/em&gt; user control since I don’t have the user control code on my local end.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;The rendering test was conducted on most current version of five major web-browsers: Internet Explorer 9; Mozilla Firefox 20.0.1; Safari 5.1.7; Google Chrome 26.0.1410.64 m; and Opera 12.15.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Unfortunately I was unable to reproduce the problem using my simple sample. Everything works fine in here. The sample page can be rendered on the browsers without any issues.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;I enclosed the complete sample page and a video which shows the test result on my local end. Should you find any steps that I might miss during my attempt to replicate the reported problem, please feel free to let me know.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>sliding menu problem</title><link>http://www.intersoftsolutions.com/Community/ClientUI/sliding-menu-problem/</link><pubDate>Thu, 11 Apr 2013 12:06:11 GMT</pubDate><dc:creator>kroshkabella</dc:creator><description>&lt;p&gt;Hello Bernard&lt;/p&gt;
&lt;p&gt;here is the information about the sliding menu problem:&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="color: rgb(31, 73, 125); font-family: &amp;quot;calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11pt;"&gt;We have a rendering issue on all browser. In IE, the web sliding menu does not render at all. On other browser, it takes up to 3 – 5 minutes, but the menu comes down.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="color: rgb(31, 73, 125); font-family: &amp;quot;calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11pt;"&gt;We will send response and the sliding menu page. Also please see xml file as an attachment&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="color: rgb(31, 73, 125); font-family: &amp;quot;calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11pt;"&gt;Thank you&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="color: rgb(31, 73, 125); font-family: &amp;quot;calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11pt;"&gt;Code is shown:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;%@ Page Language="vb" AutoEventWireup="false" CodeBehind="QuickCommands.aspx.vb" Inherits="MyCRIS.QuickCommands" %&amp;gt;
&amp;lt;%@ Register TagPrefix="uc1" TagName="CRISCommandInterface" Src="~/Controls/CRISCommandInterface.ascx"%&amp;gt;
&amp;lt;%@ Register Assembly="ISNet.WebUI.WebEssentials" Namespace="ISNet.WebUI.WebEssentials" TagPrefix="ISWebEssentials" %&amp;gt;
&amp;lt;%@ Register assembly="ISNet.WebUI.WebDesktop" namespace="ISNet.WebUI.WebDesktop" tagprefix="ISWebDesktop" %&amp;gt;
&amp;lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head id="Head1" runat="server"&amp;gt;
    &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;
    &amp;lt;style type="text/css"&amp;gt;
      
   .mainStyle
{
    height: 610px;
    width: 1000px;
    float: left;
}
.headerTitle
{
    height: 60px;
    width: 100%;
    background-color: #67486d;
    background-image: url(../../images/logo-header.png);
    background-repeat: no-repeat;
}
.contentWSM
{
    width: 100%;
}
.divWSM
{
    width: 300px;
    float: left;
}
.divImage
{
    width: 700px;
    height: 600px;
    float: left;
    overflow: hidden;
}
.divToolStrip
{
      float: left;
}
.headerLeft
{
    text-align: left !important;
}
.iframeStyle
{
    width: 100%;
    height: 100%;
    padding-left: 5px;
}
&amp;lt;/style&amp;gt;
&amp;lt;/head&amp;gt;
  &amp;lt;script type="text/javascript" language="javascript"&amp;gt;
      function WebSlidingMenu1_OnItemClick(controlId, itemObject, itemText) {
          var WebSlidingMenu1 = ISGetObject(controlId);
          var path = itemObject.GetPath() &amp;#43; itemText;
          var itemTextStr = itemText;
//          var itemlength = itemTextStr.indexof("%20");
          itemObject.TargetURL = itemText &amp;#43; ".aspx";
//          if (itemlength = -1) {
//              itemObject.TargetURL = ""
//          }
//          else {
//              itemObject.TargetURL = itemText &amp;#43; ".aspx";
//          }
          if (itemText == "Vehicle%20Registration") {
              itemObject.TargetURL = ""
          }
          else if (itemText == "Driver%20License") {
              itemObject.TargetURL = ""
          }
          else if (itemText == "Wants%20and%20Warrants") {
              itemObject.TargetURL = ""
          }
          else if (itemText == "NCIC%20Inquires") {
              itemObject.TargetURL = ""
          }
          else if (itemText == "Canadian%20Queries") {
              itemObject.TargetURL = ""
          }
          else if (itemText == "Out-of-State%20NLETS") {
              itemObject.TargetURL = ""
          }
          else if (itemText == "CCH/III") {
              itemObject.TargetURL = ""
          }
          else if (itemText == "Property") {
              itemObject.TargetURL = ""
          }
          else if (itemText == "Caution%20Ohio%20Police") {
              itemObject.TargetURL = ""
          }
          else if (itemText == "Automated%20Titling%20File") {
              itemObject.TargetURL = ""
          }
          else if (itemText == "Conceal%20And%20Carry%20Permits") {
              itemObject.TargetURL = ""
          }
          else if (itemText == "Escaped%20Violent%20Felon%20Notification") {
              itemObject.TargetURL = ""
          }
          else if (itemText == "Hit%20Confirmations") {
              itemObject.TargetURL = ""
          }
          else if (itemText == "Unidentified%20Persons") {
              itemObject.TargetURL = ""
          }
          return true;
      }
    &amp;lt;/script&amp;gt;
&amp;lt;body&amp;gt;
   &amp;lt;form id="form1" runat="server"&amp;gt;
      &amp;lt;div id="main" class="mainStyle"&amp;gt;
		&amp;lt;div id="headerTitle" class="headerTitle"&amp;gt;
            &amp;lt;uc1:criscommandinterface id="CRISCommandInterface" runat="server"&amp;gt;&amp;lt;/uc1:criscommandinterface&amp;gt;
		&amp;lt;/div&amp;gt;
		&amp;lt;div id="contentWSM" class="contentWSM"&amp;gt;
			&amp;lt;div class="divWSM"&amp;gt;
				&amp;lt;ISWebEssentials:WebSlidingMenu ID="WebSlidingMenu1" runat="server" Caption="Commands"
					DataSourceID="XmlDataSource3" Height="600px" Width="275px" DefaultStyleMode="Silver" 
                    AccessKey="Q" ToolTip="Transaction Commands" ForeColor="Black"&amp;gt;
                    &amp;lt;LayoutSettings TargetWindow="LEADSDesc"&amp;gt;&amp;lt;/LayoutSettings&amp;gt;
					&amp;lt;ItemStyle&amp;gt;
						&amp;lt;Normal Font-Size="10pt"&amp;gt;
						&amp;lt;/Normal&amp;gt;
						&amp;lt;Over Font-Size="10pt"&amp;gt;
						&amp;lt;/Over&amp;gt;
						&amp;lt;Active Font-Size="10pt"&amp;gt;
						&amp;lt;/Active&amp;gt;
					&amp;lt;/ItemStyle&amp;gt;
					&amp;lt;DataBindings&amp;gt;
                        &amp;lt;ISWebEssentials:WebSlidingMenuItemBinding DataMember="root" NameField="Text" 
                            TextField="Name" /&amp;gt;
                        &amp;lt;ISWebEssentials:WebSlidingMenuItemBinding DataMember="parent" NameField="Text" 
                            TextField="Text" /&amp;gt;
                    &amp;lt;/DataBindings&amp;gt;
					&amp;lt;LayoutSettings TargetWindow="LEADSDesc" /&amp;gt;
                    &amp;lt;ClientSideEvents OnItemClick="WebSlidingMenu1_OnItemClick" /&amp;gt;
					&amp;lt;AlternateItemStyle&amp;gt;
						&amp;lt;Normal Font-Size="10pt"&amp;gt;
						&amp;lt;/Normal&amp;gt;
						&amp;lt;Over Font-Size="10pt"&amp;gt;
						&amp;lt;/Over&amp;gt;
						&amp;lt;Active Font-Size="10pt"&amp;gt;
						&amp;lt;/Active&amp;gt;
					&amp;lt;/AlternateItemStyle&amp;gt;
				&amp;lt;/ISWebEssentials:WebSlidingMenu&amp;gt;
			    &amp;lt;asp:XmlDataSource ID="XmlDataSource3" runat="server" 
                    DataFile="~/App_Data/LeadsTransaction.xml" XPath="//root"&amp;gt;
                &amp;lt;/asp:XmlDataSource&amp;gt;
			&amp;lt;/div&amp;gt;
			&amp;lt;div class="divImage"&amp;gt;
				&amp;lt;iframe name="LEADSDesc" class="iframeStyle"  frameborder="0" src="about:blank"&amp;gt;
				&amp;lt;/iframe&amp;gt;
			&amp;lt;/div&amp;gt;
		&amp;lt;/div&amp;gt;
	&amp;lt;/div&amp;gt;
      &amp;lt;div id="divInboxRefsh" style="height:50px; width:100%;float:right"&amp;gt;&amp;lt;/div&amp;gt;     
    &amp;lt;/form&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
             
&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-family: times new roman; font-size: 15px;"&gt;&lt;/span&gt; &lt;/p&gt;</description></item></channel></rss>