[Glade-users] (mandriva, ruby, eclipse) I can't use a GUI created by glade 3



hello,

I used to have glade2 with ruby, using eclipse.
but recently I downloaded glade3 and now even if the two requires (gtk2
and libglade2) are satisfied, I can't launch this project:

**********************************************************
#!/usr/bin/env ruby
#
require 'libglade2'
require 'gtk2'
class MonAppli
  def initialize(file, root)
    @main_glade_xml = GladeXML.new(file, root) {|handler| method(handler)}
  end
end

Gtk.init
MonAppli.new("test_glade_1.glade",nil)
Gtk.main
**********************************************************

do you know if there are some options to select when conceiving a glade
project (I have eg the choice between a libglade project and a gtk+
project), using glade3?


thx,

lolveley.






        

        
                
___________________________________________________________________________ 
Yahoo! Mail r?invente le mail ! D?couvrez le nouveau Yahoo! Mail et son interface r?volutionnaire.
http://fr.mail.yahoo.com





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