Using the Toggle Button nodes

Use the Toggle Button nodes to create interactions through buttons that can have multiple toggle states.

See Creating a toggle button with two states and Creating a toggle button with more than two states.

Use the Toggle Button 3D to create a 3D toggle button and the Toggle Button 2D to create a 2D toggle button. After you create a Toggle Button node you have to add another node to it to create a visual representation of the toggle button.

../../_images/toggle-button.gif

When you create a Toggle Button, Kanzi by default adds to that node the Toggle Button: triggers:

  • Toggle Button: Toggled On

  • Toggle Button: Toggled Off

  • Toggle Button: State Toggled

See Reacting to toggle changes.

The Toggle Button nodes have the Focusable property enabled and can receive focus by default. When a Toggle Button node has focus, to press that button, you can use the default keyboard keys Space, Enter, and Enter on the numeric pad.

See Using focus.

For example, to show the difference between the on and off states of a toggle button, you can:

  • Switch the material or color of the visual representation of the toggle button.

  • Attach two different visual representations of the toggle button and switch their visibility.

  • Attach two different visual representations of the toggle button and transition between the two by animating their Blend Intensity property value.

To learn how to create a toggle button complete the toggle button tutorial. See Tutorial: Creating a toggle button.

Creating a toggle button with two states

To create a toggle button with two states:

  1. In the Node Tree press Alt and right-click the node where you want to create a toggle button and select either Toggle Button 3D, or Toggle Button 2D.

    Note that you can create a 3D node only inside 3D nodes, and a 2D node only inside 2D nodes.

    ../../_images/create-toggle-button-2d1.png
  2. In the Node Tree select the Toggle Button node and in the State Tools click Create State Manager to create a state manager in the Toggle Button node.

    ../../_images/create-state-manager5.png
  3. In the State Tools click Create State twice to create two states, double-click the name of each state, and rename the states.

    For example, name one state On and the other Off.

    The On state defines the state of your application when the toggle button is switched on, the Off state when the toggle button is switched off.

    ../../_images/rename-toggle-button-states.png
  4. In the Node Tree create a visual shape for the Toggle Button node, and set its appearance for when it is in the On state.

    For example, if you created a Toggle Button 2D node, add to that node an Image node which represents the indicator that shows when the toggle button is toggled on and off.

    ../../_images/create-indicator.png
  5. Position the indicator in the Preview and in the State Tools click image0 above the On state to save the current appearance to that state.

    ../../_images/add-indicator-to-on-state1.png
  6. Repeat the previous two steps to create the Off state for the toggle button.

    ../../_images/add-indicator-to-off-state1.png
  7. In the State Tools click the <No Controller Property> dropdown menu and select the Toggle Button > Toggle State property.

    In a state manager the value of the property that you select as the Controller Property defines the conditions when each state in a state group is active.

    ../../_images/toggle-state-controller-property.png
  8. In the State Tools set the value of the controller property for each state.

    • For the On state set the value to 1.

    • For the Off state leave the value set to 0.

    ../../_images/set-controller-property1.png
  9. In the State Tools click Edit State Manager to deactivate the State Tools.

    ../../_images/deactivate-state-tools4.png
  10. In the Preview when you click the visual representation of the toggle button, you toggle between the states you created, and the appearance of the toggle button changes.

Creating a toggle button with more than two states

