mIRC Home    About    Download    Register    News    Help

Print Thread
#47231 04/09/03 11:58 PM
Joined: Jan 2003
Posts: 119
A
AKO Offline OP
Vogon poet
OP Offline
Vogon poet
A
Joined: Jan 2003
Posts: 119
Would be nice to have mIRC respond to what happens if you put the mouse over an object in the dialog rather than responding to clicks, mouse up, and mouse down.

Preferably with a configurable amount of time the mouse has to be over the object for the alias to be called.

This is primary a thought for tooltips, but it could have other uses.

Last edited by AKO; 05/09/03 12:04 AM.
#47232 05/09/03 12:24 AM
Joined: Jan 2003
Posts: 247
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Jan 2003
Posts: 247
well I think dialogs now react to that, if you put this code

Code:
on *:dialog:name:mouse:*: {
  echo -s $dname $did
}


It will echo something if you hover over a control with the mouse.


#47233 05/09/03 07:04 PM
Joined: Jan 2003
Posts: 119
A
AKO Offline OP
Vogon poet
OP Offline
Vogon poet
A
Joined: Jan 2003
Posts: 119
hmm, that could work....just wish it'd be a little neater wink


Link Copied to Clipboard