<?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 : CommandBars 13.2.1</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : CommandBars 13.2.1]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 05:50:43 +0000</pubDate>
  <lastBuildDate>Tue, 09 Feb 2010 07:49:44 +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=15823</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[CommandBars 13.2.1 : Hi Gibra,  XTP_ID_WINDOWLIST...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15823&amp;PID=56694&amp;title=commandbars-13-2-1#56694</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5748">Alpicus</a><br /><strong>Subject:</strong> 15823<br /><strong>Posted:</strong> 09 February 2010 at 7:49am<br /><br />Hi Gibra,<DIV>&nbsp;</DIV><DIV>XTP_ID_WINDOWLIST is a constant representing an Int (in this case <FONT size=2>35000</FONT>)&nbsp;and depending on the language, you have to use the full path like in VB "XtremeCommandBars.XTPCommandBarsSpecialCommands.XTP_ID_WINDOWLIST"&nbsp;or simply the constant itself without the whole path "XTP_ID_WINDOWLIST"</DIV><DIV>&nbsp;</DIV><DIV>As an example I use also "<FONT size=2>XTP_ID_RIBBONCUSTOMIZE" (Int : 9607)&nbsp;without the full path and it working great.</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>You can find this by following the reference of the constant. Here is the code in C# :</FONT></DIV><FONT color=#0000ff size=2><FONT color=#0000ff size=2><P>using</FONT></FONT><FONT size=2> System;</P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2><P>using</FONT></FONT><FONT size=2> System.Runtime.InteropServices;</P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2><P>namespace</FONT></FONT><FONT size=2> XtremeCommandBars</P><P>{</P><P>&#091;</FONT><FONT color=#2b91af size=2><FONT color=#2b91af size=2>Guid</FONT></FONT><FONT size=2>(</FONT><FONT color=#a31515 size=2><FONT color=#a31515 size=2>"ABDCCDFF-A6AC-46F6-A791-69522EC9F482"</FONT></FONT><FONT size=2>)&#093;</P><P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>public</FONT></FONT><FONT size=2> </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>enum</FONT></FONT><FONT size=2> </FONT><FONT color=#2b91af size=2><FONT color=#2b91af size=2>XTPCommandBarsSpecialCommands</P></FONT></FONT><FONT size=2><P>{</P><P>XTP_ID_CUSTOMIZE_ADDORREMOVE = 9122,</P><P>XTP_ID_CUSTOMIZE_RESET = 9123,</P><P>XTP_ID_TOOLBAR_EXPAND = 9148,</P><P>XTP_ID_TOOLBAR_HIDE = 9149,</P><P>XTP_ID_WORKSPACE_CANCEL = 9159,</P><P>XTP_ID_RIBBONCONTROLTAB = 9604,</P><P>XTP_ID_RIBBONCUSTOMIZE = 9607,</P><P>XTP_ID_WINDOWLIST = 35000,</P><P>XTP_ID_CUSTOMIZE = 35001,</P><P>XTP_ID_WORKSPACE_ACTIONS = 35002,</P><P>XTP_ID_FILE_MRU = 35003,</P><P>XTP_ID_TOOLBARLIST = 59392,</P><P>}</P><P>}</P><DIV></DIV><P>&nbsp;</P><P>I wonder if my problem is more about how the CommandBars recognize a child window so it can list it in the CommandBarPopup. If a member of the development team can confirm this, it will be great...</FONT></P>]]>
   </description>
   <pubDate>Tue, 09 Feb 2010 07:49:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15823&amp;PID=56694&amp;title=commandbars-13-2-1#56694</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBars 13.2.1 : Are you sure to use the correct...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15823&amp;PID=56693&amp;title=commandbars-13-2-1#56693</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4669">gibra</a><br /><strong>Subject:</strong> 15823<br /><strong>Posted:</strong> 09 February 2010 at 7:34am<br /><br />Are you sure to use the correct code?<DIV>&nbsp;</DIV><DIV>The Window List control must be this:</DIV><DIV><strong>XtremeCommandBars.XTPCommandBarsSpecialCommands.XTP_ID_WINDOWLIST</strong></DIV><DIV><strong></strong>&nbsp;</DIV><DIV>I don't know if work if you doesn't specific the <strong>XTPCommandBarsSpecialCommands</strong>...</DIV><DIV>&nbsp;</DIV><DIV>Show modified code you use now.</DIV>]]>
   </description>
   <pubDate>Tue, 09 Feb 2010 07:34:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15823&amp;PID=56693&amp;title=commandbars-13-2-1#56693</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBars 13.2.1 : Hi Gibra,  It&amp;#039;s exactly...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15823&amp;PID=56636&amp;title=commandbars-13-2-1#56636</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5748">Alpicus</a><br /><strong>Subject:</strong> 15823<br /><strong>Posted:</strong> 07 February 2010 at 8:06am<br /><br />Hi Gibra,<DIV>&nbsp;</DIV><DIV>It's exactly what I did but no item is displayed in the popup control. What are the conditions for CommandBars to recognize the MDI child windows ? Which style must they own ?</DIV><DIV>&nbsp;</DIV><DIV>Thanks for ur replies,</DIV>]]>
   </description>
   <pubDate>Sun, 07 Feb 2010 08:06:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15823&amp;PID=56636&amp;title=commandbars-13-2-1#56636</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBars 13.2.1 : You should use a &amp;#034;special...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15823&amp;PID=56635&amp;title=commandbars-13-2-1#56635</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4669">gibra</a><br /><strong>Subject:</strong> 15823<br /><strong>Posted:</strong> 07 February 2010 at 7:23am<br /><br />You should use a "special control" for Window list. <DIV>This is a sample code for Ribbon, but should be work with normal commandbar, also:</DIV><DIV>&nbsp;</DIV><DIV>Dim ControlPopup As CommandBarPopup&nbsp;</DIV><DIV>Dim GroupWindow1 As RibbonGroup&nbsp;</DIV><DIV>Public Const ID_GROUP_WINDOW = 136</DIV><DIV>Public Const ID_WINDOW_SWITCH = 143</DIV><DIV>&nbsp;</DIV><DIV>Set GroupWindow1 = TABHome.Groups.AddGroup("Window", ID_GROUP_WINDOW)<BR>Set ControlPopup = GroupWindow1.Add(XtremeCommandBars.XTPControlType.xtpControlPopup, ID_WINDOW_SWITCH, "Switch window", False, False)<BR>ControlPopup.CommandBar.Controls.Add XtremeCommandBars.XTPControlType.xtpControlButton, XtremeCommandBars.XTPCommandBarsSpecialCommands.XTP_ID_WINDOWLIST, "Item 1", False, False</DIV><DIV><BR>&nbsp;</DIV><DIV>HTH</DIV>]]>
   </description>
   <pubDate>Sun, 07 Feb 2010 07:23:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15823&amp;PID=56635&amp;title=commandbars-13-2-1#56635</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBars 13.2.1 : Hi, I&amp;#039;m using Visual Objects...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15823&amp;PID=55545&amp;title=commandbars-13-2-1#55545</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5748">Alpicus</a><br /><strong>Subject:</strong> 15823<br /><strong>Posted:</strong> 11 December 2009 at 6:17am<br /><br /><P>Hi,</P><P>I'm using Visual Objects 2.8 (<a href="http://www.cavo.com" target="_blank">www.cavo.com</A>). I've created a MDI window with CommandBars and configure one of the button (controlpopup) as XTP_ID_WINDOWLIST to list the child windows but when I display a child window, it's not displayed in the controlpopup button, there is just a blank square under the button like when there is no item under a popup !?!?</P><P>Below the code :<BR>DEFINE XTP_ID_WINDOWLIST := 35000</P><P>oSwitch := oGroupDisFolders:Add(xtpControlPopup, 99999, "Switch", FALSE, FALSE)</P><P>oSwitch:CommandBar:Controls:Add(xtpControlButton, XTP_ID_WINDOWLIST, "Item 1", FALSE, FALSE)</P><P>Do you have any idea ?</P><P>Thanks and Best Regards,</P><P>Phil</P>]]>
   </description>
   <pubDate>Fri, 11 Dec 2009 06:17:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15823&amp;PID=55545&amp;title=commandbars-13-2-1#55545</guid>
  </item> 
 </channel>
</rss>