On Thu, Apr 10, 2008 at 02:27:44PM -0800, Mike M wrote:
> A slider would be great, if only to create a color-picker app!

Not to discourage you from building a really sly color-picker app,
but you can use the built-in color picker by calling `ask_color`.

  Shoes.app do
    button "Choose" do
      @color.replace ask_color
    end
    @color = para "No color picked yet."
  end

_why

Reply via email to