Home AMX User Forum NetLinx Studio

back to main page

udiudi Posts: 107
I want to go back to the main page of the TP4 after few seconds if I don’t touch the touch panel.
How can I do that???
Thanks for any help.

Comments

  • viningvining Posts: 4,368
    TPD4 > Project Properties > Panel Setup Information > Power Up / Inactivity Settings.

    Set the inactivity page to the name of your Main Page. The in the TPs setup pages there should be a setting for Inactivity Page Flip Time. This will show the inactivity page to go to once the TPD file is xferred.

    Or you can do this through code with a button event for all your ports used:
    BUTTON_EVENT [dvUI_AllPortsArry,0] 
    

    Then just use a timeline or a wat /cancel wait for every push that comes in. When the wait expires, flip.
Sign In or Register to comment.