Re: [Scid-users] FYI

2008-12-18 Thread Pascal Georges
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=

Re: [Scid-users] FYI

2008-12-18 Thread 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=5069 > > Very interesting. Most of the feat

Re: [Scid-users] Need help testing Scid in Mac OS X

2008-12-18 Thread Pascal Georges
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

Re: [Scid-users] FYI

2008-12-18 Thread Pascal Georges
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

Re: [Scid-users] Need help testing Scid in Mac OS X

2008-12-18 Thread 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" -command bell pack [label .l -text "Click me!"] bind .