ashbb
ashbb
Hi Kiswono, Oh, you are using Green Shoes. Thanks! :-D I confirmed your problems on my Windows 7 with Green Shoes 1.1.362. Looks strange. There might be a bug. But...
A bug on only Mac? I ran the snippet with Shoes 0.r1514 and 0.r1783 on Windows 7. Both worked well.
I've recreated your issue on my Windows 7 laptop with Shoes 3. This is an alternative: ``` Shoes.app do stack top: height - 45, left: width - 180 do para...
This issue is a bug, not user error. But it's not so easy to fix, I guess. :(
@jessc How about the following? ``` ruby class ManyFileEditor def main_window(foobar) s = self foobar.app do @main_window =flow do para "main_window" button "Hide" do para "second" @main_window.hide() @editing_window = s.editing_window(foobar)...
Oh, strange! I confirmed the "infinitely scrolling window" on my Windows 7 with Shoes 3 (0.r1514). I think that you found a bug. :-P
Hi @stlewis, Interesting! We've been developing [Shoes 4](https://github.com/shoes/shoes4) now. Shoes 4 will be published at [RubyGems.org](http://rubygems.org/) as a gem. So, I think it's cool if you upload your shoes_app_wrapper as...
Umm... what platform are you using? I run the following snippet on Windows 7 with Policeman 0.r1503. The size of background seems correct (= 300pix)... ``` Shoes.app do stack :height...
Oh, now I confirmed. This is a bug. But for Linux, not Windows. I can't confirm with Mac, though...
I confirmed with Sheos 3 on my Windows 7 laptop. I could copy and paste with each ctl-c and ctl-v in edit_box.