### The click event for some Advanced HMI Object ### sub hmiobject_clicked(sender as .....) handles events xxxxxx call mycustom_hmiobject_clicked(sender)end sub
There are only two .VB files per form in the directory.
Quote from: Phrog30 on February 16, 2019, 04:16:21 PMAlso, to update the thread, I suggest putting everything in your own folder. That makes updating easy. There is no add one at a time silliness. Simply copy the folder, include in project, done! (Assuming you have references).Not sure what you mean by that- Are you copying all the forms from the previous version to the new version before you run it?
Also, to update the thread, I suggest putting everything in your own folder. That makes updating easy. There is no add one at a time silliness. Simply copy the folder, include in project, done! (Assuming you have references).
There is no right or wrong way of updating an application. If it works, then it really doesn't matter, but I think if there is a way to save time I think most users would be interested. Here's an example, if you have an application with 100 forms and you wanted to update to a new version, adding these forms one at a time is time consuming. Another option is to create a folder and put these forms in this folder. Now if you update, all you have to do is copy the entire folder to the new project, right click and add to project and rebuild. If you only have forms, this should be it. If you have controls or components you may have to fix things manually. I think most users will only have forms. If you only have a form or two, then it probably won't save time.Edit: this isn't an AdvancedHMI thing, it's a Visual Studio thing, one supporting link I found: https://stackoverflow.com/questions/57776/how-do-i-add-existing-item-an-entire-directory-structure-in-visual-studio
The easiest way to upgrade to a newer version:1) Open a blank project in the new version2) Right click the AdvancedHMI project in the solution Explorer3) Select Add->Existing Item4) Browse to the old project and select all of the forms vb files (there will be 3 files for each form, only select the .vb file)5) Manually go to each error and correctThis works well unless crossing the 3.5 boundary. If upgrading from a pre-3.5 to a post 3.5, you will get a large number of errors because of the property changes.
I want to update a project from v3.9.9t to current version 3.9.9yBeta36. Is this still the best way possible? I'm using three drivers of EthernetIPforSLCMicroCom, and want to add a ModbusTCP to connect to a Siemens PLC. Do you foresee any issue with that combination of drivers? I want to update as I've seen that Archie did some fixes and improvements since v3.9.9t to ModbusTCP.