I'm just learning to use Lazarus, and want to create my first LCL component so I can get a handle on the basics.
Can anyone recommend a -really- simple component example that I might follow? (I've built a package with one component as described in the Lazarus tutorial already, and tried a few Delphi-to-LCL conversions (with no success so far)).
I'd like to build a component that descends from TPanel and changes color when clicked. Very simple, but should illustrate all of the elements involved and give me an idea of where I'm going wrong with my conversion efforts.
Recommendations/suggestions appreciated.
Thanks!