2008/12/18 Alexander Wagner
> Pascal Georges wrote:
>
> Hi!
>
> > http://www.chessbase.com/newsdetail.asp?newsid=4948
> > http://www.chessbase.com/newsdetail.asp?newsid=4986
> > http://www.chessbase.com/newsdetail.asp?newsid=4987
> > http://www.chessbase.com/newsdetail.asp?newsid=
Pascal Georges wrote:
Hi!
> http://www.chessbase.com/newsdetail.asp?newsid=4948
> http://www.chessbase.com/newsdetail.asp?newsid=4986
> http://www.chessbase.com/newsdetail.asp?newsid=4987
> http://www.chessbase.com/newsdetail.asp?newsid=5069
>
> Very interesting. Most of the feat
2008/12/18 Jose Luis Cuadros Fernandez
> 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" -com
2008/12/17 Alexander Wagner
> Hi!
>
> Just found this workshop on a well know database which is almost
> entirely dealing with their tree window. A function that recently got
> quite some new functionality in Scid as well.
>
> http://www.chessbase.com/newsdetail.asp?newsid=4948
> http://www.chess
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 .