Lazarus
Programming => Packages and Libraries => KOL => Topic started by: JohnvdWaeter on March 26, 2010, 04:44:18 pm
-
Hi All,
Beats me, maybe I've got a virus...
I have a machine XP with Laz 0.9.28, a machine XP with Laz 0.9.29 and a machine Vista with Laz 0.9.28
On all three machines KOL-CE no longer responds on dropping a TKOLbutton on a form. The button appears, it is in the object inspector, I can attach an event. All ok. But if I run the program, the button is NOT visible. I cannot find the Button in the KOL-generated .inc files either... as far as KOL's concerned the button doesn't exist... other buttons are there...
How can?
tia!
John
-
In addition:
If I tell the IDE to remove the MirrorKolPackage, rebuild IDE, reinstall MirrorKolPackage, things work again.
There's 1 strange effect: If I touch a property of a KOL-CE object and hit Build, the compiler stops because there's a unknown character on the first position of line 1 of the accompanying unit_1.inc. After removing this character (it appears as a dot) building continues as normal.