So the idea its to give ctrlActivate the possibility to open the configured url of a button in the web browser.
RscButtonMenuBIKI config
... url = "https://community.bistudio.com/wiki/"
Example usage
private _display = (findDisplay 46) createDisplay 'RscDisplayEmpty'; private _ctrl = _display ctrlCreate ["RscButtonMenuBIKI", -1]; _ctrl ctrlSetPosition [0.5,0.5,0.5,0.5]; _ctrl ctrlCommit 0; ctrlActivate _ctrl; // <- Open url on web browser