﻿<?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 - Context Menu Problem - ISRes.axd</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Context-Menu-Problem---ISResaxd/</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>Context Menu Problem - ISRes.axd</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Context-Menu-Problem---ISResaxd/</link><pubDate>Mon, 23 Nov 2009 11:29:14 GMT</pubDate><dc:creator>MarkDavison</dc:creator><description>&lt;p&gt;Hi Julia,&lt;/p&gt;
&lt;p&gt;Much to my amazement, it appears that this was as simple as removing the xmlns= attribute as you suggested.&lt;/p&gt;
&lt;p&gt;Many thanks for your help.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Mark&lt;/p&gt;</description></item><item><title>Context Menu Problem - ISRes.axd</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Context-Menu-Problem---ISResaxd/</link><pubDate>Sun, 22 Nov 2009 21:21:45 GMT</pubDate><dc:creator>julia</dc:creator><description>&lt;p&gt;Hi Mark,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I'm sorry for the late reply. &lt;span style="font-family: calibri; font-size: 15px"&gt;I have replicate your sample but it works fine.&amp;nbsp;I could not reproduce any error as you mention above. Since you said you have upgrade the controls to the latest version, I assume that&amp;nbsp;you use WebDesktop v 3.0 (please correct me if I am wrong). Have you updated the assemblies and our latest hotfix? I have to know your build info before i can investigate your issue.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;/p&gt;


&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: calibri; font-size: 15px"&gt;p.s: &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: calibri; font-size: 15px"&gt;Please change this code :&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: 13.5pt; margin: 0in 6.75pt 0pt 3pt; background: #fffce1"&gt;&lt;span style="font-family: 'courier new'; color: #3f3f3f; font-size: 9pt"&gt;&amp;lt;html xmlns="&lt;a href="http://www.w3.org/1999/xhtml"&gt;&lt;span style="color: #0000ff"&gt;http://www.w3.org/1999/xhtml&lt;/span&gt;&lt;/a&gt;" &amp;gt; &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: calibri; font-size: 15px"&gt;&amp;nbsp;into :&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: calibri; font-size: 15px"&gt;&amp;lt;html&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;/p&gt;


&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;/p&gt;


&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: calibri; font-size: 15px"&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;/p&gt;


&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;/p&gt;


&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: calibri; font-size: 15px"&gt;Julia&lt;/span&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>Context Menu Problem - ISRes.axd</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Context-Menu-Problem---ISResaxd/</link><pubDate>Thu, 19 Nov 2009 07:21:06 GMT</pubDate><dc:creator>MarkDavison</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We have a major web application. In a couple of pages, when the user clicks a button, we show a context menu. This has worked for months until I recently upgraded the controls to the latest versions.&lt;/p&gt;
&lt;p&gt;Now, the context menu is displayed and working properly on one page but is failing on the other page. The basic code in both pages (for showing the menu) is the same.&lt;/p&gt;
&lt;p&gt;The error can be reproduced using this sample:&lt;/p&gt;&lt;pre&gt;&amp;lt;%@ Page Language="VB" AutoEventWireup="false" CodeFile="CMTest.aspx.vb" Inherits="System_CMTest" %&amp;gt;
&amp;lt;%@ Register Assembly="ISNet.WebUI.WebDesktop" Namespace="ISNet.WebUI.WebDesktop"  TagPrefix="ISWebDesktop"%&amp;gt;

