@Jenna: The problem is if I'm changing the background from within a
method—I don't know of any way to modify backgrounds (or borders) when
you're not inside the block of the slot itself.

@_why: That'd be great—thanks.

Joshua Choi

On Sun, Aug 24, 2008 at 8:42 PM, _why <[EMAIL PROTECTED]> wrote:
> On Sun, Aug 24, 2008 at 06:50:38PM -0700, Joshua Choi wrote:
>> How may I change a background's pattern? For instance, here's an ideal
>> example if something like Background#pattern= worked.
>>
>>   Shoes.app do
>>     @background = background white
>>     button 'Blue' { @background.pattern = blue }
>>     button 'Yellow' { @background.pattern = yellow }
>>   end
>>
>> In other words, dynamic backgrounds. Is it possible, or could it
>> please be implemented in the future?
>
> I think it will be Background.fill=.  To mirror the present
> Shape.fill=.  I want to add this soon, of course.
>
> _why
>

Reply via email to