The Shoebox. A place for lil' apps to live in peace and harmony.

A Class emulating simple multi-column table. More description in the file.

MTFBWY

K.

Versions:
.rb
v. 1.0
.rb
v. 2.0


Speak now or forever hold your peace:

ashbb
November 17, 2008

Congrats, K.

Great success for the multi-column table solution! Cool!

Max
November 22, 2008

Great :D

kwicher
November 30, 2008

Thanks guys

I rewritten the class so it is now inheriting from Widget, therefore you can use it as a widget. That makes it much simpler and portable.

there are some small changes in the way initialization is done but otherwise everything is the same.
ENJOY

MTFBWY

K

sw
January 23, 2009

how to load it into a Shoes app besides copy-paste?

kwicher
January 24, 2009

Remove the test application and
require the file containing Widget definition in your main application file.


How do I use this?