Re: [Scid-users] HELP!

2021-11-18 Thread Steve Cohen
Never mind, doing a search with nothing in the search field restored the whole list. Weird. Maybe someone can explain what happened. On Thu, Nov 18, 2021 at 10:28 AM Steve Cohen wrote: > I just did something that possibly trashed my database and I don't know > how or even if it's possible to

[Scid-users] HELP!

2021-11-18 Thread Steve Cohen
I just did something that possibly trashed my database and I don't know how or even if it's possible to fix it. I found it annoying that SCID insisted on showing me ratings (in parentheses) from other games with the same players when I did not enter ratings in that game's data. I was looking for

Re: [Scid-users] Help modifying keyboard.tcl

2016-12-01 Thread Igor Sosa Mayor
Fulvio writes: > bind $w { > eval [excludeTextWidget %W] > set ::showGameInfo [expr {! $::showGameInfo}] > ::toggleGameInfo > break > } > > > The "eval [" line disable the shortcut for text widgets (without > this line, writing a comment

Re: [Scid-users] Help modifying keyboard.tcl

2016-12-01 Thread Fulvio
Igor Sosa Mayor wrote: > Hi again, > > sorry for asking again... > > I wnat to bind to showGameInfo. I put: > > bind $w { > toggleGameInfo > } > > or > > bind $w { > ::toggleGameInfo > } > > I also tried F12 (disabling the later bind to

[Scid-users] Help modifying keyboard.tcl

2016-12-01 Thread Igor Sosa Mayor
Hi again, sorry for asking again... I wnat to bind to showGameInfo. I put: bind $w { toggleGameInfo } or bind $w { ::toggleGameInfo } I also tried F12 (disabling the later bind to correspondence) without any success... Any

[Scid-users] Help with spellcheck testing

2015-06-12 Thread Fulvio
Hello everyone, initially I just intended to correct the rating problem with games after 2012, but I found that the old code was too slow and I ended up rewriting it. Then I did some test to be sure that the code worked correctly, comparing it with the results of the old code. Unfortunately I

Re: [Scid-users] [Help] Ubuntu 11.04 install scid

2011-05-29 Thread Alexander Wagner
On 05/10/11 08:36, Alessio Tomelleri wrote: Hi! Thanks for the quick response! My system is AMD64 same! Added the line you suggested, but did not work. I think you should install the X11 dev packages. Default Ubuntu setup is quite centred on Desktop user so you usually lack the

Re: [Scid-users] [Help] Ubuntu 11.04 install scid

2011-05-29 Thread Jörg Mayer
Am 10.04.2011 02:14, schrieb Welton Vaz de Souza: Dear, I'm not able to compile the scid 4.3 on Ubuntu 11.04 Hello, just install the scid from the Ubuntu-Repo, then downlaod the scid 4.3 from the Debian-testing http://packages.debian.org/wheezy/amd64/scid/download and install it in Ubuntu

Re: [Scid-users] [Help] Ubuntu 11.04 install scid

2011-05-10 Thread Alessio Tomelleri
Alexander Wagner aw-lists@... writes: On 04/10/11 04:17, Welton Vaz de Souza wrote: Hi! Thanks for the quick response! My system is AMD64 same! Added the line you suggested, but did not work. I think you should install the X11 dev packages. Default Ubuntu setup is quite centred

Re: [Scid-users] [Help] Ubuntu 11.04 install scid

2011-05-10 Thread Joost 't Hart
Hi, I quote the solution from the other thread with the same topic: The issue is not that the compile breaks, but that scid's ./configure script does not anticipate the (new!) location of the libraries. I give you a rod, you catch the fish: - Open Synaptic package manager and ensure you have

Re: [Scid-users] Help for testing

2011-04-24 Thread Steven
Fulvio wrote: The attached (huge) patch is a diff of my local copy with current cvs. I will appreciate any help for testing the code. The main changes are: - a new window when you click the best games button in the tree window - moving in a game with keyboard arrows or mouse wheel is faster (with

Re: [Scid-users] [Help] Ubuntu 11.04 install scid

2011-04-10 Thread Alexander Wagner
On 04/10/11 04:17, Welton Vaz de Souza wrote: Hi! Thanks for the quick response! My system is AMD64 same! Added the line you suggested, but did not work. I think you should install the X11 dev packages. Default Ubuntu setup is quite centred on Desktop user so you usually lack the

Re: [Scid-users] [Help] Ubuntu 11.04 install scid

2011-04-09 Thread Steven
10:14:55 AM Subject: [Scid-users] [Help] Ubuntu 11.04 install scid Dear, I'm not able to compile the scid 4.3 on Ubuntu 11.04 I installed the dependencies with the command: sudo apt-get build-dep scid When I try to compile, run: . / configure configure: Makefile configuration program for Scid

Re: [Scid-users] [Help] Ubuntu 11.04 install scid

2011-04-09 Thread Welton Vaz de Souza
Dear, Thanks for the quick response! My system is AMD64 same! Added the line you suggested, but did not work. - Menssagem Original - De: Steven Para:Welton Vaz de Souza Cópia:Scid Users List Enviado:Sat, 9 Apr 2011 18:15:16 -0700 (PDT) Assunto:Re: [Scid-users] [Help] Ubuntu 11.04

Re: [Scid-users] [Help] Ubuntu 11.04 install scid

2011-04-09 Thread Steven
:16 -0700 (PDT) Assunto:Re: [Scid-users] [Help] Ubuntu 11.04 install scid If your system is 64 bit, try adding /usr/lib64 to the file configure, before running it again: set x11Path { /usr/lib +/usr/lib64 /usr/X11/lib Steven From: Welton Vaz de Souza ghand...@chess.com To: scid-users

[Scid-users] help me to connect citrine to scid on Mac OSx

2010-01-22 Thread massimo tranquillo
Hello, i tried to connect my novag citrine to Scid but i get this error window name fdocknovag already exists in parent window name fdocknovag already exists in parent while executing frame $f -container 1 (procedure ::createToplevel line 7) invoked from within ::createToplevel $w

Re: [Scid-users] help me to connect citrine to scid on Mac OSx

2010-01-22 Thread Pascal Georges
This error is a lack of cleanup after a connection failure. Please check CVS : it should be corrected now. Note that the origin is a failure so check /dev/tty.usbserial is correct and has read + write rights for the user (not out of the box under Linux for example, I don't know MacOs). Pascal