On 15/10/2007, Giuliano Colla <[EMAIL PROTECTED]> wrote: > > > What's the procedure to play with fpgui?
Their's not much to play with at the moment using the LCL-fpGUI interface. So far it only displays the select few components and a Button's OnClick can be set. :) There is a readme file in the lcl/interfaces/fpgui directory that explains the process, but I need to update that file to reflect the new paths. In a nutshell..... 1. You need the latest svn Lazarus. The previous release will not work. 2. You need to get the latest fpGUI from svn. See the url in my signature for instructions on where to get it from. 3. Copy (under Windows/Linux) or SymLink (under Linux) the <fpGUI>/src/corelib and <fpGUI>/src/gui to the <lazarus>/lcl/interfaces/fpgui directory 4. Recompile the LCL only, using the fpGUI toolkit 5. Create a new project and select 'fpGUI' as the toolkit in the Project Compiler Options dialog. Only the select few components mentioned earlier can be used for now with LCL-fpGUI interface. 6. Compile and run your test app. BTW: Patches for LCL-fpGUI are more than welcome! ;-) Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
