This afternoon I freshly reinstalled a new daily snapshot.
After that I copied a complete KOL-projectdir from my dev machine to this new machine. Compiles fine on the dev-machine, both to WinCE and to Win32 targets.
- Open Project, ok.
- Build All, ok
- Run : no events fired.
Paths are all the same. All events have dissapeared from the object-inspector and are not fired at runtime either (e.g. OnClick-event on a button). Doubleclicking the button does not create event. Doubleclicking in object-inspector does not create new event or find existing event in unit.
If I drop a NEW TKolbutton on the form, I can define its onclick-event (partly) the usual way: doublleclick the TKolbutton creates an event in the codeeditor, but it does NOT appear in the OI.
Even if I select the still existing event in the dropdownlist in the object-inspector, the editbox in the OI stays empty...
If I create a new KOL-project, everything works fine. So I suspect there is something in the files that I copied from the other machine. [EDIT] Oooops, disregard this... the event appeared once in th OI, but after adding another TKolbutton, everything was gane again... [/EDIT]
If I copy a projectsource from Laz 0.9.25/fpc 2.2.0 to Laz 0.9.25/fpc 2.2.1, should I make precautions to some files? Or setup some parameters in the IDE?
tia!
John
[EDIT2]
Weird... a second time CleanUp+BuildAll did the job. It now works as expected. Still curious what could have been the problem!
[/EDIT2]