<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Context Menu</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Context Menu]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 05:10:20 +0000</pubDate>
  <lastBuildDate>Fri, 18 Aug 2006 09:59:27 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=4788</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Context Menu : Hmm. Seems problem in Foreach...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4788&amp;PID=15030&amp;title=context-menu#15030</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4788<br /><strong>Posted:</strong> 18 August 2006 at 9:59am<br /><br />Hmm. Seems problem in Foreach for ActiveX control... may be .NET generate something wrong... <DIV>&nbsp;</DIV><DIV>please replace foreach to </DIV><DIV>&nbsp;</DIV><FONT color=#0000ff size=2><P>Dim</FONT><FONT size=2> i</P><P></FONT><FONT color=#0000ff size=2>For</FONT><FONT size=2> i = 1 </FONT><FONT color=#0000ff size=2>To</FONT><FONT size=2> Control.CommandBar.Controls.Count</P><P>ContextControl = Control.CommandBar.Controls(i)</P><P>ContextControl.Copy(Popup)</P><P></FONT><FONT color=#0000ff size=2>Next</P><DIV></DIV><P>&nbsp;</P><P>we will try to dig why it happens.</P><DIV></DIV><DIV></DIV>Thanks a lot.</FONT> ]]>
   </description>
   <pubDate>Fri, 18 Aug 2006 09:59:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4788&amp;PID=15030&amp;title=context-menu#15030</guid>
  </item> 
  <item>
   <title><![CDATA[Context Menu : No one can answer!! I think Visual...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4788&amp;PID=15024&amp;title=context-menu#15024</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2073">nofalt&#101;r</a><br /><strong>Subject:</strong> 4788<br /><strong>Posted:</strong> 18 August 2006 at 5:51am<br /><br />No one can answer!! I think Visual Studio 2005 is not yet supported with this activex.. tsk tsk tsk! <img src="https://forum.codejock.com/smileys/smiley19.gif" border="0">]]>
   </description>
   <pubDate>Fri, 18 Aug 2006 05:51:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4788&amp;PID=15024&amp;title=context-menu#15024</guid>
  </item> 
  <item>
   <title><![CDATA[Context Menu : Hi,   Im using Xtreme SuitePro...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4788&amp;PID=14830&amp;title=context-menu#14830</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2073">nofalt&#101;r</a><br /><strong>Subject:</strong> 4788<br /><strong>Posted:</strong> 13 August 2006 at 7:49pm<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>Im using Xtreme SuitePro ActiveX 2006 Q3 on Vb.Net 2005.<BR><BR>My problem is when i call the context menu the popup menu show up but the next time i call the popup it will show nothing but a square.<BR><BR>Look at the attach picture.</DIV><DIV>&nbsp;</DIV><DIV>first click</DIV><DIV><img src="http://www.benchtm.com/1.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>next click</DIV><DIV><DIV><img src="http://www.benchtm.com/2.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>My code:</DIV><DIV>&nbsp;</DIV><DIV><FONT color=#0000ff size=2><P>With</FONT><FONT size=2> frmForm</P><P></FONT><FONT color=#0000ff size=2>If</FONT><FONT size=2> .CommandBars.DesignerControls </FONT><FONT color=#0000ff size=2>Is</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>Nothing</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>Then</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>Exit</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>Sub</P></FONT><FONT size=2><P></FONT><FONT color=#0000ff size=2>Dim</FONT><FONT size=2> Popup </FONT><FONT color=#0000ff size=2>As</FONT><FONT size=2> XtremeCommandBars.CommandBar</P><P></FONT><FONT color=#0000ff size=2>Dim</FONT><FONT size=2> Control </FONT><FONT color=#0000ff size=2>As</FONT><FONT size=2> XtremeCommandBars.CommandBarControl, ContextControl </FONT><FONT color=#0000ff size=2>As</FONT><FONT size=2> XtremeCommandBars.CommandBarControl</P><P>BringToFront()</P><P>Control = .CommandBars.DesignerControls.Find(, 1032)</P><P></FONT><FONT color=#0000ff size=2>If</FONT><FONT size=2> Control </FONT><FONT color=#0000ff size=2>Is</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>Nothing</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>Then</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>Exit</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>Sub</P></FONT><FONT size=2><P>Popup = StartUp.frmServer.CommandBars.Add(</FONT><FONT color=#800000 size=2>"Popup"</FONT><FONT size=2>, XTPBarPosition.xtpBarPopup)</P><P></FONT><FONT color=#0000ff size=2>For</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>Each</FONT><FONT size=2> ContextControl </FONT><FONT color=#0000ff size=2>In</FONT><FONT size=2> Control.CommandBar.Controls</P><P></P><P>ContextControl.Copy(Popup)</P><P></FONT><FONT color=#0000ff size=2>Next</P></FONT><FONT size=2><P>Popup.ShowPopup()</P><P></FONT><FONT color=#0000ff size=2>End</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>With</P></FONT></DIV></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>What seems to be the problem??</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Thanks!</DIV>]]>
   </description>
   <pubDate>Sun, 13 Aug 2006 19:49:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4788&amp;PID=14830&amp;title=context-menu#14830</guid>
  </item> 
 </channel>
</rss>