Page MenuHomeFeedback Tracker

Add scripting command set for interaction with toolbox control type
New, WishlistPublic

Description

There are currently no script commands available to interact with control type 6 (toolbox). Taking inspiration from similar commands for different control types it'd be nice to have:

tbCurSel (Returns index of currently selected option)
tbSetCurSel (Sets the current selection in the toolbox to chosen option index)
tbValue (Returns the value associated with chosen option index)
tbSetValue (Sets the value associated with chosen option index)

Details

Legacy ID
2337859494
Severity
None
Resolution
Open
Reproducibility
N/A
Category
Feature Request
Additional Information

Event Timeline

SilentSpike edited Additional Information. (Show Details)
SilentSpike set Category to Feature Request.
SilentSpike set Reproducibility to N/A.
SilentSpike set Severity to None.
SilentSpike set Resolution to Open.
SilentSpike set Legacy ID to 2337859494.May 7 2016, 7:18 PM
Bohemia added a subscriber: AD2001.Aug 27 2014, 5:10 PM

Try lb or lnb type commands with toolbox

Didn't read the description fully, these are already in game with lbAdd and lbSetData/lbData. Thought this talked about adding columns/rows. Apologies