11 aug. 2010 : PHP-GTK Application descriptions can now be submitted in German too. Thanks Florian Freeman !.

Italian is still missing: who will contribute the translated categories for these languages ? Contact the team to offer your translations !

Blogs

Is RocketDMS really built with PHP-GTK?

Question from one of the PHP-GTK members:

"I looked at your submission for RocketDMS on php-gtk.eu, and from the screenshots on your site, the app does not look like php-gtk at all. Is it really done in PHP-GTK ?"

Reply:

Absolutely 100%! It uses gtk 2.0 (2.10) and uses libwimp giving it a native windows look and feel. The screenshots are from Windows XP.

Mike

A propos de l'allemand sur php-gtk.eu

Bonjour, chers membres de la communauté PHP-GTK,

Une partie des contenus du site est dorénavant traduit vers l'allemand. Je suis fier d'aider à la traduction du site, et de participer ainsi à la documentation du projet.

Dès que possible, j'essaierai aussi de créer une traduction allemande pour le manuel de l'API.

Si quelqu'un veut m'aider dans cet effort, merci deme contacter.

Salutations,

harald

Finally!!

Finally after few weeks... I did it!

Thanks to Elizabeth Marie Smith (http://php-gtk.eu/node/218#comment-103)... I finally got it... I got GTKBuilder support!! :D

php-gtk installation for GTKBuilder support... failed

Well, after few weeks trying to find some really good information about how to install php-gtk with GTKBuilder support I'm just tired. I can't find anywhere nothing about INSTALL php-gtk with full extra support... when you try to ask on #php-gtk its like talk with yourself, anybody responds your question...

php-gtk.eu its a really good site, but I just find 2 links about GTKBuilder...

My strong language is spanish... y no existe documentacion alguna acerca de instalar php-gtk. This is really bad...

I think I must conform with installing Glade 2...

MAJ de la documentation PHP-GTK2

Je viens de passer quelques semaines sur la documentation de php-gtk documentation, et j'ai enfin une version mise à jour du manuel.

Malheureusement, elle n'est pas sur le site de référence gtk.php.net, mais je l'ai mise en ligne ici: leonpegg.com/php-gtk-doc

Drag and Drop: watch out for the GtkSelectionData::set_text() contents

Hello,

A few days ago I was confronted with a weird trouble. That my string that I used which has some typical french characters in it changed to ugly thing like \u009 instead of é. I also discovered that other people who used the serialize() function on GtkSelectionData also encountered some weird things.

So today I found the solution the GtkSelectiondata object works with URI strings. All you have to do is encode your string with the function urlencode($your_string);.

Syndiquer le contenu