Re: [shoes] image buttons?
- From:
- Carlos Burón
- Date:
- 2010-12-06 @ 16:55
Thanks, I guess I can kinda make my own image buttons with that and some
animations.
2010/12/5 ashbb <ashbbb@gmail.com>
> Hi Carlos,
>
>
> > is it possible to replace text in a button with a small image?
> Umm,...impossible.
> But it's possible to create clickable images. ;-)
>
> How about this one?
>
> Shoes.app do
> img = image "http://shoes.heroku.com/images/shoes-icon.png"
> img.click{alert "Welcom to Shoes!"}
> end
>
> Cheers,
> ashbb
>