mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Aug 2009
Posts: 3
M
m00se Offline OP
Self-satisified door
OP Offline
Self-satisified door
M
Joined: Aug 2009
Posts: 3
I open mirc , join the server , join 8 diffrent rooms , then I set them where i want them on my screen I "save all" in "position" ... so now what i have in front of me is 8 rooms tiled in front of me 4 to left and 4 to the right , everytime i open mirc and join those rooms they open in the very same place (that's what i want) ..BUT if i click on "cascade" then click pn tile the order they were in is gone , there's still 4 to the right and 4 to the left but not in the order I am use to .... Can somone help me with this please ...

Joined: Jan 2007
Posts: 1,156
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2007
Posts: 1,156
I suggest not clicking cascade after you have them set up how you like them.

Joined: Jun 2007
Posts: 933
5
Hoopy frood
Offline
Hoopy frood
5
Joined: Jun 2007
Posts: 933
This is normal behaviour. I suggest you set up an alias whereby you cycle through your open channels and reset their position (see /help /window, look at -R).

Code:
alias resetchans {
  var %chans = $chan(0)
  while (%chans) {
    window -R $chan(%chans)
    dec %chans
  }
}

If you want you can add a button on the toolbar (see /help /toolbar) which calls this alias, so you don't have to type /resetchans manually.


Link Copied to Clipboard