mIRC Homepage
Posted By: m00se can't get windows to stay in order :( - 28/08/09 01:58 AM
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 ...
Posted By: DJ_Sol Re: can't get windows to stay in order :( - 28/08/09 07:38 AM
I suggest not clicking cascade after you have them set up how you like them.
Posted By: 5618 Re: can't get windows to stay in order :( - 28/08/09 08:24 AM
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.
© mIRC Discussion Forums