Re: [Scid-users] Re : Docking mode restore size and position

2009-01-20 Thread Pascal Georges
2009/1/20 Alexander Wagner > Israel Chauca Fuentes wrote: > > Hi! > > This works: >> >> wm geometry $w -10+22 >> >> Is there any way to link the height to the screen >> resolution? the current height of the help window is too >> big for small screens. >> > > This is another reason why I'd sugge

Re: [Scid-users] Re : Docking mode restore size and position

2009-01-20 Thread Israel Chauca Fuentes
When I save the layout with only the board on it and Auto load first layout is selected, the next time Scid starts the board doesn't show up, only the "board" tab can be seen. After resizing the window the board appears. It happens only when there is no other tab open besides Board when the

Re: [Scid-users] Error after clicking "Update" on Opening Report

2009-01-20 Thread Alexander Wagner
Roy Brunjes wrote: Hi! > I opened a SCID database and then clicked new game. I then made a few > moves on the board and ran an opening report. Then, on the board, I made > one more move and proceeded to click "Update" on the opening report. The > result is this error: Tried it with current cv

Re: [Scid-users] FICS for translators

2009-01-20 Thread Alexander Wagner
Alexander Wagner wrote: > Hi! > > Just added translation tags to the FICS dialogues. I hope I got them > all, so NLS should be available for FICS as soon as all languages got > their translation. As usual, I did the english and french tags. Ups. I wished I could have done french. Sorry, germa

[Scid-users] FICS for translators

2009-01-20 Thread Alexander Wagner
Hi! Just added translation tags to the FICS dialogues. I hope I got them all, so NLS should be available for FICS as soon as all languages got their translation. As usual, I did the english and french tags. -- Kind regards,/ War is Peace.

[Scid-users] Error after clicking "Update" on Opening Report

2009-01-20 Thread Roy Brunjes
Hi All, I opened a SCID database and then clicked new game. I then made a few moves on the board and ran an opening report. Then, on the board, I made one more move and proceeded to click "Update" on the opening report. The result is this error: bad window path name ".oprepWin.text" bad window

Re: [Scid-users] Re : Docking mode restore size and position

2009-01-20 Thread Alexander Wagner
Israel Chauca Fuentes wrote: Hi! > This works: > > wm geometry $w -10+22 > > Is there any way to link the height to the screen > resolution? the current height of the help window is too > big for small screens. This is another reason why I'd suggest to hook up with geometry manager. Then, the

Re: [Scid-users] Re : Docking mode restore size and position

2009-01-20 Thread Israel Chauca Fuentes
This works: wm geometry $w -10+22 Is there any way to link the height to the screen resolution? the current height of the help window is too big for small screens. Israel On Jan 20, 2009, at 7:06 AM, Pascal Georges wrote: > 2009/1/19, Israel Chauca Fuentes : > >> Also, the Help window opens

Re: [Scid-users] Re : Docking mode restore size and position

2009-01-20 Thread Alexander Wagner
Pascal Georges wrote: Hi! >> Also, the Help window opens too close to the top and it can't be moved >> because, in mac, windows can only be moved by dragging them from the >> top. I attached a screenshot. > > This may be due to line 79 of htext.tcl : > wm geometry $w -10+0 > > could you try som

[Scid-users] Re : Docking mode restore size and position

2009-01-20 Thread Pascal Georges
2009/1/19, Israel Chauca Fuentes : > Also, the Help window opens too close to the top and it can't be moved > because, in mac, windows can only be moved by dragging them from the > top. I attached a screenshot. This may be due to line 79 of htext.tcl : wm geometry $w -10+0 could you try somethin