Page Tracking and User Activity Tracking are helpful tools for adding functionality to your Core Studio project.
Page Tracking allows you to store the current page of your user interface in a variable. This will allow you to 1) synchronize multiple touch panel interfaces, and 2) programmatically set what page the touch panel interface is currently displaying.
User Activity tracking allows you to take action when a user has been inactive for a certain amount of time, or when the user becomes active again. This is helpful for something like locking the GUI after inactivity, or implementing a custom screensaver.
Check out the video and sample file below for more information.
Looking to build upon this demo? Check out ACS Sample: Basic Password Prompt to see how to create a password prompt that relies on Page Tracking.
Download and view a project that demonstrates the points above.
This project demonstrates how to use Page Tracking and User Activity Tracking, as well as some rudimentary usage applications.