[PD] Pd 0.50-2 on macos 11.0 BigSur beta

Dan Wilcox danomatika at gmail.com
Wed Jul 15 10:23:39 CEST 2020


I doubt this is something that can be fixed easily on our end. I bet the problems lie with Tk.

> On Jul 15, 2020, at 9:36 AM, pd-list-request at lists.iem.at wrote:
> 
> Date: Wed, 15 Jul 2020 09:36:58 +0200
> From: Antoine Villeret <antoine.villeret at gmail.com <mailto:antoine.villeret at gmail.com>>
> To: Pd-List <pd-list at lists.iem.at <mailto:pd-list at lists.iem.at>>
> Subject: Re: [PD] Pd 0.50-2 on macos 11.0 BigSur beta
> Message-ID:
> 	<CAGn5wNer540FZuyKPaTS7hggqWpgjzqCvgxXODLRam+ueKVD_g at mail.gmail.com <mailto:CAGn5wNer540FZuyKPaTS7hggqWpgjzqCvgxXODLRam+ueKVD_g at mail.gmail.com>>
> Content-Type: text/plain; charset="utf-8"
> 
> Hi IOhannes,
> 
> I tried your patch as following :
> 
> % git diff tcl/pdtk_canvas.tcl
> diff --git a/tcl/pdtk_canvas.tcl b/tcl/pdtk_canvas.tcl
> index b4be07b3..3d1930fa 100644
> --- a/tcl/pdtk_canvas.tcl
> +++ b/tcl/pdtk_canvas.tcl
> @@ -117,7 +117,8 @@ proc pdtk_canvas_new {mytoplevel width height geometry
> editable} {
>     canvas $tkcanvas -width $width -height $height \
>         -highlightthickness 0 -scrollregion [list 0 0 $width $height] \
>         -xscrollcommand "$mytoplevel.xscroll set" \
> -        -yscrollcommand "$mytoplevel.yscroll set"
> +        -yscrollcommand "$mytoplevel.yscroll set" \
> +        -background white
>     scrollbar $mytoplevel.xscroll -orient horizontal -command "$tkcanvas
> xview"
>     scrollbar $mytoplevel.yscroll -orient vertical -command "$tkcanvas
> yview"
>     pack $tkcanvas -side left -expand 1 -fill both
> 
> % make clean
> % make -j16
> % mac/osx-app.sh 0.51-0patched
> 
> but got the same result : transparent patcher window (without title bar
> because I didn't override Wish)
> 
> cheers

--------
Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20200715/245abc7b/attachment-0001.html>


More information about the Pd-list mailing list