mIRC Home    About    Download    Register    News    Help

Print Thread
#31638 23/06/03 09:30 AM
Joined: Jun 2003
Posts: 130
O
Vogon poet
OP Offline
Vogon poet
O
Joined: Jun 2003
Posts: 130
Im stuck with this one i want it to hide all windows (except status on inactive connections:
on *:active:*:{
var %x = 1
while (%x <= $window(0)) {
window -w $window(*,%x)
inc %x 1
}
var %x = 1
while (%x <= $scon(0)) {
if ($scon(%x) == $cid) scid $scon(%x) {
scon %x hidewindows
inc %x
}
inc %x 1
}
}
alias -l hidewindows {
var %x = 1
while (%x <= $window(0)) {
if ($window != status window) window -h $window(*,%x)
inc %x 1
}
}
any ideas?


If only women came with popup menus and online help.
#31639 23/06/03 11:40 AM
Joined: Dec 2002
Posts: 29
R
Ameglian cow
Offline
Ameglian cow
R
Joined: Dec 2002
Posts: 29
You can do that without a coding,press ALT key and click on status window for witch you want to hide all channel windows etc.to get it back just do the same.

#31640 23/06/03 12:50 PM
Joined: Jun 2003
Posts: 130
O
Vogon poet
OP Offline
Vogon poet
O
Joined: Jun 2003
Posts: 130
oh i see, it would be could if you could make it do that automattically. Thanx alot smile


If only women came with popup menus and online help.

Link Copied to Clipboard