mIRC Home    About    Download    Register    News    Help

Print Thread
#114376 13/03/05 11:58 PM
D
Debug
Debug
D
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: 142
N
Vogon poet
Offline
Vogon poet
N
Joined: Aug 2004
Posts: 142
signed

#114378 14/03/05 04:04 AM
Joined: Aug 2004
Posts: 142
N
Vogon poet
Offline
Vogon poet
N
Joined: Aug 2004
Posts: 142
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,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
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
M
mIRCManiac
mIRCManiac
M
Yeah, doing this in the form of a tooltip
like the switchbar would be great.

#114381 14/03/05 06:20 PM
D
Debug
Debug
D
It would be nice to use with @windows too. maybe:

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

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

#114383 14/03/05 10:33 PM
D
DaveC
DaveC
D
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: 755
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Apr 2004
Posts: 755
instead of just hover for nicklist why not implement it more. say for dialog controls,switchbar,toolbar,editbox chat window. ?

#114385 16/03/05 06:59 PM
D
DaveC
DaveC
D
Why not indeed.


Link Copied to Clipboard