[PHP-GTK] some test results of the new release

[email protected] (kksou) Wed, 5 Mar 2008 06:28:00 -0800 (PST)
Newsgroups php.gtk.general
Message-ID <[email protected]>
Hi,

Have just gone through one round of testing of the windows binary of the new
PHP-GTK v2.0 release.

Used the sample codes from my website (covering about 95% of all available
gtk widgets).

All widgets work fine. Out of the 400+ sample codes, only 2 didn't work.

1) svg library is not included
http://www.kksou.com/php-gtk2/articles/display-svg-image-file.php

2) interactive search doesn't work in treeview (windows version). Press
ctrl-F and start typing. Nothing comes out in the interactive search box.
The same code works in alpha and beta release.
http://www.kksou.com/php-gtk2/articles/finetune-interactive-search-in-GtkTreeView---Part-1---turning-it-on.php

Some minor points of interests:
1) php_gtk_html2.dll and php_gtk_extra2.dll are not included. Used the
libraries from the beta release. All GtkHtml and GtkExtra examples seem to
work fine.

2) gconfd-2.exe (which is required to run GtkHtml) is also not included.
Used the one from beta release. Works fine too.

Migration to the new release is not much of a headache. Most of the codes
can be run without any change. But having migrated quite a bit of the codes
to the new version, I do find some tips and tricks. Will publish some notes
on migration in the website for those who are interested.

Regards,
/kksou

-- 
View this message in context: http://www.nabble.com/some-test-results-of-the-new-release-tp15850726p15850726.html
Sent from the Php - GTK - General mailing list archive at Nabble.com.