2008/10/15

Slot with scrollbar

The :scroll option establishes the slot as a scrolling slot.
# sample41.rb
Shoes.app :width => 240, :height => 161, :resizable => false do
image Dir.pwd + '/jellybeans.jpg'
flow :width => 100, :height => 40, :left => 2, :top => 2, :scroll => true do
background bisque
30.times do |i|
color = COLORS.keys.map{|sym|sym.to_s}.sort_by{rand}
para "colorful jellybeans", :stroke => send(color.first)
end
end
end

# sample41.png

I'm now studying about 'Styling Master List'. :-D

ashbb

No comments:

O'Reilly Ruby Books

Twitter Updates

    follow me on Twitter