Re: [Scid-users] copying games from scid - ctrl-c does not work as expected

2011-01-01 Thread J. Wesley Cleveland
If the pgn window is docked, you can click on the notation tab and choose file-copy game to clipboard. -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standard

Re: [Scid-users] Patch

2011-01-01 Thread Steven
> >- #Klimmek: changed, because Scid "hangs" very often > (after 5-7 moves) > >- #    ::board::colorSquare .main.board > $bestSq > >- ::board::update .main.board > > > >With ShowSuggestedMove on, for me, this bug now > reappears, > >ie - on odd occasions, program will hang. > >It appears the cause

Re: [Scid-users] PGN window unstable

2011-01-01 Thread Gerd Lorscheid
Hello again, in engine.cpp there are the lines: scoreFlagT hashflag = ProbeHash (depth, &hashscore, &hashmove, &isOnlyMove); ProbeCounts[hashflag]++; ProbeCounts is an byte-array of four fields, but hashflag returns values > 3. ProbeCounts seems obviously to be used only for deb

[Scid-users] Printing Diagrams

2011-01-01 Thread Benoit St-Pierre
Hello, A friend of mine is using Scid to work on studies and would like to be able to print chess diagrams from Scid. My own solution is to print the window from the OS, but it does not work well for him. I presume that there are no facility currently for this. Am I correct? If so, I would lik

[Scid-users] PGN window unstable

2011-01-01 Thread Gerd Lorscheid
Hello, the scid binary I am compiling for myself with VisualStudio and optimizing enabled likes to crash when I navigate through a game with variations and then click on a move in the pgn window. What I found is that the global language variable is overwritten by the engine code. Next the

Re: [Scid-users] copying games from scid - ctrl-c does not work as expected

2011-01-01 Thread Benoit St-Pierre
Alexander completed my sentence: > If the game list window is active, copying the active game. It copies the active game in the Clipboard. Perhaps this is what we would like Scid to do in every context. When I am in the Database Manager Window, I can click on the Clipbase and do stuff. For ins

Re: [Scid-users] copying games from scid - ctrl-c does not work as expected

2011-01-01 Thread Alexander Wagner
On 01/01/11 13:53, Alexander Wagner wrote: Hi! > - Add Ctlr-C binding to the PGN window to speed up things. I've added this in current cvs. It works with ctrl-C as well as Ctrl-Ins. > - Refine Ctrl-C in the main window to do both: copy the game to the > clipbase as well as copy its PGN represen

Re: [Scid-users] [Bug!] Scid crashes upon click-player-name in game info window

2011-01-01 Thread Joost 't Hart
On 01/01/2011 02:51 PM, Alexander Wagner wrote: > On 01/01/11 14:39, Gerd Lorscheid wrote: > > Hi! > >> I am sorry, I included the wrong mail. This one is better. > > No problem. > >> The previous one solved waste of space in the main window, if a user >> does not use the game info. > > Just commit

Re: [Scid-users] [Bug!] Scid crashes upon click-player-name in game info window

2011-01-01 Thread Alexander Wagner
On 01/01/11 14:39, Gerd Lorscheid wrote: Hi! > I am sorry, I included the wrong mail. This one is better. No problem. > The previous one solved waste of space in the main window, if a user > does not use the game info. Just committed your patch to cvs. Joosts problem seems to be fixed now. Jo

Re: [Scid-users] [Bug!] Scid crashes upon click-player-name in game info window

2011-01-01 Thread Gerd Lorscheid
Hello, I am sorry, I included the wrong mail. This one is better. The previous one solved waste of space in the main window, if a user does not use the game info. Gerd Von: Joost 't Hart [mailto:joost.t.h...@planet.nl] Gesendet: Sam

Re: [Scid-users] copying games from scid - ctrl-c does not work as expected

2011-01-01 Thread Alexander Wagner
On 01/01/11 12:27, Joost 't Hart wrote: Hi! Happy New Year to you all! >> Scid Linux: Just mark moves in the PGN window, then the game is >> automatically loaded >> in the clipboard, i.e. you do not need to use CTRL+C. By using the middle >> mouse tab you >> can insert the game whereever you w

Re: [Scid-users] [Bug!] Scid crashes upon click-player-name in game info window

2011-01-01 Thread Joost 't Hart
On 01/01/2011 12:55 PM, Gerd Lorscheid wrote: Hello, I had sent a fix to Alexander. If anybody else wants to check it in. Hello Gerd, Your patch is, I guess, not related to the problem I reported below. I tried it, but I am not sure what it does, hence will leave it to Alexander to

Re: [Scid-users] Exporting to HTML and JavaScript

2011-01-01 Thread Joost 't Hart
On 12/26/2010 07:28 AM, Joost 't Hart wrote: > Got it! > > And it is a bug that I solved incorrectly... > > In misc.tcl there are two calls of the toHtml procedure that we're > talking here. > > One in 583 ("export filter game(s)") and one in 619 ("export current game"). > > Now notice the differen

[Scid-users] R: Re: Patch

2011-01-01 Thread f...@libero.it
>Messaggio originale >Da: stevena...@yahoo.com >Data: 01/01/2011 5.41 >A: "Fulvio" >Cc: "Scid Users List" >Ogg: Re: [Scid-users] Patch > >> From: Fulvio >> 2) Change ::board::colorSquare so that textures are hided >> and not destroyed. This allow proc leaveSquare to not call >> ::board::

Re: [Scid-users] [Bug!] Scid crashes upon click-player-name in game info window

2011-01-01 Thread Alexander Wagner
On 01/01/11 12:55, Gerd Lorscheid wrote: Hi! > I had sent a fix to Alexander. If anybody else wants to check it in. Still working through my email after the recent family business. I'll apply your recent changes shortly. cu Alexander ---

Re: [Scid-users] [Bug!] Scid crashes upon click-player-name in game info window

2011-01-01 Thread Gerd Lorscheid
Hello, I had sent a fix to Alexander. If anybody else wants to check it in. Gerd -Ursprüngliche Nachricht- Von: Joost 't Hart [mailto:joost.t.h...@planet.nl] Gesendet: Samstag, 1. Januar 2011 12:46 An: Scid Users List Betreff: [Scid-users] [Bug!] Scid crashes upon click-

[Scid-users] [Bug!] Scid crashes upon click-player-name in game info window

2011-01-01 Thread Joost 't Hart
Hi, CVS, both Linux and Windows Load a game and click on either player name in the game info window below the chess board. Scid crashes. On Linux with a seg fault. On Windows we are invited to tell Microsoft about this problem :-) Would like to call this regression. Have not been able to rela

Re: [Scid-users] copying games from scid - ctrl-c does not work as expected

2011-01-01 Thread Joost 't Hart
On 01/01/2011 11:55 AM, Kurt Utzinger wrote: > Scid Linux: Just mark moves in the PGN window, then the game is automatically > loaded > in the clipboard, i.e. you do not need to use CTRL+C. By using the middle > mouse tab you > can insert the game whereever you want. Yes, this text (not "game")

Re: [Scid-users] copying games from scid - ctrl-c does not work as expected

2011-01-01 Thread Kurt Utzinger
Scid Linux: Just mark moves in the PGN window, then the game is automatically loaded in the clipboard, i.e. you do not need to use CTRL+C. By using the middle mouse tab you can insert the game whereever you want. Kurt -Ursprüngliche Nachricht- Von: "Benoit St-Pierre" Gesendet: 31.12.201