Hi, On Wed, 28 Apr 2004 21:04:11 +0900 David Espada <davinciSINSPAM / escomposlinux.org> wrote: > Hi all. I need (again) help with ruby-gtk2. > > I have problems with this little code fragment: <snip> > When I select value of boton1, boton2 doesn't change menu, but > instead I get an empty list. > I don't know if I am doing something wrong or this is a bug. A new widget which you create in BotonOpciones#add_options doesn't call Gtk::Widget#show or #show_all. Try to call @menu.show_all after calling BotonOpciones#set_menu(). Everytime you need to call Gtk::Widget#show(#show_all) when you want to show your Widgets. -- .:% Masao Mutoh<mutoh / highway.ne.jp>