Just add a second menu @window { with the dclick keyword and using $mouse.lb to ignore doubleclicks on the main area:
Code:
menu @blah {
  Item1: echo -s Item1: $1-
  Item2: echo -s Item2: $1-
}
menu @blah {
  dclick: if $mouse.lb { echo -s doubleclicked in side-listbox on line $1 }
}


Edit: ah you figured it out while I was previewing my post. Still, you might find $mouse.lb useful.

Last edited by qwerty; 30/10/03 09:17 PM.

/.timerQ 1 0 echo /.timerQ 1 0 $timer(Q).com