|
Browse by Tags
All Tags » SCSF » CAB ( RSS)
-
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...
-
Hello I have an MDI form with a dock and MDI tab workspace (SCSF solution). One pane, docked top, serves as a navigational aid, and is locked (cannot be docked somewhere else, cannot be resized etc.). There are other panes which can be freely docked and moved. I would like to prevent users dragging a...
-
When I try to Add() a tab to another ribbon, I get the error "the specified tab belongs to a different ribbon", the same happens if adding the tab to a CAB UIExtensionSite. How do I detach a tab and move it to a different ribbon ? This is a composite CAB application where the biz-module developers...
-
When I try to register the TreeNodesCollection of an UltraTree as a CAB-UIExtensionSite like this RootWorkItem.UIExtensionSites.RegisterSite( UIExtensionSiteNames .WindowTemplatesTreeNodes, this .Shell.WindowTemplateNodes); I get the following error message: "No UIElementAdapterFactory register...
-
When inserting an UltraDockWorkspace into a Form (in VS designer) the following message will be shown: UltraToolbarsManager Initialization The UltraToolbarsManager component is initializing and is about to add toolbar docking areas to ShellLayoutView. It is recommended that a container control with its...
-
I tried to use an UltraMdiTabWorkspace in a SCSF application with a separated ShellLayout (separate project Infrastructure.Layout) but it seems that the Workspace could not be created. My guess is that the UltraMdiTabWorkspace cannot be created because it is embedded in the separate ShellLayoutView which...
-
I know the problem because I ran into it as well and it took me some time to figure out how to solve it. Here comes the good news: It's really easy! mindiff, what you have to do is set the IsMdiContainer property of the ShellForm to true . That's it. Best regards, Gerald
-
Hi there It seems that ButtonTool is missing a eventhandler for the AddPublication function to successfully registed the event. private void AddApplicaitonCloseButton() { ButtonTool btn = new ButtonTool("ApplicationClose"); btn.SharedProps.Caption = "&Close"; WorkItem.UIExtensionSites...
-
Dear community, dear Infragistics employees, I am currently working on a CAB/SCSF project and I wonder what the differences between the ToolbarsManager and the corresponding Workspace are and how I have to use the ToolbarsManagerWorkspace. Of course I know that I can still use the normal ToolbarsManager...
-
I believe they work together you just need to make some changes in SCSF code, and that is the difficult part cheers
|
|