Search Results

0
votes

What is best way to debug Shoes applications?

Note that if you use Alt + / you'll have to run that "before" starting the app …
0
votes

Where can I find documentation on functions available in the Ruby Shoe GUI Toolkit?

It appears that there is no real documentation, as such--you just have to glean it from examples [?] An attempt at rdoc failed pretty well [just ran rdoc from within the github repo] …
0
votes

How can I make a simple text editing application in Shoes?

I think there's an example in the samples folder …
1
vote

How do I use Ruby1.9 with Shoes?

or you could use aman gupta's "poor man's fibers" or try doing ::Fiber or what not. GL! -r …