ashbb
ashbb
I think there is no need to implement the :stretch style in v4.0.
Is treeview layout like this? http://ashbb.github.com/green_shoes/snapshots/sample53.png What is tableview layout like?
Sorry for my late reply. The discussion is interesting. But, I think that it's better to reconsider what a drag-and-drop function is and how to use. Shoes has already some...
@wasnotrice Are you looking for `#contents`? How about the following snippet? Watch the [demo](http://www.rin-shun.com/shoes4/tmp/green-shoes-drag-and-drop.swf.html). Red and Purple Shoes doesn't work well for now, though. :( ``` ruby require 'green_shoes' Shoes.app...
@wasnotrice > this would be so much easier :) Yeah, I agree it's much easier. But,... > I have concerned about using `#contents` directly. I think this should be a...
@wasnotrice `#dup` ... oh, yeah, but really need to do that? Give the users freedom! :-P :-D > Look what goes wrong in this Shoes4 snippet: Umm, looks bad. The...
@wasnotrice @pjfitzgibbons and folks, 1st: > It's better to provide DSL methods for adding/removing objects to slots. Both in Red Shoes and current Shoes4, the elements moved or created with...
Umm,... Is this not enough? ``` ruby oval x, y, 1 ``` JFYI: [shoes_mandelbrot](https://github.com/ashbb/shoes_mandelbrot)
I remember this old [_why's post](http://article.gmane.org/gmane.comp.lib.shoes/160/match=animating+image+block).
Shoes 4 doesn't have tray functionality for now. So, this is one of future requests. ;-)