<?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 : How Do I add Descriptions to Gallery Items</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : How Do I add Descriptions to Gallery Items]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 12 Jun 2026 03:59:28 +0000</pubDate>
  <lastBuildDate>Wed, 01 Oct 2008 14:09:29 +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=12305</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[How Do I add Descriptions to Gallery Items : Hi, You also need set some icons...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12305&amp;PID=41563&amp;title=how-do-i-add-descriptions-to-gallery-items#41563</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12305<br /><strong>Posted:</strong> 01 October 2008 at 2:09pm<br /><br /><P>Hi,</P><DIV>You also need set some icons for these items.</DIV>]]>
   </description>
   <pubDate>Wed, 01 Oct 2008 14:09:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12305&amp;PID=41563&amp;title=how-do-i-add-descriptions-to-gallery-items#41563</guid>
  </item> 
  <item>
   <title><![CDATA[How Do I add Descriptions to Gallery Items : Hello - can you tell me why the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12305&amp;PID=41552&amp;title=how-do-i-add-descriptions-to-gallery-items#41552</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1630">LeeHayton</a><br /><strong>Subject:</strong> 12305<br /><strong>Posted:</strong> 01 October 2008 at 5:34am<br /><br />Hello - can you tell me why the code below does not show the DescriptionText - only the captions?<DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>Lee</DIV><DIV>&nbsp;</DIV><DIV>Dim cbp As CommandBarPopup, cbg As CommandBarGallery, cbgis As CommandBarGalleryItems, cbgi As CommandBarGalleryItem<BR>With CommandBars1<BR>&nbsp;&nbsp;&nbsp; Set cbp = .ActiveMenuBar.Controls.Add(xtpControlPopup, 1, "Reports")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set cbg = cbp.CommandBar.Controls.Add(xtpControlGallery, 2, "Gallery 1")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cbg.Style = xtpButtonCaptionAndDescription<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set cbgis = .CreateGalleryItems(1)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cbgis.ItemWidth = 0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set cbgi = cbgis.AddItem(1, "Gallery Item 1")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cbgi.DescriptionText = "This is the description text"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set cbgi = cbgis.AddItem(1, "Gallery Item 2")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set cbgi = cbgis.AddItem(1, "Gallery Item 3")<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set cbg.Items = cbgis<BR>End With<BR></DIV><DIV>&nbsp;</DIV><DIV><img src="https://forum.codejock.com/uploads/20081001_053346_GalleryItems.jpg" border="0"></DIV>]]>
   </description>
   <pubDate>Wed, 01 Oct 2008 05:34:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12305&amp;PID=41552&amp;title=how-do-i-add-descriptions-to-gallery-items#41552</guid>
  </item> 
  <item>
   <title><![CDATA[How Do I add Descriptions to Gallery Items : Hi,  Try to set GalleryControl.Style...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12305&amp;PID=41550&amp;title=how-do-i-add-descriptions-to-gallery-items#41550</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12305<br /><strong>Posted:</strong> 01 October 2008 at 5:15am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Try to set GalleryControl.Style = xtpButtonIconAndCaption ' or xtpButtonCaptionAndDescription</DIV>]]>
   </description>
   <pubDate>Wed, 01 Oct 2008 05:15:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12305&amp;PID=41550&amp;title=how-do-i-add-descriptions-to-gallery-items#41550</guid>
  </item> 
  <item>
   <title><![CDATA[How Do I add Descriptions to Gallery Items : How do I display a caption and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12305&amp;PID=41547&amp;title=how-do-i-add-descriptions-to-gallery-items#41547</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1630">LeeHayton</a><br /><strong>Subject:</strong> 12305<br /><strong>Posted:</strong> 01 October 2008 at 5:03am<br /><br />How do I display a caption and a description for gallery items?<DIV>&nbsp;</DIV><DIV>I have tried all sorts of combinations with the gallery and gallery items styles but for some reason i can;t get it to work.</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>Lee</DIV>]]>
   </description>
   <pubDate>Wed, 01 Oct 2008 05:03:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12305&amp;PID=41547&amp;title=how-do-i-add-descriptions-to-gallery-items#41547</guid>
  </item> 
 </channel>
</rss>