Difference between revisions of "HowTo:Inject UI into UBIK Studio"
| Line 34: | Line 34: | ||
=== Goal === | === Goal === | ||
The goal is to extend the toolbar by injecting a button that opens the desired window.<br> | The goal is to extend the toolbar by injecting a button that opens the desired window.<br> | ||
| − | In addition, the “View” menu will be extended with a new entry that also opens the window. | + | In addition, the “View” menu will be extended with a new entry that also opens the window. |
[[File:InjectedButton.png|thumb|left|298px|Injected button]] | [[File:InjectedButton.png|thumb|left|298px|Injected button]] | ||
[[File:InjectedMenuEntry.png|thumb|left|508px|Injected menu entry]] | [[File:InjectedMenuEntry.png|thumb|left|508px|Injected menu entry]] | ||
Revision as of 13:17, 17 June 2026
Since version 5.2 it is possible to inject UI into UBIK® Studio.
The injected UI can be displayed inside a User Control and or Window.
This article will explain how to inject the desired UI.



