On Fri, Oct 10, 2008 at 8:33 AM, Guoliang Cao <[EMAIL PROTECTED]> wrote: > IMHO eventually shoes will > have to offer more controls like menu, tree, table/grid etc.
Why? I believe the idea is for Shoes to stay tiny. You are certainly free to implement these widgets, though. I've thought at times about a RubyGems like system for sharing widgets and other extensions or addons for Shoes apps. Ultimately I think RubyGems is exactly that system, no need to add layers of complexity. Shoes.setup do gem "widgetastic" # etc end -- Seth Thomas Rasmussen http://greatseth.com
