Do shoes have control over the list?

I looked at shoes, which seems like a very good tool for a quick GUI. However, common elements / controls do not include the equivalent of a list / report view (e.g. ListView on Windows, NSTableView on OS X).

I just missed it or doesn’t exist (yet)?

+3
source share
3 answers

If you mean the output of a lot of text data, such as a report or a table, then there is a good application in a shoe box called the Simple Table Class , which works very well. Before I found it, I was ready to give shoes, but this class solved my problem in a matter of minutes.

laces, Tablie. , ....

+1

, . Classes, , .

, - . good-vjot.rb script, , , , .

Gooey Challenge ( Shoes )

+1
Shoes.app do
  stack do
    @l = list_box :items => ["YES", "NO"] do
      alert @l.text
    end
  end
end
0
source

All Articles