hi,
I'm trying to use 2 Hiddenconsoles on my fvwm-Destop. But it is not
working. Only one Console "pops down", when I move my Mouse above it!
Here is my Config:
AddToFunc StartFunction
+ I Module FvwmAuto FvwmAutohide -menter FuncAutoEnter
+ I StartHiddenConsole
+ I StartHiddenConsole1
DestroyFunc StartHiddenConsole
AddToFunc StartHiddenConsole
+ I Exec exec Eterm --options .... -n "HiddenConsole"
DestroyFunc StartHiddenConsole1
AddToFunc StartHiddenConsole1
+ I Exec exec Eterm --options .... -n "HiddenConsole1"
DestroyFunc FuncAutoEnter
AddToFunc FuncAutoEnter
+ I Autohide HiddenConsole1 500 500 N
+ I Autohide HiddenConsole 250 500 N
AddToFunc Autohide
+ I ThisWindow ($0) Deschedule $[w.id]
+ I TestRc (!Match) Deschedule -$[w.id]
+ I ThisWindow ($0) ThisWindow (shaded) AutohideShow $1 $3
+ I TestRc (!Match) All ($0, !shaded) AutohideHide $2 $3
AddToFunc AutohideShow
+ I Schedule $0 -$[w.id] WindowShade $1 off
+ I Schedule $0 -$[w.id] Raise
+ I Schedule $0 -$[w.id] Deschedule $[w.id]
+ I Schedule $0 -$[w.id] Deschedule -$[w.id]
AddToFunc AutohideHide
+ I Schedule $0 $[w.id] WindowShade $1 on
+ I Schedule $0 $[w.id] Deschedule $[w.id]
+ I Schedule $0 $[w.id] Deschedule -$[w.id]
Please Help me .. ;) Thanks steve
--
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 majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Fri Aug 06 2004 - 06:21:35 BST