Re: Put Glade-Files into php-skript ??
- From: Andrei Zmievski <andrei ispi net>
- To: "Claus Trojahn" <ich claus-trojahn de>, <gtk-list gnome org>
- Subject: Re: Put Glade-Files into php-skript ??
- Date: Thu, 04 Oct 2001 19:15:46 -0500
It's best to take this to PHP-GTK list <php-gtk-general lists php net>. The
problem is that libglade is not supported on Windows, yet.
At 01:21 AM 10/5/01 +0200, Claus Trojahn wrote:
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
-Andrei
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]