AdvancedHMI Software

General Category => Support Questions => Topic started by: lwaldner on May 19, 2016, 04:57:09 PM

Title: more than one page
Post by: lwaldner on May 19, 2016, 04:57:09 PM
I for the life of me can't figure out how to have more than one page with advanced hmi.... Like one page for conrols another for alarms and so on.......and how to cycle from one to the other? thanks
Title: Re: more than one page
Post by: Archie on May 19, 2016, 05:22:49 PM
Pages in Visual Studio are referred to Forms. To add additional forms:

- In Solution Explorer, right click the AdvancedHMI project
- Select Add Windows Form
- Build the project
- You can now use the FormChangeButton form the ToolBox to navigate between forms
Title: Re: more than one page
Post by: lwaldner on May 19, 2016, 05:37:34 PM
simple enough thanks