PHP Classes

GtkMenuBar class not found

Recommend this page to a friend!

      Menu Bar Generator  >  All threads  >  GtkMenuBar class not found  >  (Un) Subscribe thread alerts  
Subject:GtkMenuBar class not found
Summary:Problem with missing class
Messages:3
Author:Steve Waterfall
Date:2006-10-14 21:22:16
Update:2006-10-15 00:13:28
 

  1. GtkMenuBar class not found   Reply   Report abuse  
Picture of Steve Waterfall Steve Waterfall - 2006-10-14 21:22:16
Hi,

I tried to use this class (in PHP5) and got an error. The file MenuBar.inc creates the class MenuBar which tries to extend a class called GtkMenuBar which doesn't exist in either MenuBar.inc or the included file MBFactory.inc

Any help would be appreciated

Thanks

Steve

  2. Re: GtkMenuBar class not found   Reply   Report abuse  
Picture of Diego Feitosa Diego Feitosa - 2006-10-14 23:03:06 - In reply to message 1 from Steve Waterfall
Hi Steve,

To run this class you must have PHP-GTK 2 installed. It runs apart from Apache.

You can find more information about PHP-GTK 2 at http://gtk.php.net

Any question, doubt, please mail me =)

Regards,
Diego


  3. Re: GtkMenuBar class not found   Reply   Report abuse  
Picture of Steve Waterfall Steve Waterfall - 2006-10-15 00:13:28 - In reply to message 2 from Diego Feitosa
Hi Diego,

Thanks very much for your quick reply, I knew it was probably something I was missing. Time to delve into the world of installing extensions then!

Thanks

Steve