Re: [PHP-GTK] using wimp with new php-gtk v2.0 release
[email protected] (Elizabeth M Smith) Wed, 05 Mar 2008 11:08:56 -0500
| Newsgroups | php.gtk.general |
|---|---|
| Message-ID | <[email protected]> |
kksou wrote: > Hi, > > Have found 3 minor "bugs" with the new version, which I traced to be cause > of using wimp in gtkrc: Once again, these are NOT bugs in PHP-GTK2 but rather bugs in the GTK library itself. You can work around them by using the old wimp engine dll from the beta, but since they are different builds you may get random crashes. What does the "wimp" theme do? It uses the windows themeing instead of the flat gtk default look. http://callicore.net/wimp.jpg - with wimp http://callicore.net/nowimp.jpg - without wimp If you remove the gtkrc file from the new release and you're still getting the "pretty" theming, it means you have another version of the libwimp.dll somewhere in your PATH, or you have an alternate gtkrc file somewhere on your system (GTK will look for one in your user profile directory) Elizabeth Smith