Re: FVWM: how to grow up

2006-06-01 Thread pipehappy

On 6/2/06, Dominik Vogt [EMAIL PROTECTED] wrote:

On Thu, Jun 01, 2006 at 04:51:06PM +, Mikhael Goikhman wrote:
 On 30 May 2006 12:53:35 +, pipehappy wrote:
 
  I tried
 
  Maximize 0 growup
 
  And it only can grow up to the upper edge of screen if there is no
  other window(Yes, I also find it in man page).
 
  So can anyone  give me some tips on how to make the window grow up to
  the upper edge of the screen no matter there is a window above it or
  not?

 It seems you ask for this:

   Pick ResizeMoveMaximize keep w+$[w.y]p w 0

 Or ResizeMove with the same parameters, depending on what you want.
 Accourding to the man page it should work, but the construction w+10p
 mentioned in the example does not work for me (no time to check why).

No, the example in the man page is totally screwed.  There is no
'w' prefix for the resize commands.

I'll commit a patch for that, so the line you posted works; or
better:

 Pick ResizeMoveMaximize keep w+$[w.y]p keep 0

 The best I can suggest for now as a replacement for this line is:

   FvwmPerl -x
   Pick . ResizeMoveMaximize keep %{ $[cw.height] + $[w.y] }%p w 0

Ciao

Dominik ^_^  ^_^

 --
Dominik Vogt, [EMAIL PROTECTED]


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFEf4XRmeSprTOr4tgRAmf/AJsFGhMvKSrA1oFqZDb4p3V980jM8QCg79jY
Z0Mpbz27CteLHZ1GYgVlVNE=
=jrL8
-END PGP SIGNATURE-




When I come across fvwm, I think it can do everything except math.

If it can do it in future, that seems a great feature.



Re: FVWM: how to grow up

2006-05-30 Thread pipehappy

On 5/28/06, Thomas Adam [EMAIL PROTECTED] wrote:

On Sun, May 28, 2006 at 11:58:09PM +0800, pipehappy wrote:
 But when I want it grow up, how can I do?

Look at the Maximize command.  Perhaps you want something like this:

Maximize 0 grow

-- Thomas Adam

--
If I were a witch's hat, sitting on her head like a paraffin stove, I'd
fly away and be a bat. -- Incredible String Band.



Thanks Adam first.

I tried

Maximize 0 growup

And it only can grow up to the upper edge of screen if there is no
other window(Yes, I also find it in man page).

So can anyone  give me some tips on how to make the window grow up to
the upper edge of the screen no matter there is a window above it or
not?

Thanks



FVWM: how to grow up

2006-05-28 Thread pipehappy

Hi everyone:

I am using 2.4.19 and want to get a function which can make the window grow up.

When I want to the window grow down, I can use
ResizeMove br keep -0 keep keep

But when I want it grow up, how can I do?

It seems that I cannot do adding in fvwm and what I can get about
coordinate is only for up left point and width and height of the
window.

Look forwards to your tips.

Guan