in

C1 Community

ComponentOne Community is a free source for developers and help authors to collaborate and communicate.

Browse by Tags

  • URGENT, Transition to new C1Commands degraded UI

    My team and I recently upgraded to the new version of the .NET toolset which includes the C1.Win.C1Commands.2.dll version 2.0.20073.19306 . We've upgraded from version 2.0.20053.139 . This change has led me to understand that the LookAndFeel property has been replaced by the VisualStyle property...
    Posted to Menus and Toolbars for .NET (Forum) by assassin316 on 01-18-2008
    Filed under: C1ContextMenu, C1ToolBar, C1Command
  • Hiding CommandLinks in a C1Toolbar

    Hi, Is there a way by which we can hide commandlinks from being displayed in a toolbar ? I have a toolbar with 10 commandlinks in it. But when the application runs, it should display only 6 of them in the toolbar and the rest should be hidden. At the same time the other four commandlinks should be in...
    Posted to Menus and Toolbars for .NET (Forum) by gshanker on 03-07-2008
    Filed under: toolbar, C1ToolBar, C1Command, C1CommandLink
  • Re: URGENT, Transition to new C1Commands degraded UI

    This is a bit of a workaround, but you can do OwnerDraw for the CommandLinks and fill the buttons with a gradient For Each lnk As C1CommandLink In C1ToolBar1.CommandLinks lnk.OwnerDraw = True Next Private Sub C1ToolBar1_DrawLink( ByVal sender As System.Object, ByVal e As C1.Win.C1Command.DrawLinkEventArgs...
    Posted to Menus and Toolbars for .NET (Forum) by C1_GregL on 01-28-2008
    Filed under: C1ToolBar, Gradient
  • Re: DisabledIcon property for a CommandLink

    Hi, is there any C1 staff member that can provide a quick answer to this question? DataDynamics guys, for example, are models to follow. They can answer in a couple of hours, here it seems that nobody cares. I cannot imagine that C1 does not need satisfied customers. Hello anybody?
    Posted to Menus and Toolbars for .NET (Forum) by ioancrisan on 04-08-2008
    Filed under: toolbar, C1ToolBar, C1Command, C1CommandLink
  • Re: Drawing the Delimeter

    Hi, If you want the entire toolbar to have the same gradient you can apply your gradient code within the DrawBar event and not DrawLink. This paints everything including the delimiter gaps. You can use DrawLink and DrawBar together as well, say if you wanted a different gradient for the delimiter gaps...
    Posted to Menus and Toolbars for .NET (Forum) by C1_GregL on 04-28-2008
    Filed under: C1ToolBar, DrawBar
  • Re: Inherited Forms with Menu and Toolbar Causes Design Dialog Error Popup

    [quote user="CampOne"] I still have the same issue and desperately looking for some resolution as this is becoming business critical. Please can we have this fix in the recent version so we do not have to go back to old version to use it. We are still using older version as mentioned in my...
    Posted to Menus and Toolbars for .NET (Forum) by mwinsor on 05-26-2008
    Filed under: toolbar, C1ToolBar, C1Command, Inheritance, not marked as serializable, Workaround
  • Re: Bug Alert!

    Hi, this may work C1ToolBar1.Controls(2).TabStop = False Let me know if that doesn't fix this, Greg L
    Posted to Menus and Toolbars for .NET (Forum) by C1_GregL on 12-03-2007
    Filed under: C1ToolBar
Page 1 of 1 (7 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.