Introduction


In this article we explain how to change what view shows up first when your app starts.


App Wide Event


First view is set by an app wide event. 

App wide event are event which happen globally and at any time.

In our case it's a bit more focused but they are part of the same approach: The app starts: what should it do next?

 

 

In the App Menu (in the App Tree) select 'Event' and scroll to the Event : "Launch"
 

Attached the action you want, starting with 'Switch to Another View' in that case your first View.
You can add any other actions you want.
 

Learn More
- What is an Event