in

Browse by Tags

  • Floating tabs and ribbon status bar

    I have created a form with the ribbons status bar on the bottom of the form. Placed a command dock control on the left hand side and set the docking to left. Placed a docking tab inside of the command dock control. During the running of the application undocking the tab to floating and then re docking...
    Posted to Menus and Toolbars for .NET (Forum) by dennistofinetti on 11-22-2007
    Filed under: float, C1DockingTab
  • Does the DockingTab's Tablist fire any events?

    I've set the Visible property for a DockingTabPage to false, but the tab shows up in the tab list. I'm fine with this behavior, but I'm trying to determine if the tablist fires any events when you select a tab that way. I'd like to know if the invisible tab was "selected" via...
    Posted to Menus and Toolbars for .NET (Forum) by brad.huffman on 12-05-2007
    Filed under: C1DockingTab
  • Docking issues with C1CommandDock

    I am a previous user of ComponentOne and have returned to using it a couple days ago. I used to use the C1CommandDock all the time, along with C1DockingTab. I remember the C1CommandDock (with a C1DockingTab within it) used to respect the docking of menubars and statusbars. More specifically, when moving...
    Posted to Menus and Toolbars for .NET (Forum) by Obsolete on 12-17-2007
    Filed under: C1DockingTab, C1StatusBar, C1CommandDock
  • Help Me Understand

    I have a bunch of tab pages that I want to show and hide using a menu. The main form opens with only one tab visible by default. If the user's level permits, they can view other tabs with information pertinent to their user level. I create the tabs at design time, and set their visible property to...
    Posted to Menus and Toolbars for .NET (Forum) by camainc on 02-15-2008
    Filed under: C1DockingTab SelectedIndexChanged, C1DockingTabPage, C1DockingTab, C1Command
  • Re: C1DockingTab.TabPages Enumerator bug?

    The problem can be fixed in the 0 to Count-1 loop. When you close the first tab (0), then the original tab(1) becomes tab(0). So keep removing tab(0) to remove all tabs. Otherwise you will only remove every other tab. This doesn't fix the ForEach enumerator loop. This must work with the index values...
    Posted to Menus and Toolbars for .NET (Forum) by C1_GregL on 12-17-2007
    Filed under: C1DockingTab, close
  • Re: Does the DockingTab's Tablist fire any events?

    Well, the selectedIndexChanging/ed events will fire, but the index of the invisible tab is never obtainable in those events or anywhere in between. Currently, the drop down list is pretty much "as is" I will pass this along to the developer as an enhancement and hopefully more functionality...
    Posted to Menus and Toolbars for .NET (Forum) by C1_GregL on 12-07-2007
    Filed under: C1DockingTab, ShowTabList
  • Re: Reopen floating docking tab

    Currently, i think the only way to do programmatically float a TabPage is to add the TabPage to a new DockingTab and use the method you mentioned for the CommandDock (the CommandDock cannot float a TabPage by itself) Dim floatTab As New C1DockingTab floatTab.TabPages.Add(C1DockingTabPage1) C1CommandDock1...
    Posted to Menus and Toolbars for .NET (Forum) by C1_GregL on 11-08-2007
    Filed under: float, C1DockingTabPage, C1DockingTab
  • Docking Tab->Floating.. back to dock??

    Hi, I got a simple question (I hope). I got a commandDock at the bottom, with a dockingtab (2 tab). When I drag it out to float (the entire thing holding both tab) How do I put it back to the original bottom dock position when I hit x ? Thanks HL
    Posted to Menus and Toolbars for .NET (Forum) by himpact on 04-05-2008
    Filed under: C1DockingTabPage, C1DockingTab, C1CommandDock
  • Re: Vista refresh problem with AutoHiding

    Hi, this issue is being addressed (issue id VNCMD000664 ). You should be able to avoid it by turning the animate property to False, however you'll lose the animation completely. Regards, Greg L
    Posted to Menus and Toolbars for .NET (Forum) by C1_GregL on 12-11-2007
    Filed under: C1DockingTab, Animate
Page 1 of 1 (9 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2007 ComponentOne LLC All Rights Reserved.