Here is a small script that can be tried to check if right click works :

======= cut here ===========
package require Tk

set m [menu .popupMenu -tearoff 0]
$m add command -label "Example 1" -command bell
$m add command -label "Example 2" -command bell

pack [label .l -text "Click me!"]

bind .l <3> {tk_popup .popupMenu %X %Y}
======= cut here ===========

But now I don't get what works and what doesn't. Configurations are
- operating system : Mac/windows or Mac/native ?
- hardware : mouse type (emulated or physical) ?

I repeat that the solution should be really easy to find ... I would be very
surprised if it does not work. And Scid really needs 3 buttons, or the
usability will suffer.

Pascal
I´m afraid I have no idea about what I have to do and how I have to use that code. Can you please explain it? Probably there is a Mac user more kind in tcl tk. I Can ofer my computer via vnc (or similar program). Sorry I dont know how to help

Jose Luis Cuadros Fernandez
jlcuad...@gmail.com



------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to