shoes-deprecated icon indicating copy to clipboard operation
shoes-deprecated copied to clipboard

Former repo for Shoes... see README for up to date locations!

Results 75 shoes-deprecated issues
Sort by recently updated
recently updated
newest added

Hi [Part 2] When I run the following code, only the edit_line disables it's state not edit_box. It appears that this does not work at all. Shoes.app do stack do...

h/t to oliver.gaida The code below on Linux but not OSX causes the click block to run during "setup" instead of waiting for a user action to check/uncheck. Use para...

the package button on the window doesn't do anything and when I choose package under "shoes" in the menu bar, the app crashes.

Shoes has memory leak on my PC(WindowsXP SP3): Run shoes.exe,and do nothing on it. then you'll find shoes's virual memory always increase.

bug

Hi, I trying to create simple app with routes so I started with this demo: ``` ruby class Dictionary < Shoes url '/', :index url '/(\w+)', :word def index stack...

Mac OSX 10.8.3 I was following this example from the Shoes book by _why and I found it didn't work. ``` ruby class BookList < Shoes url '/', :index url...

I just can't use the Packager. The progress bar get stuck in 50% and the program stop responding if I include shoes. If I not include shoes, the package works...

Hello, For a project I need a menu with submenus. Can I do this with Shoes or can I better use another gem. Roelof

reported by @ashbb on the ML: ``` Shoes.app do button('button'){alert 'hi'} msg = para 'show a key pressed' keypress{|k| msg.text = k} end ``` Before clicking the button, keypress works...

bug
windows

I'm using shoes 3 (0.r1514) on windows 7 ultimate x64, Doing some testing, I noticed that when starting an application by the shoes, everything happened perfectly, except for the fact...

bug
windows