<?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 : CXTToolBarPopupWnd Ic&#111;n Swap Feature</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTToolBarPopupWnd Ic&#111;n Swap Feature]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 20:02:03 +0000</pubDate>
  <lastBuildDate>Tue, 28 Feb 2006 22:36:35 +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=3698</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[CXTToolBarPopupWnd Ic&#111;n Swap Feature : Hi, Hearty Thanks oleg, i&amp;#039;ve...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3698&amp;PID=11229&amp;title=cxttoolbarpopupwnd-icon-swap-feature#11229</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1754">kanitamildasan</a><br /><strong>Subject:</strong> 3698<br /><strong>Posted:</strong> 28 February 2006 at 10:36pm<br /><br /><P>Hi,</P><P>Hearty <IMG src="http://forum.codejock.com/smileys/smiley27.gif" border="0">&nbsp;Thanks oleg, i've corrected the problem <IMG src="http://forum.codejock.com/smileys/smiley1.gif" border="0"></P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 28 Feb 2006 22:36:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3698&amp;PID=11229&amp;title=cxttoolbarpopupwnd-icon-swap-feature#11229</guid>
  </item> 
  <item>
   <title><![CDATA[CXTToolBarPopupWnd Ic&#111;n Swap Feature : Hello, I tested it before send...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3698&amp;PID=11211&amp;title=cxttoolbarpopupwnd-icon-swap-feature#11211</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3698<br /><strong>Posted:</strong> 28 February 2006 at 7:59am<br /><br /><P>Hello,</P><P>I tested it before send and it worked. </P><P>Can you attach project you have now?</P>]]>
   </description>
   <pubDate>Tue, 28 Feb 2006 07:59:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3698&amp;PID=11211&amp;title=cxttoolbarpopupwnd-icon-swap-feature#11211</guid>
  </item> 
  <item>
   <title><![CDATA[CXTToolBarPopupWnd Ic&#111;n Swap Feature : thanks, I can change the icon...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3698&amp;PID=11208&amp;title=cxttoolbarpopupwnd-icon-swap-feature#11208</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1754">kanitamildasan</a><br /><strong>Subject:</strong> 3698<br /><strong>Posted:</strong> 27 February 2006 at 10:31pm<br /><br /><P>thanks,</P><P>I can change the icon but there is some redraw problem (see my previous post)</P>]]>
   </description>
   <pubDate>Mon, 27 Feb 2006 22:31:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3698&amp;PID=11208&amp;title=cxttoolbarpopupwnd-icon-swap-feature#11208</guid>
  </item> 
  <item>
   <title><![CDATA[CXTToolBarPopupWnd Ic&#111;n Swap Feature : Here code you need: CMainFrame::CMainFrame(){m_dwBorders...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3698&amp;PID=11195&amp;title=cxttoolbarpopupwnd-icon-swap-feature#11195</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3698<br /><strong>Posted:</strong> 27 February 2006 at 8:22am<br /><br /><P>Here code you need:</P><P>CMainFrame::CMainFrame()<BR>{<BR>&nbsp;m_dwBorders = 0;</P><P>&nbsp;<strong>m_nBorderIcon = ID_BDR_NONE;<BR></strong>}</P><P>void CMainFrame::OnBorders(UINT nID)<BR>{<BR>&nbsp;switch (nID)<BR>&nbsp;{<BR>&nbsp;&nbsp;case ID_BDR_TOP: SwitchBorders(borderTop); break;<BR>&nbsp;&nbsp;case ID_BDR_LEFT: SwitchBorders(borderLeft); break;<BR>&nbsp;&nbsp;case ID_BDR_RIGHT: SwitchBorders(borderRight); break;<BR>&nbsp;&nbsp;case ID_BDR_BOTTOM: SwitchBorders(borderBottom); break;<BR>&nbsp;&nbsp;case ID_BDR_NONE: m_dwBorders = 0; break;<BR>&nbsp;&nbsp;case ID_BDR_OUTSIDE: SwitchBorders(borderOutside); break;<BR>&nbsp;&nbsp;case ID_BDR_ALL: SwitchBorders(borderAll); break;<BR>&nbsp;&nbsp;case ID_BDR_INSIDE_VERT: SwitchBorders(borderInsideVert); break;<BR>&nbsp;&nbsp;case ID_BDR_INSIDE_HORZ: SwitchBorders(borderInsideHorz); break;<BR>&nbsp;&nbsp;case ID_BDR_INSIDE: SwitchBorders(borderInside); break;<BR>&nbsp;}</P><P>&nbsp;<strong>m_nBorderIcon = nID;</strong></P><P>}</P><P>void CMainFrame::OnUpdateBorders(CCmdUI* pCmdUI)<BR>{<BR>&nbsp;switch (pCmdUI-&gt;m_nID)<BR>&nbsp;{<BR>&nbsp;&nbsp;case ID_BDR_TOP: pCmdUI-&gt;SetCheck(m_dwBorders &amp; borderTop? TRUE: FALSE); break;<BR>&nbsp;&nbsp;case ID_BDR_LEFT: pCmdUI-&gt;SetCheck(m_dwBorders &amp; borderLeft? TRUE: FALSE); break;<BR>&nbsp;&nbsp;case ID_BDR_RIGHT: pCmdUI-&gt;SetCheck(m_dwBorders &amp; borderRight? TRUE: FALSE); break;<BR>&nbsp;&nbsp;case ID_BDR_BOTTOM: pCmdUI-&gt;SetCheck(m_dwBorders &amp; borderBottom? TRUE: FALSE); break;<BR>&nbsp;&nbsp;case ID_BDR_OUTSIDE : pCmdUI-&gt;SetCheck((m_dwBorders &amp; borderOutside) == borderOutside? TRUE: FALSE); break;<BR>&nbsp;&nbsp;case ID_BDR_ALL : pCmdUI-&gt;SetCheck((m_dwBorders &amp; borderAll) == borderAll? TRUE: FALSE); break;<BR>&nbsp;&nbsp;case ID_BDR_INSIDE_VERT: pCmdUI-&gt;SetCheck(m_dwBorders &amp; borderInsideVert? TRUE: FALSE); break;<BR>&nbsp;&nbsp;case ID_BDR_INSIDE_HORZ: pCmdUI-&gt;SetCheck(m_dwBorders &amp; borderInsideHorz? TRUE: FALSE); break;<BR>&nbsp;&nbsp;case ID_BDR_INSIDE: pCmdUI-&gt;SetCheck((m_dwBorders &amp; borderInside) == borderInside? TRUE: FALSE); break;<BR>&nbsp;}</P><P>&nbsp;<strong>if (pCmdUI-&gt;m_nID == ID_BDR_NONE)<BR>&nbsp;{<BR>&nbsp;&nbsp;CXTPControl* pControl = CXTPControl::FromUI(pCmdUI);<BR>&nbsp;&nbsp;<BR>&nbsp;&nbsp;if (pControl &amp;&amp; pControl-&gt;GetType() == xtpControlSplitButtonPopup)<BR>&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;pControl-&gt;SetIconId(m_nBorderIcon);<BR>&nbsp;&nbsp;}</strong></P><P><strong>&nbsp;}<BR></strong>}</P>]]>
   </description>
   <pubDate>Mon, 27 Feb 2006 08:22:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3698&amp;PID=11195&amp;title=cxttoolbarpopupwnd-icon-swap-feature#11195</guid>
  </item> 
  <item>
   <title><![CDATA[CXTToolBarPopupWnd Ic&#111;n Swap Feature : Hi, ON_UPDATE_COMMAND_UI_RANG...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3698&amp;PID=11193&amp;title=cxttoolbarpopupwnd-icon-swap-feature#11193</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1754">kanitamildasan</a><br /><strong>Subject:</strong> 3698<br /><strong>Posted:</strong> 27 February 2006 at 12:11am<br /><br /><P>Hi,</P><P>ON_UPDATE_COMMAND_UI_RANGE(ID_BDR_OUTSIDE,ID_BDR_RIGHT, OnUpdateBorder)</P><P>void CMainFrame::OnUpdateBorder(CCmdUI* pCmdUI)<BR>{<BR>...<BR>pControl-&gt;SetIconId(iIconID);<BR>...<BR>}</P><P>when i click a button in a tear-offed border toolbar<BR>it changes(redraw) the icon in the commandbar immediately</P><P>when i click a button in the border popupbar(without tear-off it)<BR>it won't changes the icon immediately<BR>(it only changes next time i click the split button in the commandbar to show popupbar)</P>]]>
   </description>
   <pubDate>Mon, 27 Feb 2006 00:11:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3698&amp;PID=11193&amp;title=cxttoolbarpopupwnd-icon-swap-feature#11193</guid>
  </item> 
  <item>
   <title><![CDATA[CXTToolBarPopupWnd Ic&#111;n Swap Feature : Hello, older CXTToolBarPopupWnd...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3698&amp;PID=11186&amp;title=cxttoolbarpopupwnd-icon-swap-feature#11186</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1754">kanitamildasan</a><br /><strong>Subject:</strong> 3698<br /><strong>Posted:</strong> 25 February 2006 at 12:51am<br /><br /><P>Hello,</P><P>older CXTToolBarPopupWnd provides icon swap</P><P>i want to change the icon of commandbar button(splitbuttonpopup) <BR>with the last seletion button's(CXTPPopupToolBar) icon???</P><P>(TearOffPopups and Office11 doesn't swap icons. their implementation <BR>is like make selection of all the combination of border style)</P><P>thanks in advance</P>]]>
   </description>
   <pubDate>Sat, 25 Feb 2006 00:51:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3698&amp;PID=11186&amp;title=cxttoolbarpopupwnd-icon-swap-feature#11186</guid>
  </item> 
  <item>
   <title><![CDATA[CXTToolBarPopupWnd Ic&#111;n Swap Feature : Hello, See TearOffPopups sample....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3698&amp;PID=11160&amp;title=cxttoolbarpopupwnd-icon-swap-feature#11160</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3698<br /><strong>Posted:</strong> 24 February 2006 at 7:47am<br /><br /><P>Hello,</P><P>See TearOffPopups sample.</P>]]>
   </description>
   <pubDate>Fri, 24 Feb 2006 07:47:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3698&amp;PID=11160&amp;title=cxttoolbarpopupwnd-icon-swap-feature#11160</guid>
  </item> 
  <item>
   <title><![CDATA[CXTToolBarPopupWnd Ic&#111;n Swap Feature : Hi, CXTToolBarPopupWnd The popup...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3698&amp;PID=11152&amp;title=cxttoolbarpopupwnd-icon-swap-feature#11152</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1754">kanitamildasan</a><br /><strong>Subject:</strong> 3698<br /><strong>Posted:</strong> 24 February 2006 at 12:38am<br /><br /><P>Hi,</P><P>CXTToolBarPopupWnd&nbsp;</P><P>The popup window contains a separate toolbar that will swap out the image with the newly selected command. Works similar to MS Word's border dropdown button.</P><P>How can i&nbsp;implement the same swap out feature in 9.81 XT Pro ?</P><P>Thanks in advance</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Fri, 24 Feb 2006 00:38:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3698&amp;PID=11152&amp;title=cxttoolbarpopupwnd-icon-swap-feature#11152</guid>
  </item> 
 </channel>
</rss>