Re: [PHP-GTK] parsing rc-files
[email protected] (dysmas) Sat, 8 Nov 2008 04:28:41 -0800 (PST)
| Newsgroups | php.gtk.general |
|---|---|
| Message-ID | <[email protected]> |
Madeleine D.-2 wrote: > > > dysmas - > > We are using an rc file to set our button colors on 2.0.1 w/o any problem. > > You might want to check the rc file that comes with the install > (.../etc/gtk-2.0). In my experience this is the source of a lot of > grief. Try removing the wimp engine call first and see if that helps. > > Thousand thanks, Madeleine, this was the trick. I would never have been able to imagine that. Now everything is working fine. I had spent hours to find what was wrong, and it was just this wimp engine. If another user have the same trouble, the detailed solution is : Open the file : php-gtk2\etc\gtk-2.0\gtkrc on line 45 you find : engine "wimp" Comment it : # engine "wimp" Or delete it. Now colours are working properly. Thanks again Madeleine. Dysmas -- View this message in context: http://www.nabble.com/parsing-rc-files-tp20384535p20395585.html Sent from the Php - GTK - General mailing list archive at Nabble.com.