Difference between revisions of "HowTo:Inject UI into UBIK Studio"
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | Since version 5.2 {{Version/ServerSince|5.2}} it is possible to inject UI into {{UBIK}} Studio.<br> | + | Since version 5.2 {{Version/ServerSince|5.2.0}} it is possible to inject UI into {{UBIK}} Studio.<br> |
The injected UI can be displayed inside a User Control and or Window.<br> | The injected UI can be displayed inside a User Control and or Window.<br> | ||
This article will explain how to inject the desired UI.<br> | This article will explain how to inject the desired UI.<br> | ||
| 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]] | ||
Latest revision as of 20:52, 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.



