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

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

2010-12-25 Thread Joost 't Hart
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 difference in the two lines just above these lines. In 618, $player

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

2010-12-25 Thread Joost 't Hart
On 12/25/2010 09:48 PM, Gerardo Fernandez wrote: > Hi all, > > when exporting games to HTML/JS, the line with the names of the > players gets truncated and only white's surname appears. > > Commenting line 753 in misc.tcl (set l [lindex $this_players 0]) seems > to solve it, but I'm not sure about

[Scid-users] Exporting to HTML and JavaScript

2010-12-25 Thread Gerardo Fernandez
Hi all, when exporting games to HTML/JS, the line with the names of the players gets truncated and only white's surname appears. Commenting line 753 in misc.tcl (set l [lindex $this_players 0]) seems to solve it, but I'm not sure about possible side effects of doing it. What is the purpose of th