AdvancedHMI Software

General Category => Open Discussion => Topic started by: wrregal on February 16, 2018, 08:20:45 PM

Title: Not enough room on the MainForm
Post by: wrregal on February 16, 2018, 08:20:45 PM
I ran out of space on the MainForm for all of my push buttons, gages, indicators, meters, graphs, etc... How do I extend and/or add another tab to my HMI Project.
Thanks,
Walter
Title: Re: Not enough room on the MainForm
Post by: Archie on February 16, 2018, 08:51:19 PM
- In Solution Explorer, Right click the AdvancedHMI project and select Add->Windows Form
- Give the form a name
- Build the solution
- On the MainForm add a FormChangeButton
- Set FormToOpen to the new form you added
- On the new form add a FormChangeButton and set FormToOpen to Mainform
Title: Re: Not enough room on the MainForm
Post by: wrregal on February 17, 2018, 02:17:59 PM
Hello Archie,
Thanks for your instructions. I will try them...