[PD] patching pd.tk after upgrading to tcl/tk 8.4

tigital tigital at mac.com
Thu May 29 20:16:43 CEST 2003


On Thursday, May 29, 2003, at 10:02  AM, Krzysztof Czaja wrote:
> I am sorry, but it is better to make just this single change:
>
> --- pd.tk~	2003-04-06 03:35:29.000000000 +0200
> +++ pd.tk	2003-05-29 15:52:16.000000000 +0200
> @@ -911,7 +911,7 @@
>      bind $name.c <KeyRelease> {pdtk_canvas_keyup %W %K %A}
>      bind $name.c <Motion> {pdtk_canvas_motion %W %x %y 0}
>      bind $name.c <Alt-Motion> {pdtk_canvas_motion %W %x %y 4}
> -    bind $name.c <Map> {pdtk_canvas_map %W %s}
> +    bind $name.c <Map> {pdtk_canvas_map %W 0}
>
> In fact, the previous diff, while based on common sense, did not
> handle switching virtual desktops, nor minimizing... to hell with
> common sense...

hi Krzysztof,

...THANKS!!!  I just tried this with the OSX version and tcl/tk 8.4.3, 
and now the objects are being drawn visibly!

...now, what was I doing before this little detour...?

l8r,
jamie





More information about the Pd-list mailing list