Hi, I would like to create my own custom widgets since this is a lot easier to keep things organized. What is the easy way to do this? It seems I can derive my custom widget from Shoes::Widget, but then I get other weird errors (e.g. "undefined method 'downcase' for Nil:NilClass", shoes.rb line 359).
I found an (older) blog post by why explaining how to do this, on which I based my code: http://hackety.org/2008/06/12/martinDemellosGooeyChallenge.html Thanks in advance! -- Jo
