<?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 : ShortCutBar and LunaColors=False</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : ShortCutBar and LunaColors=False]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 27 May 2026 21:06:02 +0000</pubDate>
  <lastBuildDate>Thu, 14 Jul 2005 01:52:59 +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=1800</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[ShortCutBar and LunaColors=False : Have you tried using ColorManager.SetColor?...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1800&amp;PID=7671&amp;title=shortcutbar-and-lunacolorsfalse#7671</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=280">ianp</a><br /><strong>Subject:</strong> 1800<br /><strong>Posted:</strong> 14 July 2005 at 1:52am<br /><br /><P>Have you tried using <strong>ColorManager.SetColor</strong>? It will affect the colors used by all SuiteControls, but allows you to modify the colors.</P><P><table width="99%"><tr><td><pre class="BBcode">Private Sub Form_Initialize()<BR>&nbsp; With SuiteControlsGlobalSettings.ColorManager<BR>&nbsp;&nbsp;&nbsp; .SystemTheme = xtpSystemThemeUnknown<BR>&nbsp;&nbsp;&nbsp; .SetColor STDCOLOR_BTNFACE, &amp;HA6AFB2<BR>&nbsp;&nbsp;&nbsp; .SetColor STDCOLOR_WINDOW, &amp;HD2E1E3<BR>&nbsp; End With<BR>End Sub</pre></td></tr></table></P>]]>
   </description>
   <pubDate>Thu, 14 Jul 2005 01:52:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1800&amp;PID=7671&amp;title=shortcutbar-and-lunacolorsfalse#7671</guid>
  </item> 
  <item>
   <title><![CDATA[ShortCutBar and LunaColors=False : I mean shortcutbar, not shorcutcaption,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1800&amp;PID=7664&amp;title=shortcutbar-and-lunacolorsfalse#7664</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1315">williamyang</a><br /><strong>Subject:</strong> 1800<br /><strong>Posted:</strong> 13 July 2005 at 10:30am<br /><br /><P>I mean shortcutbar, not shorcutcaption, they are different control, shortcutbar has not GrandientColor property.</P><P><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by SuperMario" alt="Originally posted by SuperMario" style="vertical-align: text-bottom;" /> <strong>SuperMario wrote:</strong><br /><br />This will disable luna colors in all suite controls (TaskPanel, ShortcutBar, etc).<BR><BR>Private Sub Form_Initialize()<BR>&nbsp;&nbsp;&nbsp; SuiteControlsGlobalSettings.ColorManager.SystemTheme = xtpSystemThemeUnknown<BR>End Sub<BR><BR>Then you would use gshawn's code to update the ShortcutCaption Controls:<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; ShortcutCaption1.GradientColorLight = &amp;HD2E1E3<BR>&nbsp;&nbsp;&nbsp; ShortcutCaption1.GradientColorDark = &amp;HA6AFB2</td></tr></table> </P>]]>
   </description>
   <pubDate>Wed, 13 Jul 2005 10:30:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1800&amp;PID=7664&amp;title=shortcutbar-and-lunacolorsfalse#7664</guid>
  </item> 
  <item>
   <title><![CDATA[ShortCutBar and LunaColors=False :   This will disable luna colors...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1800&amp;PID=7662&amp;title=shortcutbar-and-lunacolorsfalse#7662</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 1800<br /><strong>Posted:</strong> 13 July 2005 at 9:26am<br /><br />This will disable luna colors in all suite controls (TaskPanel, ShortcutBar, etc).<br><br>Private Sub Form_Initialize()<br>&nbsp;&nbsp;&nbsp; SuiteControlsGlobalSettings.ColorManager.SystemTheme = xtpSystemThemeUnknown<br>End Sub<br><br>Then you would use gshawn's code to update the ShortcutCaption Controls:<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; ShortcutCaption1.GradientColorLight = &amp;HD2E1E3<br>&nbsp;&nbsp;&nbsp; ShortcutCaption1.GradientColorDark = &amp;HA6AFB2]]>
   </description>
   <pubDate>Wed, 13 Jul 2005 09:26:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1800&amp;PID=7662&amp;title=shortcutbar-and-lunacolorsfalse#7662</guid>
  </item> 
  <item>
   <title><![CDATA[ShortCutBar and LunaColors=False : I got same problem, how to disable...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1800&amp;PID=7645&amp;title=shortcutbar-and-lunacolorsfalse#7645</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1315">williamyang</a><br /><strong>Subject:</strong> 1800<br /><strong>Posted:</strong> 12 July 2005 at 11:01pm<br /><br />I got same problem, how to disable Lunacolors in Shortcut bar.]]>
   </description>
   <pubDate>Tue, 12 Jul 2005 23:01:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1800&amp;PID=7645&amp;title=shortcutbar-and-lunacolorsfalse#7645</guid>
  </item> 
  <item>
   <title><![CDATA[ShortCutBar and LunaColors=False :   aterron wrote:Well, thanks...but...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1800&amp;PID=5244&amp;title=shortcutbar-and-lunacolorsfalse#5244</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=756">gshawn</a><br /><strong>Subject:</strong> 1800<br /><strong>Posted:</strong> 21 February 2005 at 4:35am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by aterron" alt="Originally posted by aterron" style="vertical-align: text-bottom;" /> <strong>aterron wrote:</strong><br /><br />Well, thanks...but I'm talking about the ShortCutBar not&nbsp;the ShortCutBarCaption...</td></tr></table> Oops, sorry about that... That's what I get for replying to a post at 5 in the morning! <IMG src="http://forum.codejock.com/smileys/smiley1.gif" border="0">]]>
   </description>
   <pubDate>Mon, 21 Feb 2005 04:35:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1800&amp;PID=5244&amp;title=shortcutbar-and-lunacolorsfalse#5244</guid>
  </item> 
  <item>
   <title><![CDATA[ShortCutBar and LunaColors=False : Thanks SuperMario ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1800&amp;PID=5243&amp;title=shortcutbar-and-lunacolorsfalse#5243</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=784">aterron</a><br /><strong>Subject:</strong> 1800<br /><strong>Posted:</strong> 21 February 2005 at 2:50am<br /><br />Thanks SuperMario]]>
   </description>
   <pubDate>Mon, 21 Feb 2005 02:50:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1800&amp;PID=5243&amp;title=shortcutbar-and-lunacolorsfalse#5243</guid>
  </item> 
  <item>
   <title><![CDATA[ShortCutBar and LunaColors=False :  This will disable luna colors...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1800&amp;PID=5214&amp;title=shortcutbar-and-lunacolorsfalse#5214</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 1800<br /><strong>Posted:</strong> 18 February 2005 at 7:59am<br /><br />This will disable luna colors in all suite controls (TaskPanel, ShortcutBar, etc).<br><br>Private Sub Form_Initialize()<br>&nbsp;&nbsp;&nbsp; SuiteControlsGlobalSettings.ColorManager.SystemTheme = xtpSystemThemeUnknown<br>End Sub<br><br>Then you would use gshawn's code to update the ShortcutCaption Controls:<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; ShortcutCaption1.GradientColorLight = &amp;HD2E1E3<br>&nbsp;&nbsp;&nbsp; ShortcutCaption1.GradientColorDark = &amp;HA6AFB2<span style="font-size:10px"><br /><br />Edited by SuperMario</span>]]>
   </description>
   <pubDate>Fri, 18 Feb 2005 07:59:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1800&amp;PID=5214&amp;title=shortcutbar-and-lunacolorsfalse#5214</guid>
  </item> 
  <item>
   <title><![CDATA[ShortCutBar and LunaColors=False : Well, thanks...but I&amp;#039;m talking...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1800&amp;PID=5180&amp;title=shortcutbar-and-lunacolorsfalse#5180</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=784">aterron</a><br /><strong>Subject:</strong> 1800<br /><strong>Posted:</strong> 17 February 2005 at 5:41am<br /><br />Well, thanks...but I'm talking about the ShortCutBar not&nbsp;the ShortCutBarCaption...]]>
   </description>
   <pubDate>Thu, 17 Feb 2005 05:41:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1800&amp;PID=5180&amp;title=shortcutbar-and-lunacolorsfalse#5180</guid>
  </item> 
  <item>
   <title><![CDATA[ShortCutBar and LunaColors=False : This may not be the best workaround,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1800&amp;PID=5179&amp;title=shortcutbar-and-lunacolorsfalse#5179</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=756">gshawn</a><br /><strong>Subject:</strong> 1800<br /><strong>Posted:</strong> 17 February 2005 at 5:02am<br /><br /><P>This may not be the best workaround, but as of v9.60 you can specify the colors in code:</P><P>&nbsp;&nbsp;&nbsp; ShortcutCaption1.GradientColorLight = &amp;HD2E1E3<BR>&nbsp;&nbsp;&nbsp; ShortcutCaption1.GradientColorDark = &amp;HA6AFB2</P><P>I hope this helps!</P>]]>
   </description>
   <pubDate>Thu, 17 Feb 2005 05:02:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1800&amp;PID=5179&amp;title=shortcutbar-and-lunacolorsfalse#5179</guid>
  </item> 
  <item>
   <title><![CDATA[ShortCutBar and LunaColors=False : I can&amp;#039;t figure out how to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1800&amp;PID=5177&amp;title=shortcutbar-and-lunacolorsfalse#5177</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=784">aterron</a><br /><strong>Subject:</strong> 1800<br /><strong>Posted:</strong> 17 February 2005 at 4:46am<br /><br /><P>I can't figure out how to mimic the shortcutbar shown in the attached image. As you can see the colors of the ShortCutbar are identical of those of the CommandBar when Lunacolors = False</P><P>TIA</P><P><IMG src="uploads/aterr&#111;n/2005-02-17_044558_shotcutbar.jpg" border="0"></P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Thu, 17 Feb 2005 04:46:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1800&amp;PID=5177&amp;title=shortcutbar-and-lunacolorsfalse#5177</guid>
  </item> 
 </channel>
</rss>