February 8, 2009david
Well, after few hours around internet and testing all… finally I got Glade 3 Running!! very well! Actually I’m using it to create an php-gtk application.
This is how its looks:
And this is the application running:
To download go to the winGlade section here: winGlade.
Share on Facebook
Share on Facebook
read More »
October 16, 2008david
Now, we going to install ph-gtk with gtkbuilder support. With gtkbuilder support we can use Glade 3 to design our windows applications. Lets do it!…
Step 1 (phpfi as password)
cvs -d :pserver:cvsread@cvs.php.net:/repository checkout -r php_gtk_2_0_1 -P php-gtk
Step 2
cd php-gtk
Step 3
./buildconf
Step 4
./configure
Step 5
make
Step 6
sudo make install
Step 7
Add : “extension=php_gtk2.so” into your php.ini file
Now we just test [...]
Share on Facebook
read More »