Difference between revisions of "HowTo:Inject UI into UBIK Studio"
| (2 intermediate revisions 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 | + | This article will explain how to inject the desired UI.<br> |
<!-- DO NOT REMOVE THIS -->{{Template:HowTo/Begin}}<!-- DO NOT REMOVE THIS --> | <!-- DO NOT REMOVE THIS -->{{Template:HowTo/Begin}}<!-- DO NOT REMOVE THIS --> | ||
= User Control = | = User Control = | ||
===Goal=== | ===Goal=== | ||
The goal is to extend the existing user control list with the injected user control.<br> | The goal is to extend the existing user control list with the injected user control.<br> | ||
| − | The mentioned list pops up every time | + | The mentioned list pops up every time an instance is dragged to a new tab header. |
[[File:InjectedUserControl.png|thumb|left|735px|Extended user control list]] | [[File:InjectedUserControl.png|thumb|left|735px|Extended user control list]] | ||
<br clear="all" /> | <br clear="all" /> | ||
| 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.



