Archie,
This is probably something I'm doing but here is my problem.
I am using v3.5.8 and noticed a few things out of place. First of all with this version for some reason when I change something in the designer and then run it, it usually wont show up the changes unless I right click on the project in the solution explorer and click 'rebuild'. Then when I run it I see the changes.
The second issue and the more serious one was I created a basic button with the plcaddressclick, plcaddresshighlight and plcaddressselecttextalternate all set to the same address. At first this seemed to work fine with the button changing colour and text as it toggled the boolean tag on and off. However I copied the button and pasted another and changed the tag for the new button and found that when I clicked the new button it toggled the new address but changed the state of the other button that it was copied from despite having different addesses?
Both buttons are looking at different tags for those three properties yet they seem to be affecting each other. Any ideas why I'm having these issues ?
Thanks.