system.nav.goHome

Description

When using the Typical Navigation Strategy , this function will navigate to the "home" window. This is automatically detected as the first main-screen window shown in a project.

Syntax

system.nav. goHome()

  • Parameters

none

  • Returns

PyObject - A reference to the home window that was navigated to.

  • Scope

Client

Code Examples
Code Snippet
#This code would go in a button to move to the Home screen.
system.nav.goHome()