Sha256: 1a28afef61e24f241c902fe9e73bd55767d6168b7e2256777bc98f8e1368207d
Contents?: true
Size: 284 Bytes
Versions: 2
Compression:
Stored size: 284 Bytes
Contents
Shoes.app height: 200 do stack margin_left: 10 do title 'Progress Example' @p = para end pg = progress width: width - 20, height: 20 pg.move 10, 100 animate do |i| j = i % 100 + 1 pg.fraction = j / 100.0 @p.text = "%2d%" % (pg.fraction * 100) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shoes-4.0.0.pre2 | samples/sample42.rb |
shoes-4.0.0.pre1 | samples/sample42.rb |