mIRC Homepage
The right click function in my dialogs isn't working and I wonder if i'm doing anything wrong. here's my code, bearing in mind $dialog($sc2mplayr,113) is a listbox and i'm trying to output a message on right-click:

on *:dialog:sc2mplayr:*:113: {
if ($devent == dclick) {
echo -a test
}
}

Any help would be greatly appreciated. Thanks in advance smile
rclick works in dialog mouse events

like
Code:
  
on *:dialog:friz:mouse:113:{
if ($devent == rclick) { echo -sc ctcp schek it (_/_) (_\_) (_/_)  } 



Thanks...

Got it working now smile
I thought that was done with $mouse.key ?
it may be... i'm using a custom @window instead of a dialog now smile

Thanks for the feedback!
© mIRC Discussion Forums