Re: [Scid-users] Missing directory

2009-12-02 Thread Israel Chauca Fuentes
On Dec 2, 2009, at 4:16 PM, Girolamo Castaldo wrote: > > Nope, my SCID 4.0 is using Tcl/Tk 8.5.7. Did you downloaded Scid as a mac application? if so, it uses Tcl/Tk 8.5.7 based on Carbon. If that's not the case, it depends on where you got your Tcl/Tk frameworks. Israel --

Re: [Scid-users] Missing directory

2009-12-02 Thread Girolamo Castaldo
Nope, my SCID 4.0 is using Tcl/Tk 8.5.7. -[ Received Mail Content ]-- Subject : Re: [Scid-users] Missing directory Date : Wed, 2 Dec 2009 16:08:29 -0600 From : Israel Chauca Fuentes To : Pascal Georges Cc : Scid Users List On Dec 2, 2009, at 3:47 PM, Pascal Georg

Re: [Scid-users] Missing directory

2009-12-02 Thread Israel Chauca Fuentes
On Dec 2, 2009, at 3:47 PM, Pascal Georges wrote: > > So this what says Tk doc for tk_getOpenFile : > > "-initialdir directory > Specifies that the files in directory should be displayed > when the dialog pops up. If this parameter is not specified, then > the files in the current working direct

Re: [Scid-users] Missing directory

2009-12-02 Thread Pascal Georges
So this what says Tk doc for tk_getOpenFile : "-initialdir directory Specifies that the files in directory should be displayed when the dialog pops up. If this parameter is not specified, then the files in the current working directory are displayed. If the parameter specifies a relative path, t

Re: [Scid-users] Wikipedia linking for player profiles

2009-12-02 Thread Alexander Wagner
Hi! As I had a bit of spare time and access to a recent dump of wikipedia data, I added another bunch of player IDs and Franz created a fresh version of his ratings file including them. Currently, Scid should know 206 famous players such, that linking to Wikipedia will work, NLS included. Rece

Re: [Scid-users] Missing directory

2009-12-02 Thread Pascal Georges
2009/12/2 Girolamo Castaldo > Another little bug: if you (re)move the directory where you stored your DBs > and then try to open a DB located in another directory, SCID (4.0) will > complain about the missing directory and won't let you select the new > directory to open the DB. > A simple workar

[Scid-users] Memory issue (1)

2009-12-02 Thread Joost 't Hart
Hi, Another attempt from my side to do something about Scid's crazy appetite for memory. After playing a few hours with a tree and a UCI engine running, the OS kicks Scid out; it uses more than 3 GB of RAM by that time. This one is about memory consumption in the Game class (we have to start s

[Scid-users] Missing directory

2009-12-02 Thread Girolamo Castaldo
Another little bug: if you (re)move the directory where you stored your DBs and then try to open a DB located in another directory, SCID (4.0) will complain about the missing directory and won't let you select the new directory to open the DB. A simple workaround is to create a new DB in the ne

Re: [Scid-users] The comment vanishes

2009-12-02 Thread Benoit St-Pierre
Commendable teamwork! -- Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sessions from your desk. Your couch. Anywhere. http://p.sf.

Re: [Scid-users] Fixes in CVS

2009-12-02 Thread Pascal Georges
That's right, yet another comment bug. Thanks for reporting, hope CVS is ok now (with the need to explicitely store comments). Pascal 2009/12/2 Joost 't Hart > Pascal Georges wrote: > > Hi, > > > > I commited some code in CVS that fixes bugs and some pending requests > > : comment editor, game

Re: [Scid-users] The comment vanishes

2009-12-02 Thread Pascal Georges
2009/12/2 Fulvio > Pascal Georges wrote: > >> Many tricks are used in code to try to fix it: temporarily disabling, > >> erasing the comment window text to avoid duplication, etc... > >> But in my opinion it's a design error: preMoveCommand and every > >> reference to it should be deleted. > >> >

Re: [Scid-users] Show variation arrows

2009-12-02 Thread Alexander Wagner
Fulvio wrote: Hi! >> I go to the beginning of the game, right, plays 1.e4. >> Shouldn't now the arrows appear? I hit right, ah! There they >> are, but e5 is not done. Right again. Now e5 is moved. This >> is the intended behaviour? That is I've to hit right twice? > Yes. > The idea is to not reve

Re: [Scid-users] The comment vanishes

2009-12-02 Thread Fulvio
Pascal Georges wrote: >> Many tricks are used in code to try to fix it: temporarily disabling, >> erasing the comment window text to avoid duplication, etc... >> But in my opinion it's a design error: preMoveCommand and every >> reference to it should be deleted. >> > > "preMoveCommand" is ind