On 10/28/07, Tuomo Valkonen <[EMAIL PROTECTED]> wrote:
> > The question is: how can I prevent the split from permanently resizing
> > itself and make it behave ion-3ds-20060519 way?  I tried putting
> > rqgeom requests in clientwin_do_manage_alt, but the split keeps
> > changing.
> Wake up! You're having a bad dream.

Its not a dream, seriously!  But it looks like I found a reason.  In
my code I, in fact, used:

   fl:attach(cwin, {switchto = t.switchto})

to attach a window to a frame. After changing it to

   cw = fl:attach_new({type = "WGroupCW", switchto = t.switchto})
   cw:attach(cwin, {switchto = t.switchto, bottom = true})

my bad dream is gone!

Thanks a lot for your thought-provoking idea about layouts (which were
brand new anyway), the solution came after looking at my saved layout.

Thanks,

Sasha

Reply via email to