Well one way to do it (IIRC):Shoes.app do
   flow :width => 500, :height => 500 do
      # That will make the Shoes app bigger to encompass the
entire flow, that is, IIRC

On Wed, Jul 15, 2009 at 7:18 AM, Satoshi Asakawa <[email protected]> wrote:

> Hi Ehsanul,
>
> I know this is not your request.
> But it may be seen like the same behavior. ;-)
>
> Shoes.app :width => 200, :height => 200, :title => 'Hi' do
>   timer 5 do
>     Shoes.app :width => 300, :height => 300, :title => 'Hello'
>     app.close
>   end
> end
>
> Regards,
> ashbb
>
>
> On Wed, Jul 15, 2009 at 9:30 PM, Ehsanul Hoque <[email protected]>wrote:
>
>>
>> Somebody was confused about setting the size of a window, but I thought it
>> was about dynamically changing it, which is something I've wanted to do
>
>
>


-- 
--Brains.

Reply via email to