Perhaps this functionality could be included in a library.  Since it make
Shoes bigger, one could name it "Boots." :-)

On Wed, Jul 15, 2009 at 2:41 PM, Devyn Cairns <[email protected]>wrote:

> It should work that way, but it doesn't. Resizing the window,
> fullscreen, etc. requires WM extensions which _why doesn't want to do,
> it would make Shoes too big.
>
> On Wed, Jul 15, 2009 at 8:10 AM, Timothy McDowell<[email protected]>
> wrote:
> > 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.
> >
>
>
>
> --
>     ~devyn
>

Reply via email to