<?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 : [SOLVED] Non square icons in TearOffPopupBar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : [SOLVED] Non square icons in TearOffPopupBar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 13 Jun 2026 18:22:52 +0000</pubDate>
  <lastBuildDate>Mon, 21 Feb 2011 14:00:54 +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=17923</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[[SOLVED] Non square icons in TearOffPopupBar :  &amp;#034; alt=&amp;#034;Originally...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17923&amp;PID=62836&amp;title=solved-non-square-icons-in-tearoffpopupbar#62836</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 17923<br /><strong>Posted:</strong> 21 February 2011 at 2:00pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by Peter59<FONT color=#333333>" alt="Originally posted by Peter59<FONT color=#333333>" style="vertical-align: text-bottom;" /> <strong>Peter59<FONT color=#333333> wrote:</strong><br /><br />@<FONT color=#666666>Aaron: Thank you for your suggestion and yes, long time no seen, but still in business!</FONT> </FONT>Do you think this is a sample for the code snippets forum worth? <BR><BR>&#091;...&#093; <DIV><BR></td></tr></table> </DIV><DIV>&nbsp;</DIV><DIV>Hi Peter,</DIV><DIV>&nbsp;</DIV><DIV>In my opinion every codesnippet is worth posting. There will always be someone looking for same problem, as you encountered, when 'trying' to implement some 'special' feature. Would be nice if all forum members would share there 'knowledge' <img src="http://forum.codejock.com/smileys/smiley2.gif" height="17" width="17" border="0" alt="Wink" title="Wink" /></DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 21 Feb 2011 14:00:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17923&amp;PID=62836&amp;title=solved-non-square-icons-in-tearoffpopupbar#62836</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] Non square icons in TearOffPopupBar : @Aaron: Thank you for your suggestion...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17923&amp;PID=62812&amp;title=solved-non-square-icons-in-tearoffpopupbar#62812</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3156">Peter59</a><br /><strong>Subject:</strong> 17923<br /><strong>Posted:</strong> 20 February 2011 at 1:10pm<br /><br />@Aaron: Thank you for your suggestion and yes, long time no seen, but still in business! Do you think this is a sample for the code snippets forum worth? <br><br>@Oleg: Thank you for the "lighting up" idea - now the problem is solved - see attached sample. <br><br><img src="uploads/3156/N&#111;nSquareIc&#111;nsInTearOffPopupBar.png" height="457" width="614" border="0" /><br><br><a href="uploads/3156/Sample_SetIc&#111;nSize.zip" target="_blank">uploads/3156/Sample_SetIconSize.zip</a><br><br>Peter <br><br><br>]]>
   </description>
   <pubDate>Sun, 20 Feb 2011 13:10:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17923&amp;PID=62812&amp;title=solved-non-square-icons-in-tearoffpopupbar#62812</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] Non square icons in TearOffPopupBar : maybe better solution is to create...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17923&amp;PID=62811&amp;title=solved-non-square-icons-in-tearoffpopupbar#62811</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 17923<br /><strong>Posted:</strong> 20 February 2011 at 8:35am<br /><br />&nbsp;maybe better solution is to create toolbar that is hidden by default<div>in case user tearoff your popup he will start drag this toolbar.</div><div><br></div><div><div>&nbsp;Set ToolBar = CommandBars.Add("Colors", xtpBarTop)</div><div><b>&nbsp;&nbsp; &nbsp; ToolBar.BarID = 33</b></div><div><b>&nbsp;&nbsp; &nbsp; ToolBar.Visible = False</b></div><div><br></div><div>&nbsp;&nbsp; &nbsp;'PopupButton.CommandBar.SetPopupToolBar True</div><div><br></div><div>&nbsp;&nbsp; &nbsp;With ToolBar</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;.ShowGripper = False</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;.SetIconSize 80, 16</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;.SetTearOffPopup "Wide Icons", 33, 220</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;.DefaultButtonStyle = xtpButtonIconAndCaption</div><div>&nbsp;&nbsp; &nbsp;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;Set cmdCtl = .Controls.Add(xtpControlButton, 101, "Blue")</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;cmdCtl.IconId = 101</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;cmdCtl.SetIconSize 80, 16</div><div><br></div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;Set cmdCtl = .Controls.Add(xtpControlButton, 102, "Green")</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;cmdCtl.IconId = 102</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;cmdCtl.SetIconSize 80, 16</div><div><br></div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;Set cmdCtl = .Controls.Add(xtpControlButton, 103, "Grey")</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;cmdCtl.IconId = 103</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;cmdCtl.SetIconSize 80, 16</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;Set cmdCtl = .Controls.Add(xtpControlButton, 104, "Red")</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;cmdCtl.IconId = 104</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;cmdCtl.SetIconSize 80, 16</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;Set cmdCtl = .Controls.Add(xtpControlButton, 105, "Yellow")</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;cmdCtl.IconId = 105</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;cmdCtl.SetIconSize 80, 16</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;</div><div>&nbsp;&nbsp; &nbsp;End With</div></div>]]>
   </description>
   <pubDate>Sun, 20 Feb 2011 08:35:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17923&amp;PID=62811&amp;title=solved-non-square-icons-in-tearoffpopupbar#62811</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] Non square icons in TearOffPopupBar : Hi Peter, Long time no seen  Seems...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17923&amp;PID=62807&amp;title=solved-non-square-icons-in-tearoffpopupbar#62807</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 17923<br /><strong>Posted:</strong> 20 February 2011 at 6:07am<br /><br /><P>Hi Peter,</P><P>Long time no seen <img src="http://forum.codejock.com/smileys/smiley2.gif" height="17" width="17" border="0" alt="Wink" title="Wink" /></P><DIV>Seems you have to set:</DIV><DIV>&nbsp;</DIV><DIV><FONT color=#666666>With PopupButton.CommandBar<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ShowGripper = False<BR></FONT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong><FONT color=#0000ff>.CommandBars.Options.LargeIcons = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .CommandBars.Options.SetIconSize True, 80, 16</FONT></strong></DIV><DIV><strong><FONT color=#0000ff>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ....</FONT></strong></DIV><DIV><FONT color=#0000ff><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </strong><FONT color=#666666>.SetTearOffPopup "Wide Icons", 33,</FONT><strong> 80 </strong><FONT color=#006600>'To get one 'column'</FONT><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT></DIV><DIV><strong><FONT color=#0000ff></FONT></strong>&nbsp;</DIV><DIV><FONT color=#000000>to get what you want. </FONT></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 20 Feb 2011 06:07:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17923&amp;PID=62807&amp;title=solved-non-square-icons-in-tearoffpopupbar#62807</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] Non square icons in TearOffPopupBar :   Hello, I added some non square...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17923&amp;PID=62803&amp;title=solved-non-square-icons-in-tearoffpopupbar#62803</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3156">Peter59</a><br /><strong>Subject:</strong> 17923<br /><strong>Posted:</strong> 20 February 2011 at 2:42am<br /><br />Hello, <br><br>I added some non square icons (80 x 16) to a command bar set as TearOffPopupBar. When I tear off the popup bar it looks very strange. <br><br><img src="uploads/3156/N&#111;nTearOff.bmp" border="0" />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <img src="uploads/3156/TearOff.bmp" border="0" /><br><br>Can someone give me some advice what I missed? <br><br>See attached sample. <a href="uploads/3156/SampleSetIc&#111;nSize.zip" target="_blank">uploads/3156/SampleSetIconSize.zip</a><br><br>Thanks, Peter<br>]]>
   </description>
   <pubDate>Sun, 20 Feb 2011 02:42:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17923&amp;PID=62803&amp;title=solved-non-square-icons-in-tearoffpopupbar#62803</guid>
  </item> 
 </channel>
</rss>