in

C1 Community

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

Mutiple Toolbar Issue (v20081.19402)

Last post 05-30-2008 6:05 AM by tegomir. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 05-08-2008 5:16 PM

    • greggw
    • Top 25 Contributor
    • Joined on 02-09-2006
    • Corona, CA
    • Posts 155

    Mutiple Toolbar Issue (v20081.19402)

    Hello,
    Could someone please look into this and let me know if I'm missing a new
    property setting? This only started happening with the latest version
    20081.19402.

    Whenever 2 or more Toolbars are placed on a CommandDock and they are lined
    up horizontally (see attached pic ToolbarPic1Design.gif in zip file) they
    end up being split down below each other at run-time (see attached pic
    ToolbarPic2Run.gif in zip file). So unless there is a new property setting
    there is no way to have Toolbars aligned horizontally in a CommandDock with
    the latest version.

    Please tell me I'm missing something. I've attached a C# sample app (VS2008
    project) that reproduces said behavior.
    --
    Gregg Walker
  • 05-09-2008 12:35 PM In reply to

    • greggw
    • Top 25 Contributor
    • Joined on 02-09-2006
    • Corona, CA
    • Posts 155

    Re: Mutiple Toolbar Issue (v20081.19402)

    I have submitted this issue to C1 support.
    --
    Gregg Walker
  • 05-30-2008 6:05 AM In reply to

    Re: Mutiple Toolbar Issue (v20081.19402)

    Hi, I'm fighting the same problem with VB.net arranging multiple toolbars programmatically.

    I'm using the follwing solution, don't know if it is the best but it works:

    .

    .

    myDock.Controls.Add(tb1)

    tb2.Location = New Point(tb1.Width, 0)

    myDock.Controls.AddRange(New System.Windows.Forms.Control() {tb2})

    myDock.Dock = DockStyle.Bottom

    Best,

    Robert

Page 1 of 1 (3 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.