[Scid-users] build scid on Windows

2013-05-28 Thread Cristian Stoica
Hi Fulvio, I've prepared a mingw build env on Windows as per wiki instructions. The build succeeds but the binary file crashes at runtime after a few seconds while splash window is showing up. Do you have any suggestions? I would prefer to make clean builds if possible - instead of messing with 4

Re: [Scid-users] [PATCH] fix focus stealing from other applications

2013-05-28 Thread Cristian Stoica
I received Mike's message two hours after you applied the patch and I assumed he was talking about it. Now, since you were not in CC, maybe he wasn't... I could not reproduce issue 1 with or without the focus patch. Issue 2 is real but was already there: indeed, command field loses focus if you mo

Re: [Scid-users] [PATCH] fix focus stealing from other applications

2013-05-28 Thread Fulvio
Cristian Stoica wrote: > Here is what Mike said: > > "1) Sometimes the left-right keyboard game move navigation gets > disabled. For example after clicking various items on the game list or > database switcher. For a quicker test, this also happens after > clicking on the left or right margin of

Re: [Scid-users] [PATCH] fix focus stealing from other applications

2013-05-28 Thread Cristian Stoica
Here is what Mike said: "1) Sometimes the left-right keyboard game move navigation gets disabled. For example after clicking various items on the game list or database switcher. For a quicker test, this also happens after clicking on the left or right margin of the game board. 2) Also, with the F

Re: [Scid-users] [PATCH] fix focus stealing from other applications

2013-05-28 Thread Fulvio
Cristian Stoica wrote: > Thanks Fulvio, > > Some people reported issues with the FICS interface after the patch. > Can you have a look? Yes, can you tell me how to reproduce the issue? (I just logged in as guest and started observing the Short - Tikkanen game with no problems) --

Re: [Scid-users] [PATCH] fix focus stealing from other applications

2013-05-28 Thread Cristian Stoica
Thanks Fulvio, Some people reported issues with the FICS interface after the patch. Can you have a look? Cristian On Tue, May 28, 2013 at 10:11 AM, Fulvio wrote: > Cristian Stoica wrote: > >> >> Before I get a chance to test on Windows, can you try the same patch with >> a simple change? Just

Re: [Scid-users] [PATCH] fix focus stealing from other applications

2013-05-28 Thread Fulvio
Cristian Stoica wrote: > > Before I get a chance to test on Windows, can you try the same patch > with a simple change? Just replace the test $tl == ".main" with ![ > ::docking::isUndocked $tl ] while leaving the rest unchanged and let > me know if it does something sane. Yes, committed: http: