I installed aggpas.lpk.
fpgui_toolkit.lpk is compiled sucessfully, but it is not installable, all I can do is add it to a project.
There is fpgui_ide.lpk which is installable. So I have installed it.
But I see no controls in the Components pallette. Should they be there, or is fpgui_ide usable for dynamically created controls only?
Hello.
Please dont try to install
fpgui_ide.lpk this is a experimental package that is not needed.
There is no fpGUI components for the Lazarus pallette, "pure" fpGUI is not part of the LCL widgetset.
For the fpGUI pallette and fpGUI form designer, there is the independent
uidesigner: /fpGUI-source-directory/uidesigner/.
You may try the demos in /fpGUI-source-directory/examples/, open a .lpi project file and install the
fpgui_toolkit.lpk corresponding to your OS (this package only set the search directory for fpGUI source, idem for the
aggpas.lpk).
Note that fpGUI for LCL is work in progress but not yet usable, only "pure" fpGUI widgetset is working and dont needs
LCL nor
Interfaces.