<?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 : [Partially Solved] Label Left Margin in Popup</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : [Partially Solved] Label Left Margin in Popup]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 11:33:37 +0000</pubDate>
  <lastBuildDate>Mon, 09 Jun 2008 13:18:27 +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=10943</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[[Partially Solved] Label Left Margin in Popup : Thank you Oleg &amp;amp; Co...Is there...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10943&amp;PID=36453&amp;title=partially-solved-label-left-margin-in-popup#36453</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 10943<br /><strong>Posted:</strong> 09 June 2008 at 1:18pm<br /><br />Thank you Oleg &amp; Co...<br><br>Is there a release date for 12.0.1? There are a number of fixes I'm interested in, and I have a demo coming up in a few weeks, so I'd like to know what I can include and what I'll need to hide...<br><br>Thanks a lot.<br>]]>
   </description>
   <pubDate>Mon, 09 Jun 2008 13:18:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10943&amp;PID=36453&amp;title=partially-solved-label-left-margin-in-popup#36453</guid>
  </item> 
  <item>
   <title><![CDATA[[Partially Solved] Label Left Margin in Popup : Hi,  Thanks. fixed for 12.0.1...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10943&amp;PID=36433&amp;title=partially-solved-label-left-margin-in-popup#36433</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10943<br /><strong>Posted:</strong> 09 June 2008 at 4:36am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Thanks. fixed for 12.0.1</DIV>]]>
   </description>
   <pubDate>Mon, 09 Jun 2008 04:36:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10943&amp;PID=36433&amp;title=partially-solved-label-left-margin-in-popup#36433</guid>
  </item> 
  <item>
   <title><![CDATA[[Partially Solved] Label Left Margin in Popup : I can&amp;#039;t find a way. Also...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10943&amp;PID=36386&amp;title=partially-solved-label-left-margin-in-popup#36386</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2113">ijwelch</a><br /><strong>Subject:</strong> 10943<br /><strong>Posted:</strong> 07 June 2008 at 12:10am<br /><br />I can't find a way. Also would expect flags=xtpFlagRightAlign to work but it doesn't:(<br><br>Think this needs fixing by CJ.<br><br>Workaround is add spaces before label caption or don't display icon.<br>]]>
   </description>
   <pubDate>Sat, 07 Jun 2008 00:10:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10943&amp;PID=36386&amp;title=partially-solved-label-left-margin-in-popup#36386</guid>
  </item> 
  <item>
   <title><![CDATA[[Partially Solved] Label Left Margin in Popup :  Hi,I&amp;#039;ve added an xtpControlLabel...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10943&amp;PID=36382&amp;title=partially-solved-label-left-margin-in-popup#36382</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 10943<br /><strong>Posted:</strong> 06 June 2008 at 7:44pm<br /><br />Hi,<br><br>I've added an xtpControlLabel to the CommandBars object of my QuickAccess bar as follows:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set objQA = mobjRibbonBar.QuickAccessControls.Add(xtpControlSplitButtonPopup, CMD_Print, "Print")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; objQA.CommandBar.BarID = CMD_Print<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With objQA.CommandBar.Controls<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set objCtrl = .Add(xtpControlLabel, CMD_PrinterDeviceLabel, "Available Printers")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; objCtrl.IconID = CMD_Print<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set objCtrl = .Add(xtpControlButton, CMD_PrintSetup, "Printer Options...")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; objCtrl.BeginGroup = True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With<br></pre></td></tr></table><br><br>The Label starts its display at the left edge of the popup menu, which cause problems if you are trying to add an icon to the item:<br><br><img src="uploads/20080606_194032_popuplabel.jpg" height="203" width="323" border="0"><br><br>Now, I've added a label to another (non-quickaccess) popup menu, and it seems to appear properly:<br><br><img src="uploads/20080606_194257_popuplabel_ok.jpg" height="129" width="148" border="0"><br><br>Any idea what I am doing wrong? Is there a way to set the left edge of the Label?<br><br>Thanks for any help.<br><br><b>EDIT: Adding an icon no longer cause an overlap in 12.0.1. <br><font color="#ff0000">HOWEVER: </font></b><font color="#ff0000"><font color="#000000">When there is no icon, the label still appears in the icon area instead of appearing to the right like in image #2 above. The line under the label also crosses over the icon column boundary.</font></font><b><font color="#ff0000"><font color="#000000"> Is this is expected/designed behaviour?</font></font><br></b>]]>
   </description>
   <pubDate>Fri, 06 Jun 2008 19:44:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10943&amp;PID=36382&amp;title=partially-solved-label-left-margin-in-popup#36382</guid>
  </item> 
 </channel>
</rss>