Pascal Georges wrote:

Hi!

>>     On the main window, the squares of the top (a8-h8) row are 2px
>>     smaller (65x63) than the rest and those of the left column (a1-a8)
>>     are 1px smaller (64x65) too. Look as if the whole chess table has
>>     been moved one px to the left and two up.
> At line 917 of board.tcl you will see :
> 
>     # Windows seems to draw the squares off by one:
>     if {$::windowsOS} { incr x1; incr y1; incr x2; incr y2 }
>     $w.bd <http://w.bd> coords sq$i $x1 $y1 $x2 $y2
>   }
> 
> could you try changing it to
> 
>     # Windows seems to draw the squares off by one:
>     if {1} { incr x1; incr y1; incr x2; incr y2 }
>     $w.bd <http://w.bd> coords sq$i $x1 $y1 $x2 $y2
>   }
> 
> and tell us what is the result ?
> This would mean windows and MacOs have the same "bug",
> even if my guess is that there is something miscoded
> somewhere.

Isn't this just to create the thin black "shadow" of the
board? I mean, if I understand Israel correctly, I've the
same on Linux and always thought it is "design".

> Timeseal is a closed source exec : you need to get from FICS web site.

I think one can get it from
http://www.freechess.org/cgi-bin/Download/FICS_Download_Interface.cgi

and the OS is autodetected.

>>     When I'm observing more than one board, the main board switches
>>     between them on every new move, it would be nice if there where a
>>     list or some way to manage multiple boards.
> 
> Multiple games observation is not allowed in Scid, and I will not 
> implement it : are there any volunteers ?

I agree with Israels idea though I can not implement it.
Sorry. A volunteer would be really nice here!

-- 

Kind regards,                /                 War is Peace.
                             |            Freedom is Slavery.
Alexander Wagner            |         Ignorance is Strength.
                             |
                             | Theory     : G. Orwell, "1984"
                            /  In practice:   USA, since 2001

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Scid-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to