|
Browse by Tags
All Tags » UltraToolbars » Toolbars ( RSS)
-
I currently set various properties of controls on my forms (such as BackColor) by cycling through the Controls collection of the form and checking the type of each control in order to know which property to set. This currently works really well for most controls, most prominently the UltraGroupBox and...
-
Hai All, I m using Ultratoolbar in my mdi form. I am using a context menu in that toolbar. I want to add the details of that context menu to ultratoolbar on its selection. I tried but it shows the error. Pls give the instructions.
-
Some days the easy stuff just aint so easy. :) I just can't seem to get to the property for toogling the statebutton (ie checked). I'm using the ribbon mode, I have a group with a statebutton. In code i'm trying to find the "checked" property. utmToolbar.Tool[44].checked = false;...
-
Hello, I need to enable a toolbar button in run-time. The button is invisible and disabled at the time when the toolbar is created. The code makes it enabled but the button is not re-drawn at the enabled state: ButtonTool save = (ButtonTool)ultraToolbarsManager1.Toolbars["toolbar"].Tools["Save"...
-
We are using the UltraToolsManager ver. 8.2 with the 2011 hotfix, and it seems that when our app is resized to the point where the toolbars create the overflow dropdown it does not get filled with the missing icons. Is there a property or something which controls the filling of this dropdown. Thanks...
-
Hi, I'm trying to use the UltraToolbarsManager to create my own titlebar on a Form with FormBorderStyle = None. And I need to implement form move functionality. How can I catch MouseDown/Up/Move events on the standard toolbar I've added to the form when the user is clicking on the toolbar (Not...
-
Hi all, I'm getting this error: An unhandled exception of type 'System.ArgumentException' occurred in Microsoft.Practices.CompositeUI.dll Additional information: UI element must be a Infragistics.Win.UltraWinToolbars.ToolBase These are my code bits: RibbonTab shellTab = new RibbonTab(UIExtensionSiteNames...
-
I want to save a toolbar with one drop down button and import it into multiple existing Toolbar Managers. I've created a Toolbar Manager with just the toolbar that I want to save and used Load/Save Configuration to save the toolbar (try saving as binary and xml). The problem is that if I use the...
-
Is there a way to force a PopupMenuTool on a Toolbar to be exactly as high as a ButtonTool (the latter is bigger)? When you have both on a Toolbar and hide the ButtonTool the toolbar shrinks because the PopupMenuTool (dropdown) is smaller and the content then resizes. This is very annoying and occurs...
-
Hi, I found it out by myself. For those interested in doing something like this, I describe here what I did: I have set the CanCollapse Property of the respective group to false, and registered an event handler for the Resize-event of the main form of my application, which changes the width of the contained...
Page 1 of 1 (10 items)
|
|