Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » SCSF (RSS)
  • Prevent pane from being dropped to another specific pane

    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...
    Posted to Forum by osetools on 07-10-2008
  • Move RibbonTab to another Ribbon

    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...
    Posted to Forum by kjellsj on 06-27-2008
  • Registering TreeNodesCollection as UIExtensionSite

    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...
    Posted to Forum by gerald_jk on 05-30-2008
  • Message when inserting an UltraDockWorkspace

    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...
    Posted to Forum by gerald_jk on 05-30-2008
  • UltraMdiTabWorkspace in SCSF application with extra ShellLayout

    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...
    Posted to Forum by gerald_jk on 05-30-2008
  • Re: UltraMDITabWorkspace - is not MDI Container?

    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
    Posted to Forum by gerald_jk on 05-08-2008
  • controls comparability issue with CAB

    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...
    Posted to Forum by mcsean on 05-05-2008
  • UltraToolbarsManager vs. UltraToolbarsManagerWorkspace ???

    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...
    Posted to Forum by gerald_jk on 04-30-2008
  • Re: UltraToolbarsManagerWorkspace

    I believe they work together you just need to make some changes in SCSF code, and that is the difficult part cheers
    Posted to Forum by mcsean on 04-23-2008
  • Re: UltraToolbarsManagerWorkspace

    The first line of the previous post should have been "I got it built" because as soon as I started the application I got an exception in the shell's run method in line new ShellApplication ().Run(); The exception reads like this Microsoft.Practices.CompositeUI.Services.ModuleEnumeratorException...
    Posted to Forum by gerald_jk on 04-23-2008
Page 1 of 2 (19 items) 1 2 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems