Archive for June, 2008

interactive search in GtkTreeView for PHP GTK v2.0

Saturday, June 28th, 2008

If you have tried the latest PHP-GTK v2.0 or v2.0.1 on the windows platform, you will know that there seems to be some bugs with the interactive search for GtkTreeview. The interactive search works in PHP-GTK2 alpha and beta versions, but not in v2.0 or v2.0.1.

Carl shared with us a brilliant work-around he has found.

Using his method, here are a couple of complete sample codes that show how to set up interactive search in PHP-GTK v2.0 and v2.0.1.

/kksou

http://www.kksou.com/php-gtk2
The place for php-gtk2 sample codes

PHP-GTK v2.0.1 with GD2 library

Saturday, June 28th, 2008

The latest windows binary of PHP-GTK v.2.0.1 from gtk.php.net does not come with the GD2 library.

If you need to set up the php_gd2.dll, please refer to the following article:

PHP-GTK v2.0.1 with GD2 library

/kksou

http://www.kksou.com/php-gtk2
The place for php-gtk2 sample codes