<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.infragistics.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results matching tags 'ribbon' and 'ControlContainerTool'</title><link>http://blogs.infragistics.com/search/SearchResults.aspx?a=0&amp;o=DateDescending&amp;tag=ribbon,ControlContainerTool&amp;orTags=0</link><description>Search results matching tags 'ribbon' and 'ControlContainerTool'</description><dc:language>en-US</dc:language><generator>CommunityServer 2008.5 SP1 (Build: 31106.3070)</generator><item><title>Ribbon bug? ControlContainer tool can't be edited in dropped down RibbonTab</title><link>http://blogs.infragistics.com/forums/p/41191/229434.aspx#229434</link><pubDate>Thu, 06 May 2010 18:34:29 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:229434</guid><dc:creator>javiguti</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am using v9.2. This behaviour can be easily recreated on a new solution by creating a usercontrol (with only a textbox in it is fine). Then drag one instance of the user control on a new form. Add also a toolbarsmanager, enable the ribbon, add a tab and a group, and add a control container for the user control. &lt;/p&gt;
&lt;p&gt;Run the solution.&amp;nbsp;You can type data in the textbox. Minimize the Ribbon (double click on tab item). Now click once ONCE on the tab item (tad drops down). Try to type data in. Does not work. Click on the textbox to highlight text and try to type data in. Does not work either.&lt;/p&gt;
&lt;p&gt;This seems to only happen with ControlContainers. Is there any property I can use to avoid this behaviour?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Javier&lt;/p&gt;</description></item><item><title>ControlContainerTool in the ApplicationMenu ToolAreaRight</title><link>http://blogs.infragistics.com/forums/p/14732/54081.aspx#54081</link><pubDate>Fri, 10 Oct 2008 00:21:25 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:54081</guid><dc:creator>iamjim</dc:creator><description>Hi,


I am trying to put a ControlContainerTool in the ApplicationMenu ToolAreaRight of my app with this code:



ControlContainerTool ListTool = new ControlContainerTool(&amp;quot;ListTool&amp;quot;);  
ListTool .Control = listControl;
AppToolbar.Tools.Add( ListTool );
AppToolbar.Ribbon.ApplicationMenu.ToolAreaRight.Tools.AddTool( &amp;quot;ListTool&amp;quot; );
AppToolbar.Ribbon.ApplicationMenu.ToolAreaRight.Settings.ShowIconArea = Infragistics.Win.DefaultableBoolean.True;



There are several controls on the listControl that I add to the the tool that I shold be seeing, however when I run this code all I see is this:



&lt;img src="http://img.photobucket.com/albums/v423/BarnBee7/appMenu.jpg" border="0" /&gt;

Is this because ControlContainersTools are not allowed in the App Menu?  or am I doing something wrong.  I have added plenty of ControlContainers to regular tabs, and they all work great, but I don&amp;#39;t know much about the app menu so am I not setting it up correctly or something?</description></item></channel></rss>