<?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 : Hidden Menu Bug</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Skin Framework : Hidden Menu Bug]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 17 Apr 2026 05:45:50 +0000</pubDate>
  <lastBuildDate>Thu, 06 Sep 2007 04:34:36 +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=7482</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[Hidden Menu Bug : HiI also make my menu visible...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7482&amp;PID=25594&amp;title=hidden-menu-bug#25594</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3271">Lidiya</a><br /><strong>Subject:</strong> 7482<br /><strong>Posted:</strong> 06 September 2007 at 4:34am<br /><br />Hi<br><br>I also make my menu visible by just putting the CommandBars on the Form, but I have the problem on manipulating this. For example I make items of the menu <font face="Courier New, Courier, mono">enabled</font> and <font face="Courier New, Courier, mono">disabled</font>.<br>Changes of properties do not have any effects.<br><br>I already found out that navigating through ComandBars members to the specifical item and setting its property works well using e.g. <br><table width="99%"><tr><td><pre class="BBcode">CommandBars.ActiveMenuBar.Controls.Item(2).CommandBar.Controls.Item(1).Enabled&nbsp; = False</pre></td></tr></table><br><br>So I suggest the visible menue is not connected to the original menu.<br>My application is a pretty big project which was written before usingSkinFrameWork so I dont want to make a huge amount of changes on it.<br><br>So, is there a way to apply changes of the original menu to the visible menu?<br><br>The second, interesting, but not as important question is if it is possible to access specifical items directly i.e. without navigating through the members of&nbsp; ComandBars? <br><br>Thanks for Help.<br>]]>
   </description>
   <pubDate>Thu, 06 Sep 2007 04:34:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7482&amp;PID=25594&amp;title=hidden-menu-bug#25594</guid>
  </item> 
  <item>
   <title><![CDATA[Hidden Menu Bug : Hello, Yeap, in last versions...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7482&amp;PID=24057&amp;title=hidden-menu-bug#24057</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7482<br /><strong>Posted:</strong> 30 June 2007 at 4:13am<br /><br /><DIV>Hello,</DIV><DIV>Yeap, in last versions we added autoconverting - so you don't need any code to convert menu. </DIV>]]>
   </description>
   <pubDate>Sat, 30 Jun 2007 04:13:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7482&amp;PID=24057&amp;title=hidden-menu-bug#24057</guid>
  </item> 
  <item>
   <title><![CDATA[Hidden Menu Bug : I was ready to set up all the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7482&amp;PID=24049&amp;title=hidden-menu-bug#24049</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3113">corpcon</a><br /><strong>Subject:</strong> 7482<br /><strong>Posted:</strong> 29 June 2007 at 2:27pm<br /><br />I was ready to set up all the menu items using ComandBars when I discovered that I didn't need to. By using just the following code, my existing application menus appeared. Is this what you meant?<DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; ' Set Menus<BR>&nbsp;&nbsp;&nbsp; CommandBarsGlobalSettings.App = App<BR>&nbsp;&nbsp;&nbsp; ' Disable MenuBar Docking<BR>&nbsp;&nbsp;&nbsp; CommandBars.ActiveMenuBar.EnableDocking xtpFlagStretched</DIV><DIV>&nbsp;</DIV><DIV>Just as an observation, I've noticed that things such as Properties and Methods are all documented. But there is no real world documentation examples of how to implement anything. The sample apps are nice, but we're still&nbsp;left to fend for ourselves with regards to figuring out how to apply these controls. Just creating a menu is a prime example. There was no, "Here's how you create a menu" topic. I had to decipher the sample on my own and locate which code was applicable to just the menu.</DIV>]]>
   </description>
   <pubDate>Fri, 29 Jun 2007 14:27:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7482&amp;PID=24049&amp;title=hidden-menu-bug#24049</guid>
  </item> 
  <item>
   <title><![CDATA[Hidden Menu Bug : Hello,  SkinFramework doesn&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7482&amp;PID=24035&amp;title=hidden-menu-bug#24035</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7482<br /><strong>Posted:</strong> 29 June 2007 at 1:18am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>SkinFramework doesn't support application menus. Use our ComandBars control.</DIV>]]>
   </description>
   <pubDate>Fri, 29 Jun 2007 01:18:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7482&amp;PID=24035&amp;title=hidden-menu-bug#24035</guid>
  </item> 
  <item>
   <title><![CDATA[Hidden Menu Bug : My menu in my MDI form(VB) appears...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7482&amp;PID=24023&amp;title=hidden-menu-bug#24023</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3113">corpcon</a><br /><strong>Subject:</strong> 7482<br /><strong>Posted:</strong> 28 June 2007 at 5:04pm<br /><br /><P>My menu in my MDI form&nbsp;(VB) appears to be hidden. It's still there, but it is in the title bar, and the FIRST heading will&nbsp;appear if I click on the approximate location of where&nbsp;it is&nbsp;supposed to be. Other menu headings are only available when the first heading is clicked and you move the mouse across (not that that really matters).&nbsp;Pictures below illustrate this ...</P><DIV></DIV><img src="http://www.marklewis.ca/download/menu.jpg" border="0">]]>
   </description>
   <pubDate>Thu, 28 Jun 2007 17:04:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7482&amp;PID=24023&amp;title=hidden-menu-bug#24023</guid>
  </item> 
 </channel>
</rss>