Error reading FastLineSeriesEditor.Caption: invalid property value.
My empirical workaround was removing string
Code: Select all
Caption=’’
and rebuild TeeUI85.bpl.
For those having no source code – use Delphi-oriented resource editor like XN Resource Editor (http://www.wilsonc.demon.co.uk) to edit directly TeeUI85.bpl.
It seems that Delphi 5 does not accept in .dfm default values of properties like '' for string; clDefault for TColor etc, therefore some examples in Tee8New demo (for Delphi 5) do not work (e.g. Circular Gauge).
If I’m not the very last Mohegan using Delphi 5 hope this helps to others