Recent Posts

Pages: 1 ... 8 9 [10]
91
Open Discussion / Re: adding page to mainform
« Last post by Godra on January 04, 2024, 02:21:13 PM »
Did you add the same driver to Page2 as the one you have on the MainForm?

In Visual Studio, when you look at your controls on Page2 each one of them should have a driver assigned for communication.
92
Open Discussion / Re: adding page to mainform
« Last post by TCE on January 04, 2024, 01:19:19 PM »
i don't really need another page if i could get page2 to work. like i said i can add controls and switch to page2 but the control don't work or don't display any value
93
Open Discussion / Re: adding page to mainform
« Last post by dmroeder on January 04, 2024, 12:51:21 PM »
94
Open Discussion / adding page to mainform
« Last post by TCE on January 04, 2024, 12:31:17 PM »
how do i add another page to Mainform or how do i make Page2 to work. I can put controls on page2 and assing a PLC Address i can also switch to page2 but controls.
95
Support Questions / Re: ImageDisplayByValue
« Last post by bachphi on January 02, 2024, 09:30:24 AM »
1. ImageDisplayByValue property set Autosize to False.
2. You can change size of image in the property of ImageList.

This is incorrect! Image size is limited to 255x255
96
Support Questions / Re: ImageDisplayByValue
« Last post by kanet45 on December 30, 2023, 08:46:36 AM »
1. ImageDisplayByValue property set Autosize to False.
2. You can change size of image in the property of ImageList.
97
Support Questions / Re: Please Help a newbie get started - i'm lost
« Last post by dmroeder on December 22, 2023, 10:56:06 AM »
Start with a fresh copy of AdvancedHMI, go to Build > Build Solution.  Open MainForm.vb, in the very top of the Toolbox, you'll see AdvancedHMI Components.  Drag/drop FormChangeButton onto the main form.  In the properties (far right side of visual studio), find the property FormToOpen, select Page2.  Run the application and press the button
98
Support Questions / Re: Please Help a newbie get started - i'm lost
« Last post by Godra on December 22, 2023, 09:47:48 AM »
As bachphi suggested, keep in mind that AdvancedHMI is a VB Net project so some of your questions might just be VB Net related in which case you should use Google search. There might be several different ways of achieving the same outcome so read as many of the search results as necessary.

Also, don't get stuck with just one AdvancedHMI project - scrap it if necessary and start fresh or even have multiple AdvancedHMI projects handy to test different things.

99
Support Questions / Re: Please Help a newbie get started - i'm lost
« Last post by bachphi on December 22, 2023, 09:36:53 AM »
As Godra said, take some time and learn.
I noticed that you just signed up and immediately asked questions.
In addition, the function of adding a new form is about Microsoft Visual Studio, not AAHMI.
I did a search and there are several links that talk about adding forms.
100
Support Questions / Re: Please Help a newbie get started - i'm lost
« Last post by rc on December 22, 2023, 08:40:59 AM »
Here is also a link to the AdvancedHMI wiki that might help you:

   https://advancedhmi.com/documentation/index.php?title=Main_Page

No pages about making a new form, or Keypad. I already checked there.
Pages: 1 ... 8 9 [10]