Claus, hi, you're on the wrong list (should be [EMAIL PROTECTED]) but
here goes anyway.
No win32 support in PHP-GTK for Glade as yet. Expected soon.
----- Original Message -----
From: "Claus Trojahn" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, October 05, 2001 12:21 AM
Subject: Put Glade-Files into php-skript ??
hi,
on gtk.php.net is an instruction to paste an glade-file into php skripts to
make the window-creationm process more easier.
I used to do this on an win32 system:
<?
/* cFTP Version 2.0 main */
if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN')
{dl('php_gtk.dll');}
else
{dl('php_gtk.so');}
$layout = &new GladeXML('cftp.layout.inc');
$layout->signal_autoconnect();
Gtk::main();
?>
The error is: Cannot instantitate non-existent class: gladexml
Can someone please help me out here ?
THX
Claus
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list