mIRC Home    About    Download    Register    News    Help

Print Thread
#114376 13/03/05 11:58 PM
Joined: Jul 2004
Posts: 150
D
Debug Offline OP
Vogon poet
OP Offline
Vogon poet
D
Joined: Jul 2004
Posts: 150
Hi,

I have one idea that I would love to see on mIRC.
When you move the mouse pointer above the nickname show all the nickname.

Example:
The size of my Nicklist shows only: "mIRC_Is_Ve", but I dont wanna to increase more the nicklist size. So I put the mouse pointer above the nick and shows "mIRC_Is_Very_Good".

I think this would be nice wink

Last edited by Debug; 13/03/05 11:58 PM.
#114377 14/03/05 03:59 AM
Joined: Aug 2004
Posts: 147
N
Vogon poet
Offline
Vogon poet
N
Joined: Aug 2004
Posts: 147
signed

#114378 14/03/05 04:04 AM
Joined: Aug 2004
Posts: 147
N
Vogon poet
Offline
Vogon poet
N
Joined: Aug 2004
Posts: 147
i like this idea, maybe there could be something like
Code:
on *:nickhover:#channel:{
  echo -a I am hovering over $nick
}


It could be used with a balloon dll.

#114379 14/03/05 04:09 AM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
How about to show all the nickname when a user as been selected in the nicklist ($snick()) and then hover over. Just so it doesn't switch between nickname to nickname too quickly.

Just my opinion, either way I'd still like to see your idea implemented.

All the best,

Andy.

#114380 14/03/05 02:02 PM
Joined: Feb 2005
Posts: 681
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Feb 2005
Posts: 681
Yeah, doing this in the form of a tooltip
like the switchbar would be great.

#114381 14/03/05 06:20 PM
Joined: Jul 2004
Posts: 150
D
Debug Offline OP
Vogon poet
OP Offline
Vogon poet
D
Joined: Jul 2004
Posts: 150
It would be nice to use with @windows too. maybe:

[b]on *:nickhover:#/ @:

#114382 14/03/05 10:15 PM
Joined: Aug 2004
Posts: 147
N
Vogon poet
Offline
Vogon poet
N
Joined: Aug 2004
Posts: 147
Code:
on *:SIDEHOVER:window|channel:{
  echo -a I am hovering over $1- on $window
}

#114383 14/03/05 10:33 PM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
Alot of that could be dealt with with the hotlink event admitidly it currently does not function over a side listbox (or does it better check that) (no it doesnt bummer!) and a command to just load a tooltip text. This would give complete freedom of programming of what ever you want displayed.

On the original Feature Suggestion, yeah I would like that as well, I hate moving that in and out.

#114384 16/03/05 12:56 PM
Joined: Apr 2004
Posts: 759
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Apr 2004
Posts: 759
instead of just hover for nicklist why not implement it more. say for dialog controls,switchbar,toolbar,editbox chat window. ?


$maybe
#114385 16/03/05 06:59 PM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
Why not indeed.


Link Copied to Clipboard