2008/6/17 Paul Csanyi <[EMAIL PROTECTED]>: > > OK so I can to change Form1 Color when I setup in the Compiler Options > the LCL Widget Type to 'gtk 2' for a project? > > I setup this but still can't to change Form1 Color in Object > Inspector. >
you'll have to recompile your lazarus (or at least lcl) for gtk2. make clean all LCL_PLATFORM=gtk2 will give you a full gtk2 lazarus. you might have to install some of the gtk devel libs. see: http://wiki.lazarus.freepascal.org/GTK2_Interface henry _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
