I need to modify the tag values for the form's menu items. However, when I check the value during the ToolClick event in the ToolClickEventArgs, the Tag property is null. I have verified that the tag value is set in the Tool but the event args do not seem to be able to access that value
is it possible to put a whatever control (say wingauge) in a ribbon group? how can i do that? thank you.
Hi, I am using infragistic 2006 volume 3. While compiled/running application on 64 bit machine throw below exception on mouse wheel move on the form. But when I remove ultratoolbar from form then no more exception. {"Arithmetic operation resulted in an overflow."} " at System.IntPtr.ToInt32()\r\n at Infragistics.Win.UltraWinToolbars.UltraToolbarsManager.System.Windows.Forms.IMessageFilter.PreFilterMessage(Message& msg)\r\n at Infragistics.Win.UltraWinToolbars.UltraToolbarsManager.MessageFilterManager.ProcessMessage(Message& msg)\r\n at Infragistics.Win.Utilities.MessageFilterManager...
I reposted this in a new entry at: http://forums.infragistics.com/forums/t/37853.aspx I too suffer from this issue in our application. I have attached a sample project where I have only done the following: 1. Added UltraToolbarManager to form 2. Set Ribbon.Visible = true 3. Set the Form text When the form is maximized (running on Windows 7 Ultimate), unlike Office 2007, the text becomes white and looks horrible. Office 2007 form text remains the same whether maximized or not. Please let me know if there is a workaround for this issue. If not, when we can expect a fix for this. It makes my application...
I have created an Office 2007-like application menu with several button tools in the left area. The right area should show sub-options when the mouse hovers over these button. How can I achieve that? I tried to set the visibility of a list tool in the right area to True or False in the MouseEnterElement and MouseLeaveElement events but the visibility of the list tool does not change immediately. Thank you for your help
Hi, Guys i know this is not that difficult. If i loop through parent controls i get 5 controls. 1 is mdi child and 4 controls are dock area for toolbar. I need some urgent help in this guys!!!!!!!!
Hi, I am new to infragistics and stuck in a problem lately... I have a UltraToolbarsManager in my Parent Form and want to access this UltraToolbarsManager in Mdi Child to enable and disable specifics tools . but if i try to find the UltraToolbarsManager1 in the parent form is gives me a null value..i am trying to find the UltraToolbarsManager1 as mentioned under: parentForm.Controls.find("UltraToolbarsManager1") .. i get null value. I am sure there is a UltraToolbarsManager1 in the parent form and has access modifier as Public. Please guys help me out of this !!!! Thanks
You can try this. ultraToolbarsManager1.MenuSettings.IsSideStripVisible = DefaultableBoolean.False;
Hi In my application i have nearly 28 ribbon tab groups. during run time the ribbongroups get compressed. I need to display as shown in the picture with the navigation button at the right hand corner (Marked by Red lines) Please guide me to achieve this.
1. I had designed a UltraToolbarsManager during runtime. Later I reduced the ribbon tab width by using the creation filter. Now i need to add some tools in the remaining ribbon area i.e at the red line marked area. (Please see attached picture.) Please guide me how to achieve it. 2. I also needed to change the border style during run time. how can i achieve it. Thank you in advance.