FVWM Vector Buttons

2002-09-29 Thread Kurt Ziegenbein
Hi fvwm-workers!

first many thanks for that great work you all made in developing fvwm. I'm
using fvwm now since 1995. Maybe you find the following button usefull, that
I'm using to resize windows:

ButtonStyle 6 9 [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL 
PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL 
PROTECTED] [EMAIL PROTECTED]

ciao
Kurt
-- 
 EMAIL: [EMAIL PROTECTED]|   /\   
 Phone: +49 6332 907038   |   \ /  ASCII Ribbon Campaign
 SnailMAIL: Mölschbacherstr. 5|X   Against HTML Mail
66482 Zweibrücken |   / \   
--
Visit the official FVWM web page at URL:http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm-workers in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


FvwmTaskBar Patch

2002-09-29 Thread Ben Mathews
When using the StartButtonRightMargin option the behavior was not 
consistant with what is stated in the man page.  Instead of shifting the 
buttons (StartButtonRightMargin) pixels over, it shifted them (number of 
mini launch buttons)*(StartButtonRightMargin) pixels over.  This patch 
fixes this.


Also removes several redundant StartButtonUpdate calls, and gets rid of 
some code that I had previously commented out but had not removed.


Ben Mathews



patchfile
Description: application/java-vm


FVWM: 'No such key' for valid keys?

2002-09-29 Thread Erik Steffl
  when starting fvwm 2.4.8 (debian unstable) on vncserver 3.3.3r2 I get 
bunch of errors even though the keys are valid, as verified by xev and 
also by fvwm - they actually work!


  here are the error messages:

[FVWM][ParseBinding]: ERROR No such key: XF86Standby
[FVWM][ParseBinding]: ERROR No such key: XF86AudioMute
[FVWM][ParseBinding]: ERROR No such key: XF86AudioLowerVolume
[FVWM][ParseBinding]: ERROR No such key: XF86AudioRaiseVolume
[FVWM][ParseBinding]: ERROR No such key: XF86AudioPlay
[FVWM][ParseBinding]: ERROR No such key: XF86AudioStop
[FVWM][ParseBinding]: ERROR No such key: XF86AudioPrev
[FVWM][ParseBinding]: ERROR No such key: XF86AudioNext
[FVWM][ParseBinding]: ERROR No such key: XF86Mail
[FVWM][ParseBinding]: ERROR No such key: XF86Search
[FVWM][ParseBinding]: ERROR No such key: XF86HomePage
[FVWM][ParseBinding]: ERROR No such key: XF86Start

  here's example of config (all the lines are like this one, just 
different key and different text after -T):


Key XF86AudioNext   A   A   Exec exec xterm -T next

  and it gets even stranger: when I run xev (just run it, not hitting 
those keys while it's running) the messages disappear - next time I 
start fvwm on the same server it works! yes, I tried to restart fvwm 
before I run xev, the messages are there everytime it is started, until 
I run xev.


  these bogus messages are NOT printed when using X 4.x (XFree86)

  any ideas?

  TIA

erik


--
Visit the official FVWM web page at URL: http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


RE: FVWM: Scrolling an xterm

2002-09-29 Thread Pietralla, Siegfried P
hi russell,

button two ( middle button ) drags; it also makes the scrollbar 'jump' to
any part of the scrollbar if you position the cursor there and just click
it. fyi, the amount of scrolling done by buttons one and three is
proportional to your distance from the top of the window. i.e. clicking at
the top end of the scrollbar will scroll up or down one line at a time, in
the middle will scroll half the screen at a time and at the bottom the whole
screen at a time. so you can scroll up and down without having to move your
mouse. it really is extremely well thought out - i wish all scroll bars
worked this way :)

regards,
siegfried.


-Original Message-
From: Russell [mailto:[EMAIL PROTECTED]
Sent: Saturday, 28 September 2002 17:22
To: fvwm@fvwm.org
Subject: Re: FVWM: Scrolling an xterm


Russell wrote:
 
 Hi,
 
 In .xinitrc, i have:
   xterm -sb -rightbar -geometry 80x25 
 
 When i open an xterm on the fvwm desktop, i get
 the scroll bar, and the mouse arrow changes shape
 over the bar, but dragging has no effect. How can
 i fix that?

I just found clicking the right button scrolls everything
down, and the left button click scrolls everything up.

Is there a way to give the left mouse button a 'drag' action?
--
Visit the official FVWM web page at URL: http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]
--
Visit the official FVWM web page at URL: http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


Re: FVWM: Couple of questions re: FvwmTaskBar

2002-09-29 Thread Timothy Groves
Okay, coming back to a question I asked a long time ago...

  2)  Is it still possible to have a quick-launch button on the TaskBar?
 
 No, FvwmTaskBar has 3 fixed parts: start menu, window list and clock+mail.
 FvwmButtons has no such limitation.

So could I swallow an FVWMTaskBar into an FvwmButtons -minibuttons?
-- 
ICQ#66022322

  It's a terrifying thing, isn't it?  To live in fear.  
 That's what it's like to be a slave.
--Rutger Hauer, Bladerunner
__ 
Post your ad for free now! http://personals.yahoo.ca

--
Visit the official FVWM web page at URL: http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


Re: FVWM: Couple of questions re: FvwmTaskBar

2002-09-29 Thread Mikhael Goikhman
On 29 Sep 2002 20:42:52 -0400, Timothy Groves wrote:
 
 Okay, coming back to a question I asked a long time ago...
 
   2)  Is it still possible to have a quick-launch button on the TaskBar?
  
  No, FvwmTaskBar has 3 fixed parts: start menu, window list and clock+mail.
  FvwmButtons has no such limitation.
 
 So could I swallow an FVWMTaskBar into an FvwmButtons -minibuttons?

No, FvwmTaskBar is not designed to be swallowed. You may swallow
FvwmIconMan instead.

Or you may use the latest 2.5.4 (from cvs) snapshot. FvwmTaskBar now has
the launch buttons support.

Regards,
Mikhael.
--
Visit the official FVWM web page at URL: http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]