mIRC Homepage
Posted By: sparta minimize/restore - 13/10/04 02:59 AM
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:
Posted By: Relinsquish Re: minimize/restore - 13/10/04 03:15 AM
o_O? confused
Posted By: sparta Re: minimize/restore - 13/10/04 03:52 AM
lock is good if u have kidds around.. wink
Posted By: Coolkill Re: minimize/restore - 13/10/04 11:20 AM
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.
© mIRC Discussion Forums