On Tue, 5 May 2009 13:15:02 +0200 Graeme Geldenhuys <graemeg.li...@gmail.com> wrote:
> On Tue, May 5, 2009 at 1:08 PM, Vincent Snijders > <vsnijd...@vodafonevast.nl> wrote: > > > > Under what circumstances are properties of fpGUI classes streamed > > when LCL-fpGUI is developed? > > I haven't delved much into the LCL widgetset internals, so I might > have this wrong. I would have thought streaming will occur when the > properties of fpGUI components (TfpgForm, TfpgButton etc) are being > set when a LCL-fpGUI based form (*.lfm) is loaded? No. Only the widgetset independent LCL properties are set. The LCL interfaces then reads/sets the widgetset properties. fpgui needs published properties when you want to edit components visually. At the moment lazarus has designers for lcl TFrame, lcl TForm and fcl TDataModule. Maybe someday you want to add a designer for fpgui forms. hint, hint ;) The object inspector, property editors and component editors work with TComponent, so they already work with fpgui forms/controls. Mattias _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal