<?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 : Designer Tips for Newbies</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Designer Tips for Newbies]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 10:52:24 +0000</pubDate>
  <lastBuildDate>Wed, 27 Oct 2004 13:07:26 +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=1330</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[Designer Tips for Newbies : Ok I just purshased the Xtreme...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1330&amp;PID=3719&amp;title=designer-tips-for-newbies#3719</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=787">JSram</a><br /><strong>Subject:</strong> 1330<br /><strong>Posted:</strong> 27 October 2004 at 1:07pm<br /><br />Ok I just purshased the Xtreme Suite and so far very satisfied,although there is a few features one hope to see added in the future.Anyhow, as new to any set of controls one is apt to make newbiemistakes, so I thought it to be a good idea to start a thread listingsome tips or what to think of when starting out and I have just startedto work with the Designer to create toolbars so this thread is about my(and possibly ohters) experiences with it.<br><br><font size="3"><span style="font-weight: bold;">Make use of Categories<br></span><font size="2">When starting to create controls it's easy tobelive categories and topmenu levels (the Built-in Menus) belongstogether and you create a category for each toplevel. Don't do that! <span style="font-weight: bold;">Organize your controls into logical categories</span>.Menu item clicks are trapped by it's ID (Control.Id) in theCommanbars.Execute_Event() in all examples I have read so far. If youhave lots of menu and other controls in your toolbars you are going toend up with a long long Select Case Statment, which isn't anything badin it self. But you can organize your code better by making use of the"category" property and check for <span style="font-weight: bold;">Select Case Control.Category</span>instead of Select Case Control.Id and then branch to&nbsp; a subroutine for each catagory passing Control.Id as an argument and then,there make a Select Case to check the ID and take proper action.<br><br>This helps you to keep your code organized and is particulary useful when several menu items relate to the same thing.<br></font><span style="font-weight: bold;"></span></font>]]>
   </description>
   <pubDate>Wed, 27 Oct 2004 13:07:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1330&amp;PID=3719&amp;title=designer-tips-for-newbies#3719</guid>
  </item> 
 </channel>
</rss>