Thanks for the replies.

@Satoshi - I realized that's possible, but not really what I want. The main 
disadvantage is the fact that focus of the window is gone to some other window, 
during the close action. Also annoying is how it looks to start a new window 
up, sorta a sudden flash.

@Timothy - For me, a large flow inside doesn't affect the app window size, but 
just introduces a vertical scrollbar. What do you mean by IIRC?

@Devyn - Well, resizing an app size is not all that important I guess. But 
changing the title should be much easier, right?


> Subject: Re: Dynamically changing the size/title of the shoes main window
> From: [email protected]
> To: [email protected]
> Date: Wed, 15 Jul 2009 11:41:51 -0700
> 
> 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

_________________________________________________________________
Hotmail® has ever-growing storage! Don’t worry about storage limits. 
http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage_062009

Reply via email to