Skip to content

Hiding/Showing Windowbuilder toolbars #110

@MarcelduPreez

Description

@MarcelduPreez

We needed the capability to hide the Windowbuilder toolbar as our application has its own toolbar that have similar functionality but not the same. Therefore to have both toolbars visible would cause confusion and interference.

The problem was that there was no way to hide this toolbar from our application without altering the Windowbuilder itself.

To solve this issue I have added a class called DesignCompositeManager that is used within Windowbuilder to determine whether to hide or show the WB toolbar.

This is done by creating the DesignCompositeManager object and passing it into the constructor of the DesignerEditor in our application.

The default for Windowbuilder looks as follows:
image

After setting the toolbar to be hidden it looks as follows:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions