|
Browse by Tags
All Tags » UltraToolbars » UltraToolbarsManager ( RSS)
-
Hi, I'm hoping someone can help with an issue I'm having with the ToolbarManager Ribbons. We are developing an MDI application and have a common ToolbarManager control on the parent MDI form. We also have a child form which uses the UltraTabControl and would like to enable and disable a specific...
-
I am wondering if there is cache or something I keep getting wierd behaviour from the toolbar. I have 4 buttons on a generic control. I add the control to a form. depends on which form the control is added I either hide 2 buttons or show all 4. I had all 4 buttons showing. Then added the functionality...
-
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...
-
I am looking for an event on the UltraToolbarsManager Tools (ToolsCollection) that gives information about a new tool that is added to this collection. In my application I want to store some information from the tool that is added in a cache. But unfortunatly the ToolsCollection or the UltraToolbarsManager...
-
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...
-
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'm trying to display a WebBrowser Control inside the Ribbon Tab (WinToolbars 2008.1). To accomplish this I have used a ControlContainerTool with the WebBrowser control inside. The ControlContainerTool is placed as the only one tool inside a ToolGroup (which also is the only ToolGroup in this...
-
I am trying to write some custom tool types to use within a Ribbon. More specifically, I am trying to make them bindable, by letting them implement INotifyPropertyChanged. Furthermore, to support design time support, I have made a ToolProvider component class for my custom tool types, as shown in the...
-
I have a form with a tool bar. One of the tools on the tool bar is a PopupControlContainerTool. I have an UltraGrid set as the control for this tool. On form load, I bind the UltraGrid for the PopupControlContainerTool. What I would like to happen is that the PopupControlContainerTool does a ShowPopup...
|
|