Re: [Scid-users] Can not run with Cocoa based Tk

2010-11-26 Thread Joost 't Hart
On 11/26/2010 08:54 PM, Steven wrote: Hi, >>> After more testing, this part of the first line of >> ::tree::refresh seems to be problematic: >>>wm stackorder . >>> >>> If I place just that line at the beginning I get the >> same message: > Is there a reason here to use stackorder ? > It shoul

Re: [Scid-users] Can not run with Cocoa based Tk

2010-11-26 Thread Steven
> > After more testing, this part of the first line of > ::tree::refresh seems to be problematic: > > > >  wm stackorder . > > > > If I place just that line at the beginning I get the > same message: Is there a reason here to use stackorder ? It should probably be removed if problematic on some

Re: [Scid-users] Can not run with Cocoa based Tk

2010-11-23 Thread Israel Chauca F.
On Nov 20, 2010, at 11:43 AM, Israel Chauca F. wrote: > > On Nov 20, 2010, at 11:08 AM, Alexander Wagner wrote: > >> On 11/19/10 22:10, Israel Chauca F. wrote: >> >> Hi! >> > I'm trying to use the new Cocoa based build of Tk, but Scid exits after > this message: > num matched top

Re: [Scid-users] Can not run with Cocoa based Tk

2010-11-20 Thread Israel Chauca F.
On Nov 20, 2010, at 11:08 AM, Alexander Wagner wrote: > On 11/19/10 22:10, Israel Chauca F. wrote: > > Hi! > I'm trying to use the new Cocoa based build of Tk, but Scid exits after this message: num matched toplevel windows does not equal num children It happens in updateBo

Re: [Scid-users] Can not run with Cocoa based Tk

2010-11-20 Thread Alexander Wagner
On 11/19/10 22:10, Israel Chauca F. wrote: Hi! >>> I'm trying to use the new Cocoa based build of Tk, but Scid exits after >>> this message: >>> num matched toplevel windows does not equal num children >>> It happens in updateBoard around line 1513 of end.tcl, any pointers about >>> how to proc

Re: [Scid-users] Can not run with Cocoa based Tk

2010-11-19 Thread Israel Chauca F .
Re-sending to the list. On Nov 18, 2010, at 11:18 AM, Alexander Wagner wrote: > On 11/18/10 06:04, Israel Chauca F. wrote: > > Hi! > >> I'm trying to use the new Cocoa based build of Tk, but Scid exits after this >> message: >> >> num matched toplevel windows does not equal num children >> >

[Scid-users] Can not run with Cocoa based Tk

2010-11-17 Thread Israel Chauca F.
Hi there, I'm trying to use the new Cocoa based build of Tk, but Scid exits after this message: num matched toplevel windows does not equal num children It happens in updateBoard around line 1513 of end.tcl, any pointers about how to proceed debugging it? I'm not sure what the message means.