-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Milestone
Description
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.
Metadata
Metadata
Assignees
Labels
No labels

