Combo Box (BETA)

Create a combo box widget on the Viewport

Installation

To use this Node, you must enable omni.graph.ui_nodes in the Extension Manager.

Inputs

Name

Type

Description

Default

Create (create)

execution

Input execution to create and show the widget

Tear Down (tearDown)

execution

Input execution to tear down the widget and all its child widgets

Show (show)

execution

Input execution to show the widget and all its child widgets after they become hidden

Hide (hide)

execution

Input execution to hide the widget and all its child widgets

Enable (enable)

execution

Enable this button after it has been disabled

Disable (disable)

execution

Disable this button so that it cannot be pressed

Widget Identifier (widgetIdentifier)

token

An optional unique identifier for the widget. Can be used to refer to this widget in other places such as the OnWidgetClicked node.

Parent Widget Path (parentWidgetPath)

token

The absolute path to the parent widget. If empty, this widget will be created as a direct child of Viewport.

Width (width)

double

The width of the created combo box

100.0

Item List (itemList)

token[]

A list of items that appears in the drop-down list

Outputs

Name

Type

Description

Default

Created (created)

execution

Executed when the widget is created

Widget Path (widgetPath)

token

The absolute path to the created widget