Posted
about 18 years
ago
by
PHP-GTK editors
The PHP-GTK team is proud to announce the release of a beta version of PHP-GTK 2. This release, aptly named extension extravaganza,
brings with it tons of new features that you can look forward
to:read more
|
Posted
about 18 years
ago
by
PHP-GTK editors
The PHP-GTK team is proud to announce the release of a beta version of PHP-GTK 2. This release, aptly named extension extravaganza,
brings with it tons of new features that you can look forward
to:read more
|
Posted
about 18 years
ago
by
Leon Pegg
Well I have started building packages today and there is one in the repository now: it's the php5 base that the php-gtk2 extension will use the only one so far is in dapper stable
Keep an eye out more to come
|
Posted
about 18 years
ago
by
Leon Pegg
Today I setup a ubuntu/debian repository for php-gtk http://cycleide.uni.cc/php-gtk.
This is the first step towards making php-gtk2 available to those using linux that dont have the skills to compile php-gtk.
No packages have been published yet as
|
Posted
about 18 years
ago
by
Frédéric G. Marand
AFUP, the french association of PHP developers, is setting up Forum PHP 2007 in Paris for 2007-11-21/22.
Their are looking for French speaking experts, who want to share their know-how and enthusiasm. This two day conference features one technical
|
Posted
about 18 years
ago
by
Frédéric G. Marand
As you have probably already read elsewhere, the PHP-GTK development team is readying for PHP-GTK 2 beta, with many new widgets from the recent GTK versions.
This would be a good time for community members to create small samples demonstrating each
|
Posted
about 18 years
ago
by
Jan Pospisil
Inspired by Marc Quinton I made an application for on-line generating KML files with the GPS coordinates of developers here. It can be used as a simple example of using some Gtk widget, PHP DOM extension, XMLRPC and for flying over our heads - enjoy :)read more
|
Posted
about 18 years
ago
by
Jan Pospisil
Inspired by Marc Quinton I made an application for on-line generating KML files with the GPS coordinates of developers here. It can be used as a simple example of using some Gtk widget, PHP DOM extension, XMLRPC and for flying over our heads - enjoy :)read more
|
Posted
about 18 years
ago
by
Christopher Stevens
Hello,
Calling a function on a repetitive basis is simple enough using something like:
Gtk::timeout_add(200, 'subtract'); //call subtract() 5 times per second
However, how would I call subtract() if it is within a class? Example:
read more
|
Posted
about 18 years
ago
by
Christopher Stevens
Using php every day, there are times that I find myself needing an application rather than a web server to handle automated tasks. Moving from php to php-gtk has been a quick transition. I see more possibilities every minute!
I've run into a few
|