-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I can't seem to get the Ruby Shoes packager to correctly create an exe with Shoes included. I'm using the Raisins release (0.r1134), with the pack.rb replaced from github. The exe's the packager makes are all 70-80K files (they obviously don't include shoes or ruby). These exe's will run on my XP…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I was taking a look at Shoes which seems like a very nice tool for quick GUI applications. The common elements/controls, however, don't seem to include the equivalent of a list/report view (e.g., ListView in Windows, NSTableView in OS X).
Did I just miss this, or does it not (yet) exist?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I used packager to make an executable file for the following code:
Shoes.app do
stack :margin => 10 do
@edit = edit_box :width => 1.0 do
@para.text = @edit.text
end
@para = para ""
end
end
then I got error message:
Error in C:/Program Files/Common Files/Shoes/0…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Question: Does anyone have an example of a "filter as you type" dropdown control using Shoes?
Examples: If you are looking for examples of what i am talking about, see these.
http://docs.jquery.com/Plugins/Autocomplete
http://stackoverflow.com/questions/706906/jquery-filter-dropdown-list-as-you-typ…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
can I have some examples of how you organize your Shoes apps? I mean, simply using a Shoes.app{} block and instance variables is clumsy.. I'd like to achieve a MVC like structure.. I'm used to it (from rails, FLEX frameworks and others..) and would like to recreate something similar..
>>> More