Re: Put Glade-Files into php-skript ??



Claus, hi, you're on the wrong list (should be php-gtk-general lists php net)   but here goes anyway.

No win32 support in PHP-GTK for Glade as yet.  Expected soon.


----- Original Message ----- 
From: "Claus Trojahn" <ich claus-trojahn de>
To: <gtk-list gnome org>
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
gtk-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-list





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]