...
Used to open new screens within PhixFlow. To set the actionflow to close the active dashboard on completion, on the top right of the canvas, tick Close Parent Dashboard.
Example
Todo
View file | ||||
---|---|---|---|---|
|
The above video shows a basic actionflow to open a screen from a button. To open a screen:
- Right click on the button and click Add Actionflow
- Name the action
- Drag the screen you want to open onto the main body of the actionflow. You have just created an open screen node.
- Now we need to wire up an input to initiate the actionflow
- Click Add next to the inputs
- Name the new input connection point and select driving.
- Click create connection point
- Click on the on click input. This will start the actionflow when a user clicks on the button.
- Click connect input to finish setting up the actionflow
- Go back to the first screen to test to see if it works.
Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
...