From: Vince Vince Date: 2009-04-01T18:17:51+09:00 Subject: Shoes 'method_missing' error Hello all ! I'm new to the ruby community and therefore to Shoes (which is really nice easy to use). I tried out a little making a form, and everything went nicely for edit_line, list_box, edit_box, button, but I met trouble when trying to build a radio button or a checkbox ... Here's the sample code I used : http://help.shoooes.net/Check.html and http://help.shoooes.net/Radio.html This is my code : Shoes.app do radio; para "This is a radio button" end And this triggers this error : Undefined method 'radio' for (App) * (eval):2 in 'method missing' * (eval):2 * (eval):0:in 'instance_eval' * (eval):0 I got the same error trying to use debug(), info(), error(),... (warn() seems to work). And pressing + doesn't open any debug window. I tried googling for these troubleshoot, but couldn't find any response. I start believing that the API is outdated. Any one has any clue? Others met these troubles ? Thanks in advance ! -- Posted via http://www.ruby-forum.com/.