Hi, in order to get familiar with Python4Delphi I carefully implemented all the examples presented in the webinar, and they all worked. However, now I tried to rerun them they have the following errors
1. Error reading SynPython1.Options.AutoDetectEnabled: property Options.AutoDetectEnabled does not exist
This I managed to fix by deleting the component and re-implementing it (At least I think I fixed it)
2. The second problem prevents running anything
Exception EReadError in module prjP4D_BasicSetup_VCL.exe at 000000000010B012.
Error reading sePyCode.SelectedColor.Alpha: Property Alpha does not exist.
In the object inspector TSynEdit does have the Alpha property
Was there some sort of background update or what could have caused all of this?