My new component is invisible in the Components Palette.
Package created via menu New Package ...
only loaded the necessary files IDEIntf and FCL and the file with the new component.
My new component is visible in Install/Uninstall Packages, with icon with an L and continued with the text:
checkbox with wordwrap
Author: Arend Arendstra
Filename: D:\lazarus_30\components\myCheckbox\checkboxlaz.lpk
Current state: installed, RunAndDesignTime
When I change a default Checkbox, in a program, from class to sjfCheckbox, it goes well and in the uses, sjfCheckbox is added.
Furthermore, I can use Open Loaded Package ... to load checkboxlaz.lpk.
In Packages link the new component is also visible and the state is valid.
I am using Lazarus 3.2 and FP 3.2.2
What is the block that the new component is not visible the Components Palette?