<?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 : arrows again</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : arrows again]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 09 Apr 2026 11:43:00 +0000</pubDate>
  <lastBuildDate>Fri, 12 Oct 2007 08:22:15 +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=8400</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[arrows again : Hi,  replace CXTPControlPopup*...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8400&amp;PID=27249&amp;title=arrows-again#27249</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8400<br /><strong>Posted:</strong> 12 October 2007 at 8:22am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>replace CXTPControlPopup* pPopup = new CXTPControlPopup();<BR>to</DIV><DIV>CXTPControlPopup* pPopup = CXTPControlPopup::CreateControlPopup(<strong>xtpControlButtonPopup</strong>);</DIV>]]>
   </description>
   <pubDate>Fri, 12 Oct 2007 08:22:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8400&amp;PID=27249&amp;title=arrows-again#27249</guid>
  </item> 
  <item>
   <title><![CDATA[arrows again : Oleg! Thanks  for the previous...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8400&amp;PID=27210&amp;title=arrows-again#27210</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3372">&#1057;&#1099;&</a><br /><strong>Subject:</strong> 8400<br /><strong>Posted:</strong> 11 October 2007 at 1:20am<br /><br />Oleg! Thanks  for the previous response, but i mean another arrows.<br><br>I create tollbar CXTPToolBar with 24x24 icons <br><br>CXTPToolBar* pOperationsBar = (CXTPToolBar*)pCommandBars-&gt;Add(_T("Operations"), xtpBarLeft);<br>&nbsp;&nbsp;&nbsp; if (!pOperationsBar ||<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; !pOperationsBar-&gt;LoadToolBar(IDR_TOOLBAR_OPERATIONS))<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TRACE0("Failed to create toolbar\n");<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return -1;<br>&nbsp;&nbsp;&nbsp; }<br>pOperationsBar-&gt;EnableDocking(xtpFlagAlignAny|xtpFlagFloating|xtpFlagStretched|xtpFlagHideWrap);<br><br>in OnCreateControl i adiing popup<br><br>if (lpCreateControl-&gt;nID == ID_UNDO)<br>&nbsp;&nbsp;&nbsp; {<br>CXTPControlPopup* pPopup = new CXTPControlPopup();<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CXTPPopupBar* pBar = CXTPPopupToolBar::CreatePopupToolBar(GetCommandBars());<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pPopup-&gt;SetCommandBar(pBar);<br>....<br><br>pBar-&gt;GetControls()-&gt;Add(pControlCustom);<br>pBar-&gt;EnableCustomization(FALSE);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pBar-&gt;DisableShadow();<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pBar-&gt;SetBorders(CRect(1, 1, 1, 1));<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pBar-&gt;InternalRelease();<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; lpCreateControl-&gt;pControl = pPopup;<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return TRUE;<br>}<br><br>and my icon ID_UNDO is replaced by arrow<br><img src="uploads/20071011_012012_screen.png" height="183" width="99" border="0"><br>]]>
   </description>
   <pubDate>Thu, 11 Oct 2007 01:20:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8400&amp;PID=27210&amp;title=arrows-again#27210</guid>
  </item> 
 </channel>
</rss>