mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Feb 2006
Posts: 164
V
vexed Offline OP
Vogon poet
OP Offline
Vogon poet
V
Joined: Feb 2006
Posts: 164
I was just messing about and did Alt +b in the status windows of my connections, and when i click ok, i get * /window: invalid parameters this only happens in the status windows though, i've skimmed through a few things but can't understand what would cause this, any ideas on what to look for? thanks.

Joined: Dec 2002
Posts: 1,245
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Dec 2002
Posts: 1,245
from the help files:
Quote:

Alt+1...9
If you press Alt and a number, mIRC will display the Nth window listed in your Window menu. If you press Alt+0 (zero) and you are in an mIRC desktop window, it will jump to the main mIRC window.


as a guess mIRC is looking for window #b and not finding it.
alt + some other keys are valid combinations in other circumstances

/help alt

Joined: Feb 2006
Posts: 164
V
vexed Offline OP
Vogon poet
OP Offline
Vogon poet
V
Joined: Feb 2006
Posts: 164
Doesn't Alt + B open the mIRC address book up for you though?
If i do this in a status window that is connected but not joined to any channels, i don't get the error, only if i'm in channels.

Joined: Dec 2002
Posts: 1,245
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Dec 2002
Posts: 1,245
it does open the address book for me, even in the status window, so you must have something scripted that is interfering....

What version miRC

Joined: Feb 2006
Posts: 164
V
vexed Offline OP
Vogon poet
OP Offline
Vogon poet
V
Joined: Feb 2006
Posts: 164
Well every version i've ever used it's opened it up, and directs it to which ever tab i've last used, (normally colors)

i just double checked on a plain 6.16 and 6.17
and it definitely opens the address book up :tongue:

sorry, it does open it up, what i was saying is that when i click ok/cancel i get the * /window: invalid parameters error

Last edited by vexed; 14/03/06 07:23 PM.
Joined: Dec 2002
Posts: 1,245
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Dec 2002
Posts: 1,245
it doesn't do that here.
maybe you need to redownload and refresh the install of mIRC

Joined: Feb 2006
Posts: 164
V
vexed Offline OP
Vogon poet
OP Offline
Vogon poet
V
Joined: Feb 2006
Posts: 164
I know it's a script interferring with it, but i just tried all the key combos to opens mIRC's built in dialogs, and for some reason it's only Alt + b that i get that error with, i do find that odd behavior.

Joined: Feb 2006
Posts: 164
V
vexed Offline OP
Vogon poet
OP Offline
Vogon poet
V
Joined: Feb 2006
Posts: 164
i've narrowed it down after spending a long time searching

Code:
ON *:JOIN:#:if ($nick == $me) dll $mircdirsystem\dll\CNICK_v2.dll JOIN $target  


that code along with the dll highlights mode prefixes next to nicknames in the nicklist, i disabled it and i don't get the error, so why does opening the address book up cause that error when that code is being used? confused

Last edited by vexed; 15/03/06 03:26 PM.

Link Copied to Clipboard