[apologize in advanced if this is a double post]

This seems to work and unless Trevor chimes in and says not to do it this way, it seems to work just fine

on mouseDown pButton
  if (pButton = 3) then     -- right click
    dgMouseDown pButton
    # do context menu stuff
  else
    pass mouseDown
  end if
end mouseDown


Also if you want to check if the user has clicked in the header of the table:

if (the short name of the owner of the owner of the target = "dgHeader") then
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to