[GRASS5] NVIZ Compiling Error
Markus Neteler
neteler at itc.it
Wed Nov 6 08:12:42 EST 2002
On Mon, Oct 14, 2002 at 11:57:34PM -0700, Jeshua Lacock wrote:
>
> On Friday, October 11, 2002, at 11:42 AM, Glynn Clements wrote:
>
> >> Otto Dassau wrote:
> >> invalid command name "tkCancelRepeat"
> >> invalid command name "tkCancelRepeat"
> >> while executing
> >> "tkCancelRepeat"
> >> (command bound to event)
> >>
> >> Does anybody has a solution for this ?
> >
> > tkCancelRepeat is a built-in command in Tcl/Tk 8.0 (and presumably up
> > to 8.3, as no-one else has reported this).
> >
> > Unless we can determine that 8.4 has a replacement, we should define a
> > stub, e.g.
> >
> > if {[string length [info commands tkCancelRepeat]]} {} {
> > proc tkCancelRepeat {} {}
> > }
>
> Greetings,
>
> I have created a patch which fixes the problem. The screen is now
> automatically redrawn.
>
> The solution "restores the existence of the Tk private command(s)". I
> came across it at:
> < http://www.tcl.tk/cgi-bin/tct/tip/44.html
>
> *** old/widgets.tcl Mon Oct 14 23:51:42 2002
> --- new/widgets.tcl Mon Oct 14 23:50:47 2002
[...]
> Cheers,
>
> Jeshua Lacock __________________________
I have applied this patch to CVS.
Markus
More information about the grass-dev
mailing list