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