Page MenuHomeFeedback Tracker

ctrlActivate open configured control url
Feedback, NormalPublic

Description

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

Details

Severity
Feature
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
General

Event Timeline

SHould be able to do this with

ctrl ctrlActivate true;

from Revision: 151121

BIS_fnc_KK removed BIS_fnc_KK as the assignee of this task.Nov 2 2023, 2:15 PM
BIS_fnc_KK changed the task status from New to Feedback.
BIS_fnc_KK added a subscriber: BIS_fnc_KK.
dedmen set Ref Ticket to AIII-56057.Dec 7 2023, 6:20 PM