To create a toggle button with more than two states:

  1. In the Node Tree press Alt and right-click the node where you want to create a toggle button and select either Toggle Button 3D, or Toggle Button 2D.

    Note that you can create a 3D node only inside 3D nodes, and a 2D node only inside 2D nodes.

  2. In the Node Tree select the Toggle Button node and in the Properties add and set the Toggle State Count property to as many toggle states you want the toggle button to have.

    For example, to create a toggle button with three states, set the Toggle State Count property to 3.

    ../../_images/toggle-state-count-set-3.png
  3. In the Node Tree select the Toggle Button node and in the State Tools click Create State Manager to create a state manager in the Toggle Button node.

  4. In the State Tools click image1 as many times as you want to create states, double-click the name of each state, and rename the states.

    For example, if you are creating a toggle button with three states name the first state First, the second state Second, and the third state Third. Each state defines the state of your application when the toggle button is in that state.

    ../../_images/toggle-button-three-states.png
  5. In the Node Tree create a visual shape for the Toggle Button node, and set its appearance for when it is in the first state.

    For example, if you created a 3D toggle button, add a Text Block 3D and set the Text property to First.

  6. In the State Tools click image3 above the First state to save the current appearance to that state.

    ../../_images/toggle-button-save-first-state.png
  7. Repeat the previous two steps as many times as you have states in the toggle button. For every state set a different value for the Text property and save the value to a different state.

  8. In the State Tools click the <No Controller Property> dropdown menu and select the Toggle Button > Toggle State property.

    In a state manager the value of the property that you select as the Controller Property defines the conditions when each state in a state group is active.

    ../../_images/toggle-state-controller-property.png
  9. In the State Tools set the value of the controller property for each state.

    For example, for a toggle button with three states, set the value for the First state to 0, for the Second state to 1, and for the Third state to 2.

    ../../_images/toggle-button-set-toggle-state-controller-property.png
  10. In the State Tools click Edit State Manager to deactivate the State Tools.

  11. In the Preview when you click the visual representation of the toggle button, you toggle between the states you created, and the appearance of the toggle button changes.

Reacting to toggle changes

You can use the Toggle Button triggers to react when the user toggles a toggle button. To learn more about using triggers, see Using triggers.

When you create a Toggle Button node, Kanzi by default adds these triggers to that node:

Name

Description

State Toggled

State Toggled trigger is set off when the toggle state of a Toggle Button node changes.

Toggled Off

Toggled Off trigger is set off when a Toggle Button node with two states is toggled off.

Toggled On

Toggled On trigger is set off when a Toggle Button node with two states is toggled on.

To react to toggle changes:

  1. In the Prefabs or Node Tree select the Toggle Button node to whose toggling you want to react.

    For example, create a toggle button with two states and select that toggle button. See Creating a toggle button with two states.

  2. In the Node Components > Triggers press Alt and right-click a Toggle Button trigger, select the action that you want to set off, and configure that action.

    For example, in the Toggle Button: Toggled On trigger create a Write Log action and set Log Text to the message that you want to write to the Log window when the user toggles on the toggle button.

    ../../_images/toggled-on-add-write-log.png ../../_images/write-log-toggled-on.png

Controlling whether a Toggle Button node is in use

To control whether a Toggle Button node is in use, use the Input > Enabled property. A disabled Toggle Button node does not produce user events, such as button presses. When you disable a Toggle Button node, Kanzi preserves the toggled state of that Toggle Button node.

When you disable the Enabled property of a node, you effectively disable that node and its descendant nodes in the same overlay focus scope.

To observe whether a node is effectively enabled, use the Input > Effectively Enabled property in a state manager or a binding. For example, to visually indicate to the user whether a node is in use, create a state manager and use the Effectively Enabled property as its controller property.

See Controlling how a node reacts to input.

Enabling the double-click gesture for a Toggle Button node

Use the double-click gesture to enable users to double-click or double-tap toggle buttons in your Kanzi application. Use the Multi-Click trigger to react to the double-click gesture. For example, you can change the appearance of a Toggle Button node when the user double-clicks or double-taps that node.

To enable the double-click gesture for a Toggle Button node:

  1. In the Node Tree or Prefabs select the Toggle Button node for which you want to enable the double-click gesture and in the Properties add and enable the Input > Double-Click Enabled property.

    When you enable the Double-Click Enabled property, Kanzi installs in the Toggle Button node a multi-click manipulator that generates double-click messages.

    ../../_images/toggle-button-2d-in-prefabs.png ../../_images/toggle-button-double-click-enabled.png
  2. In the Node Components press Alt and right-click Triggers and select Message Trigger > Multi-Click > Multi-Click.

    ../../_images/add-multi-click-trigger.png
  3. In the Node Components > Triggers press Alt and right-click the Multi-Click trigger, select an action, and configure the action. See Using triggers and Actions and messages reference.

Setting the appearance of a Toggle Button 2D node

To set the appearance of 2D nodes:

Using the Toggle Button 3D node in the API

For details, see the ToggleButton3D class in the Kanzi Engine API reference.

Using the Toggle Button 2D node in the API

For details, see the ToggleButton2D class in the Kanzi Engine API reference.

Toggle Button property types and messages

For lists of the available property types and messages for the Toggle Button nodes, see Toggle Button 2D and Toggle Button 3D.