mIRC Home    About    Download    Register    News    Help

Print Thread
#100505 13/10/04 02:59 AM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Any way to minimize all channel windows, then keep them minimized untill restored ? like window -n @window ? its hard to explain.. but if somone minimize the window, then i want it to stay minimized untill the switch window -r @window but on all channels open, and all chats open, is that possible ? :tongue:


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#100506 13/10/04 03:15 AM
Joined: Mar 2004
Posts: 175
Vogon poet
Offline
Vogon poet
Joined: Mar 2004
Posts: 175
o_O? confused


- Relinsquish
#100507 13/10/04 03:52 AM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
lock is good if u have kidds around.. wink


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#100508 13/10/04 11:20 AM
Joined: Dec 2002
Posts: 788
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 788
Why not just link a keypress to a /window -h/w and save yourself the hassle of monitoring window states. i.e.

alias lock {
set %lock $iif($1 == -r,0,1)
var %i = $window(*,0)
while (%i) {
window $iif($1 == -r,-w,-h) $+(",$window(*,%i),")
dec %i
}
}

alias cf12 { lock $iif(%lock,-r) }

ctrl+f12 to un/lock, simply hides the switchbar data.

Eamonn.


Link Copied to Clipboard