&amp;lt;html xmlns="http://www.w3.org/1999/xhtml" &amp;gt;
&amp;lt;head runat="server"&amp;gt;
    &amp;lt;title&amp;gt;Untitled Page&amp;lt;/title&amp;gt;
    
    &amp;lt;script language="javascript" type="text/javascript"&amp;gt;
    function ShowCM() {
     var wcm = ISGetObject("mnuUnits");
     wcm.Show();
    }
    &amp;lt;/script&amp;gt;
    
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
    &amp;lt;form id="form1" runat="server"&amp;gt;

    &amp;lt;ISWebDesktop:WebContextMenu ID="mnuUnits" runat="server" ControlId="btnUnits"&amp;gt;
       &amp;lt;Items&amp;gt;
           &amp;lt;ISWebDesktop:WebMenuItem Type="CheckBox" Checked="true" Name="item0" Text="Hours" OnClick="SetUnits0"&amp;gt;&amp;lt;/ISWebDesktop:WebMenuItem&amp;gt;
           &amp;lt;ISWebDesktop:WebMenuItem Type="CheckBox" Checked="false" Name="item1" Text="Days" OnClick="SetUnits1"&amp;gt;&amp;lt;/ISWebDesktop:WebMenuItem&amp;gt;
           &amp;lt;ISWebDesktop:WebMenuItem Type="CheckBox" Checked="false" Name="item2" Text="Full Time Equivalent (FTE)" OnClick="SetUnits2"&amp;gt;&amp;lt;/ISWebDesktop:WebMenuItem&amp;gt;
       &amp;lt;/Items&amp;gt;
       &amp;lt;MenuStyleSettings BackgroundStripColor2="" BackgroundStripImage="o7_menu_strip.gif" MenuAnimation="True" MenuDropShadow="True" MenuWindowType="Normal" BackgroundStripWidth="26" IconCellWidth="25" HighlightMode="UseComplexImages"&amp;gt;
        &amp;lt;DisabledItemStyle&amp;gt;&amp;lt;Over BackColor="WhiteSmoke" BaseStyle="Normal" BorderColor="#FFBD69" BorderStyle="Solid" BorderWidth="1px" ForeColor="Gray"&amp;gt;&amp;lt;/Over&amp;gt;&amp;lt;Normal Font-Names="segoe ui,tahoma" Font-Size="9pt" ForeColor="Silver"&amp;gt;&amp;lt;/Normal&amp;gt;&amp;lt;/DisabledItemStyle&amp;gt;
        &amp;lt;CheckedItemStyle&amp;gt;&amp;lt;Over BackColor="#99CCFF" BorderColor="#3399FF" BorderStyle="Solid" BorderWidth="1px"&amp;gt;&amp;lt;/Over&amp;gt;&amp;lt;Normal BackColor="#E4EEF8" BorderColor="#3399FF" BorderStyle="Solid" BorderWidth="1px"&amp;gt;&amp;lt;/Normal&amp;gt;&amp;lt;/CheckedItemStyle&amp;gt;
        &amp;lt;SeparatorStyle CustomRules="height: 2px; overflow: hidden"&amp;gt;&amp;lt;BorderSettings&amp;gt;&amp;lt;Top Color="#c5c5c5" Style="solid" Width="1px" /&amp;gt;&amp;lt;/BorderSettings&amp;gt;&amp;lt;/SeparatorStyle&amp;gt;
        &amp;lt;FrameStyle BackColor="White" BorderColor="#868686" BorderStyle="Solid" BorderWidth="1px"&amp;gt;
        &amp;lt;/FrameStyle&amp;gt;&amp;lt;ItemStyle&amp;gt;&amp;lt;Over BackColor="#C0DDFC" BaseStyle="Normal" BorderColor="#3399FF" BorderStyle="Solid" BorderWidth="1px"&amp;gt;&amp;lt;/Over&amp;gt;&amp;lt;Normal Font-Names="segoe ui,tahoma" Font-Size="9pt"&amp;gt;&amp;lt;/Normal&amp;gt;&amp;lt;/ItemStyle&amp;gt;
        &amp;lt;ImagesSettings OverCenter="o7_menu_oc.gif" OverLeft="o7_menu_ol.gif" OverRight="o7_menu_or.gif" ActiveIconCell="o7_icon_active.gif" /&amp;gt;
       &amp;lt;/MenuStyleSettings&amp;gt;
   &amp;lt;/ISWebDesktop:WebContextMenu&amp;gt;

    &amp;lt;div&amp;gt;
    &amp;lt;a href="#" onclick="ShowCM();" id="btnTest" runat="server"&amp;gt;Test&amp;lt;/a&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;Why is this failing? The error is:&lt;/p&gt;
&lt;p&gt;Invalid Argument&lt;/p&gt;
&lt;p&gt;ISRes.axd Line 27. Char:659.&lt;/p&gt;
&lt;p&gt;The URI information is ISRes.axd?F/ISCore.js/305000701.&lt;/p&gt;
&lt;p&gt;I can get the page to work if I include a DOCTYPE declaration of transitional but this brings too many other problems.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Can anyone help with this?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Mark&lt;/p&gt;</description></item></channel></rss>