2
« on: July 27, 2015, 01:23:42 PM »
In version 3.56 and below I had modified the code inside of 3 or 4 of the Advanced HMI controls so that they would call a subroutine which then save what had changed to a MySQL data base.
With the latest version since the main program that the user creates has been separated into it's own project "AdvancedHMI" leving the controls in "AdvancedHMIControls" this method no longer works.
Is there a way that when some one changes the value in an AdvancedBasicLabel or click on one of the buttons on the ThreeButtonPLC that it throws an event that I can use to do my logging to the data base?
PS: Thanks Archie for a wonderful program.