Re: [PD] 0.47.1 tcl issue

2017-12-04 Thread Matt Davey
no worries, can take it off list even if you want. ATSApplicationFontsPath font didn't help though. there must be something else. i'm in Japan and it's 2am, so that's it for me today, but happy to test anything to get this working perfect tomorrow. for the moment, at least all my existing patch

Re: [PD] 0.47.1 tcl issue

2017-12-04 Thread Dan Wilcox
Sorry for all the back and forth. After all the work on the PR, I'd like to make *sure* we don't have any further issues for the next release. Thanks for testing. > On Dec 4, 2017, at 5:27 PM, Dan Wilcox wrote: > > It will work, you really just need to add > > ATSApplicationFontsPath > font >

Re: [PD] 0.47.1 tcl issue

2017-12-04 Thread Dan Wilcox
It will work, you really just need to add ATSApplicationFontsPath font to the app's Info.plist. > On Dec 4, 2017, at 5:22 PM, Matt Davey wrote: > > ok, i had a go with copying the font folder, but still get that space to the > right. Dan Wilcox @danomatika

Re: [PD] 0.47.1 tcl issue

2017-12-04 Thread Dan Wilcox
If the zeros have slashes, the sizing seems off since it's not using the right font. It should be fine with the next release. > On Dec 4, 2017, at 5:22 PM, Matt Davey wrote: > > ok, i had a go with copying the font folder, but still get that space to the > right. > > for the moment, that's m

Re: [PD] 0.47.1 tcl issue

2017-12-04 Thread Matt Davey
ok, i had a go with copying the font folder, but still get that space to the right. for the moment, that's more than fine for my needs, and i have to get back to work, so thanks a lot for the help! i assume the new update is going to fix a lot of this anyway, and will be happy to help and report

Re: [PD] 0.47.1 tcl issue

2017-12-04 Thread Dan Wilcox
Actually, you might as well just copy the Info.plist form 0.48 into 0.47 as well as there is also an entry which specifies the font directory. So yeah, you're getting into the nitty gritty of how the mac app bundle works. :) The template Info.plist is https://github.com/pure-data/pure-data/blob

Re: [PD] 0.47.1 tcl issue

2017-12-04 Thread Matt Davey
[image: Inline image 1] On Tue, Dec 5, 2017 at 12:54 AM, Dan Wilcox wrote: > There are also a large number of screenshots from testing in the PR: > https://github.com/pure-data/pure-data/pull/227 > > On Dec 4, 2017, at 4:52 PM, Matt Davey wrote: > > ok, i tested furtherseems like any object

Re: [PD] 0.47.1 tcl issue

2017-12-04 Thread Dan Wilcox
There are also a large number of screenshots from testing in the PR: https://github.com/pure-data/pure-data/pull/227 > On Dec 4, 2017, at 4:52 PM, Matt Davey wrote: > > ok, i tested furtherseems like any object with more than 3 characters i

Re: [PD] 0.47.1 tcl issue

2017-12-04 Thread Matt Davey
ok, i tested furtherseems like any object with more than 3 characters in its name gets rendered with that space at the right. yeah, it very well could be the retina thing, as this is the first retina laptop i have had. will try that sizing test now

Re: [PD] 0.47.1 tcl issue

2017-12-04 Thread Dan Wilcox
It might also be how the fonts are rendered on retina screens. You might just be used to how it was before. Can you send a screen shot of the sizing test showing what you mean? > On Dec 4, 2017, at 4:47 PM, Matt Davey wrote: > > from what i am seeing so far, those 0.48 and modified 0.47 builds

Re: [PD] 0.47.1 tcl issue

2017-12-04 Thread Matt Davey
from what i am seeing so far, those 0.48 and modified 0.47 builds look exactly the same as far as font and object size goes. They both seem ok. i dunno why it seems there is an extra space to the right of objectsi have been using pd exclusively on desktop for the past few years, so maybe that'

Re: [PD] 0.47.1 tcl issue

2017-12-04 Thread Dan Wilcox
I seem to remember you just got Pd 0.47-1 working on 10.13. Perhaps you can check that and the sizing build you downloaded ... :) > On Dec 4, 2017, at 4:29 PM, Matt Davey wrote: > > >There is a sizing test patch I added in docs/7.stuff/tools we can now use to > >compare object and UI sizes. Yo

Re: [PD] 0.47.1 tcl issue

2017-12-04 Thread Matt Davey
...without a workaround, i mean ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list

Re: [PD] 0.47.1 tcl issue

2017-12-04 Thread Matt Davey
>There is a sizing test patch I added in docs/7.stuff/tools we can now use to compare object and UI sizes. You can do a before and after between different versions of Pd and compare. well, yeah, except that it seems now impossible to load old versions of PD on newest OSX On Tue, Dec 5, 2017 at 12

Re: [PD] 0.47.1 tcl issue

2017-12-04 Thread Dan Wilcox
> On Dec 4, 2017, at 4:12 PM, Matt Davey wrote: > > one thing i'm noticing with all these new builds...there seems to be one > character of blank space to the right of every object and message box. Not sure what you mean. If you're talking about the font sizing being slightly different into

Re: [PD] 0.47.1 tcl issue

2017-12-04 Thread Matt Davey
one thing i'm noticing with all these new builds...there seems to be one character of blank space to the right of every object and message box. is that intentional? pretty sure it didn't used to be that way. fonts on that .zip build you sent are working well, though...much closer to what i expec

Re: [PD] 0.47.1 tcl issue

2017-12-04 Thread Dan Wilcox
If you can, please test the sizing fixes. Here is a build I've been using the last month: Pd-0.48.0-sizingfixes.app.zip > On Dec 4, 2017, at 12:00 PM, Matt Davey wrote: > > awesome! thanks a lot Dan. > > i got my TCL versi

Re: [PD] 0.47.1 tcl issue

2017-12-04 Thread Matt Davey
awesome! thanks a lot Dan. i got my TCL version by copying this into terminal: echo 'puts [info patchlevel];exit 0' | tclsh Even with the latest version of osx 10.13, downloaded last night, it still comes up as using 8.5.9, so the framework folder probably does need to be copied over. Your bull

Re: [PD] 0.47.1 tcl issue

2017-12-04 Thread Dan Wilcox
> On Dec 4, 2017, at 10:19 AM, pd-list-requ...@lists.iem.at wrote: > > hi, just tried installing both the 32 and 64 bit vanilla builds on newly > updated macbook with OSX 10.13.1, and get error pasted below. > > so, i checked, and it seems this version of OSX only comes with tcl 8.5, > not 8.4.

Re: [PD] 0.47.1 tcl issue

2017-12-03 Thread Miller Puckette
Yes... 0.47 simply doesn't work on Macs that don't have tcl8.4 installed. There's no choice but to go to 0.48. I'm just about to release 0.48-1 test 1 - I hope that helps with the font size problems. cheers Miller On Mon, Dec 04, 2017 at 12:30:33PM +0900, Matt Davey wrote: > hi, just tried insta

[PD] 0.47.1 tcl issue

2017-12-03 Thread Matt Davey
hi, just tried installing both the 32 and 64 bit vanilla builds on newly updated macbook with OSX 10.13.1, and get error pasted below. so, i checked, and it seems this version of OSX only comes with tcl 8.5, not 8.4. is there a simple way to get this working here? For the record, the newest vers