mIRC Homepage
Posted By: Govvy Help button gone! - 03/10/03 02:14 PM
I don't know if you decided to remove the help button, the one with the little red ring, 'that keeps you a float!'

or if it just got bugged out ... in this new version.
Posted By: DekuHaze Re: Help button gone! - 03/10/03 02:23 PM
It was deliberately removed, I'm afraid. Dunno why tho smile
Posted By: trenzterra Re: Help button gone! - 03/10/03 02:26 PM
Probably because some people removed mirc.hlp in their script.
Posted By: KingTomato Re: Help button gone! - 03/10/03 06:03 PM
Personally I type /help <topic>

I find it easier just because you go to the help to find a topic anyways, so it will open it right to the topic. Also i'm not an anti-mouse person, But I prfer using keyboard when I can, and avoid moving the mouse too much >:D
Posted By: pheonix Re: Help button gone! - 03/10/03 06:10 PM
i moved the help file to a subdirectory:
$mircdirhelp files\mirc.hlp
do you know how i could make a /help alias like the original?
Posted By: Collective Re: Help button gone! - 03/10/03 06:20 PM
This works for me on XP:
Code:
alias help {
  run winhlp32 -k $+ $1- $mircdirhelp files\mirc.hlp
}


Edit: Doesn't seem to work with multiple parameters, ill try to fix..
Posted By: pheonix Re: Help button gone! - 03/10/03 06:22 PM
thanks smile
Posted By: codemastr Re: Help button gone! - 03/10/03 07:26 PM
Simple solution, do like all the cool kids do and downgrade to 6.03.
Posted By: KoRn18 Re: Help button gone! - 03/10/03 10:06 PM
tempting...
Posted By: Collective Re: Help button gone! - 03/10/03 11:22 PM
It doesn't seem to close winhlp32 if you type /help a and then click Cancel (in fact for me it creates two winhlp32 processes and doesn't close either). Perhaps best not to use it smirk
Posted By: Iori Re: Help button gone! - 04/10/03 01:08 AM
Why not just press F1 (while mirc is active), when windows complains it can't find the file and asks if you want to find it yourself, browse to it. From there, /help /whatever should work normally.

Edit: You might need to get rid of any /help alias before you do it.
© mIRC Discussion Forums