Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4165
adding toolbar manager to dock window crashes VS 2015
posted

Hi,

Using 15.2.20152.2023.

If we add a toolbar to the form and select a dockable window (using the doc manager with three panes), select lightweight panel it crashes VS. See screenshot.

Thanks,
mel 

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

    I tried this out, but I was unable to reproduce the exception.

    There's not a lot of information here to go on, so this is what I did:

    1) I created a new project.

    2) Added 3 buttons to the form.

    3) Added a DockManager to the form.

    4) Select all three buttons, right click and select Dock Controls.Then click okay with the default.This creates 3 docked buttons on the left.

    5) Added ToolbarsManager to the form.

    6) Select the middle option (for the regular Panel control instead of UltraPanel).

    This works fine for me with no exception. Does it work if you do the same steps I followed here? If so, then can you determine what you might have done differently to reproduce the exception?

Children