On Sun, Jan 13, 2008 at 12:36:08PM -0800, Michael Daines wrote: > This really isn't such a good place to start, since it crashes even if I > just ask for a new instance of the class. Am I fighting against Shoes by > wanting to create things without first inserting them? Is using > Shoes::Stack to make things just not reasonable? Perhaps I am expecting > that Shoes be more like the browser DOM than it really is?
You aren't fighting against Shoes. You're just running past Shoes or something like that. I hadn't really thought that anyone would want to use Shoes::Stack.new. It's a bug. You'll probably want to subclass Shoes::Stack when you do this. Because the mouse and paint events need to trickle through the table and it'd be nice for it to act like a real element. When I get the bug fixed, I'll post some code. _why
