<?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 : Caption is overlapping with icons</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Caption is overlapping with icons]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 12 Jun 2026 03:54:39 +0000</pubDate>
  <lastBuildDate>Thu, 30 Oct 2008 06:51: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=12298</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[Caption is overlapping with icons : These are the relevant code parts...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12298&amp;PID=42497&amp;title=caption-is-overlapping-with-icons#42497</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4592">Ahis</a><br /><strong>Subject:</strong> 12298<br /><strong>Posted:</strong> 30 October 2008 at 6:51am<br /><br />These are the relevant code parts i use, please mind that progress ocx handling is a little different from vba:<br><br><br>General Bar settings:<br><br>/* Reset the command bar */<br>&nbsp; gchCommandBar:CommandBars:DeleteAll().<br><br>&nbsp; /* Create the necessary buttonbar on the commandbar */<br>&nbsp; chButtonBar = gchCommandBar:CommandBars:ADD("ButtonBar",&nbsp; 0).<br>&nbsp; <br>&nbsp; ASSIGN chButtonBar:VISIBLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = FALSE<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; chButtonBar:Closeable&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = FALSE<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; chButtonBar:ContextMenuPresent&nbsp; = FALSE<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; chButtonBar:Customizable&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = FALSE<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; chButtonBar:ShowExpandButton&nbsp;&nbsp;&nbsp; = FALSE<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; chButtonBar:ShowGripper&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = FALSE <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; chButtonBar:EnableAnimation&nbsp;&nbsp;&nbsp;&nbsp; = FALSE.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; chButtonBar:EnableDocking(64). <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; chButtonBar:seticonsize(16,16).&nbsp;&nbsp; <br><br><br><br>Settings&nbsp; for a button:<br><br>gchCommandBar:CommandBars:Icons:LoadIcon(ipcIcon, iIconID, 0).<br><br>chButton = chButtonBar:Controls:ADD(1, 1, "").<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ASSIGN chButton:IconID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = iIconID<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; chButton:VISIBLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = FALSE<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; chButton:ToolTipText&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = cTooltip<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; chButton:DescriptionText&nbsp;&nbsp;&nbsp; = cTooltip<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; chButton:WIDTH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 20<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; chButton:HEIGHT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 55<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; chButton:Style = 4.<br>&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp; <br>Thanks.<br>]]>
   </description>
   <pubDate>Thu, 30 Oct 2008 06:51:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12298&amp;PID=42497&amp;title=caption-is-overlapping-with-icons#42497</guid>
  </item> 
  <item>
   <title><![CDATA[Caption is overlapping with icons : Show all related code. What icon...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12298&amp;PID=42477&amp;title=caption-is-overlapping-with-icons#42477</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12298<br /><strong>Posted:</strong> 29 October 2008 at 4:10pm<br /><br />Show all related code. What icon size you set. what button size, what button style. etc. ]]>
   </description>
   <pubDate>Wed, 29 Oct 2008 16:10:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12298&amp;PID=42477&amp;title=caption-is-overlapping-with-icons#42477</guid>
  </item> 
  <item>
   <title><![CDATA[Caption is overlapping with icons : Noone that has any idea on that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12298&amp;PID=42234&amp;title=caption-is-overlapping-with-icons#42234</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4592">Ahis</a><br /><strong>Subject:</strong> 12298<br /><strong>Posted:</strong> 22 October 2008 at 4:58am<br /><br />Noone that has any idea on that topic? <br>I tried shuffling alot of options but always end with this problem due to the limited space to integrate the bar. <br>Am i overlooking an option to reposition the caption?<br>]]>
   </description>
   <pubDate>Wed, 22 Oct 2008 04:58:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12298&amp;PID=42234&amp;title=caption-is-overlapping-with-icons#42234</guid>
  </item> 
  <item>
   <title><![CDATA[Caption is overlapping with icons : Sorry. i overlooked the image...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12298&amp;PID=41518&amp;title=caption-is-overlapping-with-icons#41518</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4592">Ahis</a><br /><strong>Subject:</strong> 12298<br /><strong>Posted:</strong> 30 September 2008 at 9:40am<br /><br /><img src="uploads/20080930_093918_Overlapping_Cap.JPG" height="59" width="340" border="0"><br><br>Sorry. i overlooked the image function <img src="http://forum.codejock.com/smileys/smiley9.gif" border="0" align="absmiddle"><br><br>Thanks again!<br>]]>
   </description>
   <pubDate>Tue, 30 Sep 2008 09:40:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12298&amp;PID=41518&amp;title=caption-is-overlapping-with-icons#41518</guid>
  </item> 
  <item>
   <title><![CDATA[Caption is overlapping with icons : Hi, Can&amp;#039;t download images...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12298&amp;PID=41514&amp;title=caption-is-overlapping-with-icons#41514</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12298<br /><strong>Posted:</strong> 30 September 2008 at 9:32am<br /><br /><P>Hi,</P><P>Can't download images this file. :( Please attach it here.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 30 Sep 2008 09:32:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12298&amp;PID=41514&amp;title=caption-is-overlapping-with-icons#41514</guid>
  </item> 
  <item>
   <title><![CDATA[Caption is overlapping with icons : Hello all!My problem is as follows:...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12298&amp;PID=41512&amp;title=caption-is-overlapping-with-icons#41512</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4592">Ahis</a><br /><strong>Subject:</strong> 12298<br /><strong>Posted:</strong> 30 September 2008 at 9:15am<br /><br />Hello all!<br><br>My problem is as follows: we want to update our application with newer command bars and therefore i implemented a prototype in Progress (pretty different handling of OCX there).<br><br>I am limited in available space due to our current application, (the height is fixed), also imagesizes used for the buttons are fixed at 16 x 16.<br><br>When i use a commandbar with the&nbsp; seticonsize(16,16) command the captions start to overlap with the icons ---&gt; <b>can i re-locate the captions to the very bottom of the controls?</b><br><br>Help would be much appreciated, i've looked through alot but didnt find anything appropriate yet.<br><br>For a screenshot of the behaviour please check<br>&nbsp;http://80.80.244.49/download/codejock/codejock.zip<br>The Pic is Overlapping_Caption.JPG.<br><br>Best Regards,<br>Ahis<br>]]>
   </description>
   <pubDate>Tue, 30 Sep 2008 09:15:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12298&amp;PID=41512&amp;title=caption-is-overlapping-with-icons#41512</guid>
  </item> 
 </channel>
</rss>