|
Ruby/LibGlade: multiple GladeXML objects: msg#00775lang.ruby.general
hi, i am trying to load two glade files one after another. is there a special trick? or is it not possible? something like the following, although my program has these two GladeXML instantiations in seperate methods, the first calling the second when logon is successful. g1 = GladeXML.new('logon.glade') { |handler_name| ... } Gtk::main g2 = GladeXML.new('search.glade') { |handler_name| ... } Gtk::main i get an error on the second call at g2 = GladeXML ... (eval):13:in 'doConnect': undefined method 'arity' for nil (NameError) any help would be much appreciated. -- ~transami
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Ruby in EETimes, Hal E. Fulton |
|---|---|
| Next by Date: | Re: struct needs to be a constant?, ts |
| Previous by Thread: | Ruby in EETimes, Phil Tomson |
| Next by Thread: | Re: Ruby/LibGlade: multiple GladeXML objects, Tom Sawyer |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |