Author Topic: Not enough room on the MainForm  (Read 802 times)

wrregal

  • Newbie
  • *
  • Posts: 4
    • View Profile
Not enough room on the MainForm
« 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

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5260
    • View Profile
    • AdvancedHMI
Re: Not enough room on the MainForm
« Reply #1 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

wrregal

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Not enough room on the MainForm
« Reply #2 on: February 17, 2018, 02:17:59 PM »
Hello Archie,
Thanks for your instructions. I will try them...