<?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 : CXTPC&#111;ntrolPopup dynamic menu items</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTPC&#111;ntrolPopup dynamic menu items]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 18:33:14 +0000</pubDate>
  <lastBuildDate>Fri, 04 Feb 2005 05:13:42 +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=1738</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[CXTPC&#111;ntrolPopup dynamic menu items : Better way is WM_XTP_INITCOMMANDSPOPUP. ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1738&amp;PID=4994&amp;title=cxtpcontrolpopup-dynamic-menu-items#4994</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1738<br /><strong>Posted:</strong> 04 February 2005 at 5:13am<br /><br /><P>Better way is WM_XTP_INITCOMMANDSPOPUP.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Fri, 04 Feb 2005 05:13:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1738&amp;PID=4994&amp;title=cxtpcontrolpopup-dynamic-menu-items#4994</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPC&#111;ntrolPopup dynamic menu items : Oleg, Thanks for your response. I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1738&amp;PID=4986&amp;title=cxtpcontrolpopup-dynamic-menu-items#4986</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=933">skura</a><br /><strong>Subject:</strong> 1738<br /><strong>Posted:</strong> 03 February 2005 at 2:41pm<br /><br /><P>Oleg,</P><P>Thanks for your response.</P><P>I ended up over loading the OnControlSelected() by defining the following message map entry.</P><P>&nbsp;ON_MESSAGE(WM_XTP_CONTROLSELECTED, OnControlSelected)</P><P>Any potential problems with this approach?</P><!-- Message  ''"" --><span style="font-size:10px"><br /><br />Edited by skura</span>]]>
   </description>
   <pubDate>Thu, 03 Feb 2005 14:41:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1738&amp;PID=4986&amp;title=cxtpcontrolpopup-dynamic-menu-items#4986</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPC&#111;ntrolPopup dynamic menu items : it isdesigned behaviour. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1738&amp;PID=4976&amp;title=cxtpcontrolpopup-dynamic-menu-items#4976</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1738<br /><strong>Posted:</strong> 03 February 2005 at 9:34am<br /><br />it is&nbsp;designed behaviour.]]>
   </description>
   <pubDate>Thu, 03 Feb 2005 09:34:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1738&amp;PID=4976&amp;title=cxtpcontrolpopup-dynamic-menu-items#4976</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPC&#111;ntrolPopup dynamic menu items : Ark42, Thanks for the help. Now...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1738&amp;PID=4965&amp;title=cxtpcontrolpopup-dynamic-menu-items#4965</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=933">skura</a><br /><strong>Subject:</strong> 1738<br /><strong>Posted:</strong> 02 February 2005 at 6:22pm<br /><br /><P>Ark42,</P><P>Thanks for the help. Now I could populate the menu dynamically. </P><P>I am running into following issue. The functions defined by the following message map entries are getting only when the user clicks on the "label" associated with the SplitButtonPopup. They are not getting called if the user clicks on the "arrow".</P><P>&nbsp;ON_UPDATE_COMMAND_UI(IDC_WIFIDROPBUTTON, OnPopulateList)<BR>&nbsp;ON_XTP_EXECUTE(IDC_WIFIDROPBUTTON, OnSelectListEntry)</P><P>Is this the expected behavior OR is this Toolkit bug? How can I overcome this issue?</P><P>Thanks in advance.<BR></P>]]>
   </description>
   <pubDate>Wed, 02 Feb 2005 18:22:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1738&amp;PID=4965&amp;title=cxtpcontrolpopup-dynamic-menu-items#4965</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPC&#111;ntrolPopup dynamic menu items :  See:  void CMainFrame::OnInitCommandsPopup(CXTPPopupBar*...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1738&amp;PID=4956&amp;title=cxtpcontrolpopup-dynamic-menu-items#4956</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=203">Ark42</a><br /><strong>Subject:</strong> 1738<br /><strong>Posted:</strong> 02 February 2005 at 11:30am<br /><br /><br>See: &nbsp; void CMainFrame::OnInitCommandsPopup(CXTPPopupBar* pCommandBar)<br>]]>
   </description>
   <pubDate>Wed, 02 Feb 2005 11:30:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1738&amp;PID=4956&amp;title=cxtpcontrolpopup-dynamic-menu-items#4956</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPC&#111;ntrolPopup dynamic menu items : I am using a CXTPControlPopup...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1738&amp;PID=4954&amp;title=cxtpcontrolpopup-dynamic-menu-items#4954</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=933">skura</a><br /><strong>Subject:</strong> 1738<br /><strong>Posted:</strong> 02 February 2005 at 10:58am<br /><br /><P>I am using a CXTPControlPopup (xtpControlSplitButtonPopup) in a toolbar. I would like to dynamically create the menu when the user clicks on the down arrow. How can I achieve this?</P>]]>
   </description>
   <pubDate>Wed, 02 Feb 2005 10:58:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1738&amp;PID=4954&amp;title=cxtpcontrolpopup-dynamic-menu-items#4954</guid>
  </item> 
 </channel>
</rss>