You can mount a dmg (disk image). Something like:
sudo mount -t hfs -o loop Pd-1.2.3.dmg /media/pd-dmg
If that doesn't work, then try hfsplus
On Oct 23, 2022, at 5:05 PM, pd-list-request@lists.iem.at wrote:
(I don't have a mac handy and have no idea how to open a "dmg" on my linux box :)
Dan Wilcox @danomatika http://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
No luck ("bad superblock" style messages for both hfs and hfsplus). I'm not sure how much longer I should spend trying to fix this - I'll be able to get on a Mac Tuesday.
thanks M
On Sun, Oct 23, 2022 at 05:23:14PM +0200, Dan Wilcox wrote:
You can mount a dmg (disk image). Something like:
sudo mount -t hfs -o loop Pd-1.2.3.dmg /media/pd-dmg
If that doesn't work, then try hfsplus
On Oct 23, 2022, at 5:05 PM, pd-list-request@lists.iem.at wrote:
(I don't have a mac handy and have no idea how to open a "dmg" on my linux box :)
Dan Wilcox @danomatika <https://urldefense.com/v3/__http://twitter.com/danomatika__;!!Mih3wA!Fe_as59... > danomatika.com <https://urldefense.com/v3/__http://danomatika.com/__;!!Mih3wA!Fe_as59cL2GlCH... > robotcowboy.com <https://urldefense.com/v3/__http://robotcowboy.com/__;!!Mih3wA!Fe_as59cL2GlC... >
The dmg and app naming looks like a temp name, I assume from the nightly build system? The app probably just needs to be renamed before assembling the dmg...
On Oct 23, 2022, at 7:32 PM, Miller Puckette msp@ucsd.edu wrote:
No luck ("bad superblock" style messages for both hfs and hfsplus). I'm not sure how much longer I should spend trying to fix this - I'll be able to get on a Mac Tuesday.
thanks M
On Sun, Oct 23, 2022 at 05:23:14PM +0200, Dan Wilcox wrote:
You can mount a dmg (disk image). Something like:
sudo mount -t hfs -o loop Pd-1.2.3.dmg /media/pd-dmg
If that doesn't work, then try hfsplus
On Oct 23, 2022, at 5:05 PM, pd-list-request@lists.iem.at wrote:
(I don't have a mac handy and have no idea how to open a "dmg" on my linux box :)
Dan Wilcox @danomatika <https://urldefense.com/v3/__http://twitter.com/danomatika__;!!Mih3wA!Fe_as59... > danomatika.com <https://urldefense.com/v3/__http://danomatika.com/__;!!Mih3wA!Fe_as59cL2GlCH... > robotcowboy.com <https://urldefense.com/v3/__http://robotcowboy.com/__;!!Mih3wA!Fe_as59cL2GlC... >
Dan Wilcox @danomatika http://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
Howdy all,
running the 0.53-test2 macOS build, I noticed that opening doc/7.stuff/tools/sizingtest.pd from the Help Browser opens the patch with the scrollbars showing, even though there should be enough whitespace around all borders.
Dan Wilcox @danomatika http://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
I'm getting the same problem on linux... and 0.52-2 is working correctly.
It looks like IEM GUIs are displaying empty strings above themselves by default (you can see this by making a new toggle and moving it close to the top of the window). At some point I "fixed" this by suppressing displaying empty labels - this must have been reintroduced.
I'm glad you spotted this one...
cheers M On Mon, Oct 24, 2022 at 01:11:59AM +0200, Dan Wilcox wrote:
Howdy all,
running the 0.53-test2 macOS build, I noticed that opening doc/7.stuff/tools/sizingtest.pd from the Help Browser opens the patch with the scrollbars showing, even though there should be enough whitespace around all borders.
Dan Wilcox @danomatika <https://urldefense.com/v3/__http://twitter.com/danomatika__;!!Mih3wA!BtaKlVS... > danomatika.com <https://urldefense.com/v3/__http://danomatika.com/__;!!Mih3wA!BtaKlVSGsZf-A4... > robotcowboy.com <https://urldefense.com/v3/__http://robotcowboy.com/__;!!Mih3wA!BtaKlVSGsZf-A... >
Oops, there's more than that. I was wrong - the empty string is always displayed in 0.52-2 or 0.53-0, but in 0.53-0 it was moved above the toggle and since it has height but no width, the window thinks the toggle extends the hight of a character higher than it does. In 0.52-2 it's 2 pixels to the right and having zero width it protrudes much less.
However, restoring a saved toggle from 0.52-2 gives the same old behavior, so even though this is an annoyance (which perhaps we should change back?) it's not the same problem you found.
M On Sun, Oct 23, 2022 at 06:35:05PM -0700, Miller Puckette via Pd-list wrote:
I'm getting the same problem on linux... and 0.52-2 is working correctly.
It looks like IEM GUIs are displaying empty strings above themselves by default (you can see this by making a new toggle and moving it close to the top of the window). At some point I "fixed" this by suppressing displaying empty labels - this must have been reintroduced.
I'm glad you spotted this one...
cheers M On Mon, Oct 24, 2022 at 01:11:59AM +0200, Dan Wilcox wrote:
Howdy all,
running the 0.53-test2 macOS build, I noticed that opening doc/7.stuff/tools/sizingtest.pd from the Help Browser opens the patch with the scrollbars showing, even though there should be enough whitespace around all borders.
Dan Wilcox @danomatika <https://urldefense.com/v3/__http://twitter.com/danomatika__;!!Mih3wA!BtaKlVS... > danomatika.com <https://urldefense.com/v3/__http://danomatika.com/__;!!Mih3wA!BtaKlVSGsZf-A4... > robotcowboy.com <https://urldefense.com/v3/__http://robotcowboy.com/__;!!Mih3wA!BtaKlVSGsZf-A... >
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://urldefense.com/v3/__https://lists.puredata.info/listinfo/pd-list__;!...
Aha it's that fucking VU meter - it's now drawing something that pokes way north of what's visible.
On Sun, Oct 23, 2022 at 06:50:02PM -0700, Miller Puckette via Pd-list wrote:
Oops, there's more than that. I was wrong - the empty string is always displayed in 0.52-2 or 0.53-0, but in 0.53-0 it was moved above the toggle and since it has height but no width, the window thinks the toggle extends the hight of a character higher than it does. In 0.52-2 it's 2 pixels to the right and having zero width it protrudes much less.
However, restoring a saved toggle from 0.52-2 gives the same old behavior, so even though this is an annoyance (which perhaps we should change back?) it's not the same problem you found.
M On Sun, Oct 23, 2022 at 06:35:05PM -0700, Miller Puckette via Pd-list wrote:
I'm getting the same problem on linux... and 0.52-2 is working correctly.
It looks like IEM GUIs are displaying empty strings above themselves by default (you can see this by making a new toggle and moving it close to the top of the window). At some point I "fixed" this by suppressing displaying empty labels - this must have been reintroduced.
I'm glad you spotted this one...
cheers M On Mon, Oct 24, 2022 at 01:11:59AM +0200, Dan Wilcox wrote:
Howdy all,
running the 0.53-test2 macOS build, I noticed that opening doc/7.stuff/tools/sizingtest.pd from the Help Browser opens the patch with the scrollbars showing, even though there should be enough whitespace around all borders.
Dan Wilcox @danomatika <https://urldefense.com/v3/__http://twitter.com/danomatika__;!!Mih3wA!BtaKlVS... > danomatika.com <https://urldefense.com/v3/__http://danomatika.com/__;!!Mih3wA!BtaKlVSGsZf-A4... > robotcowboy.com <https://urldefense.com/v3/__http://robotcowboy.com/__;!!Mih3wA!BtaKlVSGsZf-A... >
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://urldefense.com/v3/__https://lists.puredata.info/listinfo/pd-list__;!...
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://urldefense.com/v3/__https://lists.puredata.info/listinfo/pd-list__;!...
OK, I think the scrollbar test is working now. However, all the IEMGUIs still make empty strings above themselves causing unnecessary scrollbars to appear. I think the fix should be either to not draw them at all (that would be best?) or to put them back where they were in 0.52.
cheers Miller
On Sun, Oct 23, 2022 at 06:53:13PM -0700, Miller Puckette via Pd-list wrote:
Aha it's that fucking VU meter - it's now drawing something that pokes way north of what's visible.
On Sun, Oct 23, 2022 at 06:50:02PM -0700, Miller Puckette via Pd-list wrote:
Oops, there's more than that. I was wrong - the empty string is always displayed in 0.52-2 or 0.53-0, but in 0.53-0 it was moved above the toggle and since it has height but no width, the window thinks the toggle extends the hight of a character higher than it does. In 0.52-2 it's 2 pixels to the right and having zero width it protrudes much less.
However, restoring a saved toggle from 0.52-2 gives the same old behavior, so even though this is an annoyance (which perhaps we should change back?) it's not the same problem you found.
M On Sun, Oct 23, 2022 at 06:35:05PM -0700, Miller Puckette via Pd-list wrote:
I'm getting the same problem on linux... and 0.52-2 is working correctly.
It looks like IEM GUIs are displaying empty strings above themselves by default (you can see this by making a new toggle and moving it close to the top of the window). At some point I "fixed" this by suppressing displaying empty labels - this must have been reintroduced.
I'm glad you spotted this one...
cheers M On Mon, Oct 24, 2022 at 01:11:59AM +0200, Dan Wilcox wrote:
Howdy all,
running the 0.53-test2 macOS build, I noticed that opening doc/7.stuff/tools/sizingtest.pd from the Help Browser opens the patch with the scrollbars showing, even though there should be enough whitespace around all borders.
Dan Wilcox @danomatika <https://urldefense.com/v3/__http://twitter.com/danomatika__;!!Mih3wA!BtaKlVS... > danomatika.com <https://urldefense.com/v3/__http://danomatika.com/__;!!Mih3wA!BtaKlVSGsZf-A4... > robotcowboy.com <https://urldefense.com/v3/__http://robotcowboy.com/__;!!Mih3wA!BtaKlVSGsZf-A... >
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://urldefense.com/v3/__https://lists.puredata.info/listinfo/pd-list__;!...
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://urldefense.com/v3/__https://lists.puredata.info/listinfo/pd-list__;!...
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://urldefense.com/v3/__https://lists.puredata.info/listinfo/pd-list__;!...
On 10/24/22 04:35, Miller Puckette via Pd-list wrote:
OK, I think the scrollbar test is working now. However, all the IEMGUIs still make empty strings above themselves causing unnecessary scrollbars to appear. I think the fix should be either to not draw them at all (that would be best?) or to put them back where they were in 0.52.
i'm definitely favouring the first solution (not drawing at all).
gmsad IOhannes
On Mon, 2022-10-24 at 11:36 +0200, IOhannes m zmölnig wrote:
On 10/24/22 04:35, Miller Puckette via Pd-list wrote:
OK, I think the scrollbar test is working now. However, all the IEMGUIs still make empty strings above themselves causing unnecessary scrollbars to appear. I think the fix should be either to not draw them at all (that would be best?) or to put them back where they were in 0.52.
i'm definitely favouring the first solution (not drawing at all).
Me too. Oh my.... I'd rather do not think about the time I spent relocating empty labels in order to suppress scrollbars in my patches. It never occurred to me to open an issue about it :-(
Roman
On 10/24/22 17:30, Roman Haefeli wrote:
On Mon, 2022-10-24 at 11:36 +0200, IOhannes m zmölnig wrote:
i'm definitely favouring the first solution (not drawing at all).
Me too. Oh my.... I'd rather do not think about the time I spent relocating empty labels in order to suppress scrollbars in my patches. It never occurred to me to open an issue about it :-(
i've submitted a "solution" for the problem (and it's included in Pd-0.53-0test3), which simply moves empty labels to some place that is hopefully within the visible area of the object anyhow.
it works for the simple case, but if you have large labels (as compared to the size of the object itself) then it won't. it's better than it used to be, but still...
gmfds IOhannes
Hooray GUI regressions. I was lucky in that the sizing test patch showed it while others did not.
Dan Wilcox danomatika.com robotcowboy.com
On Oct 24, 2022, at 3:53 AM, Miller Puckette msp@ucsd.edu wrote:
Aha it's that fucking VU meter - it's now drawing something that pokes way north of what's visible.
On Sun, Oct 23, 2022 at 06:50:02PM -0700, Miller Puckette via Pd-list wrote: Oops, there's more than that. I was wrong - the empty string is always displayed in 0.52-2 or 0.53-0, but in 0.53-0 it was moved above the toggle and since it has height but no width, the window thinks the toggle extends the hight of a character higher than it does. In 0.52-2 it's 2 pixels to the right and having zero width it protrudes much less.
However, restoring a saved toggle from 0.52-2 gives the same old behavior, so even though this is an annoyance (which perhaps we should change back?) it's not the same problem you found.
M
On Sun, Oct 23, 2022 at 06:35:05PM -0700, Miller Puckette via Pd-list wrote: I'm getting the same problem on linux... and 0.52-2 is working correctly.
It looks like IEM GUIs are displaying empty strings above themselves by default (you can see this by making a new toggle and moving it close to the top of the window). At some point I "fixed" this by suppressing displaying empty labels - this must have been reintroduced.
I'm glad you spotted this one...
cheers M On Mon, Oct 24, 2022 at 01:11:59AM +0200, Dan Wilcox wrote:
Howdy all,
running the 0.53-test2 macOS build, I noticed that opening doc/7.stuff/tools/sizingtest.pd from the Help Browser opens the patch with the scrollbars showing, even though there should be enough whitespace around all borders.
Dan Wilcox @danomatika <https://urldefense.com/v3/__http://twitter.com/danomatika__;!!Mih3wA!BtaKlVS... > danomatika.com <https://urldefense.com/v3/__http://danomatika.com/__;!!Mih3wA!BtaKlVSGsZf-A4... > robotcowboy.com <https://urldefense.com/v3/__http://robotcowboy.com/__;!!Mih3wA!BtaKlVSGsZf-A... >
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://urldefense.com/v3/__https://lists.puredata.info/listinfo/pd-list__;!...
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://urldefense.com/v3/__https://lists.puredata.info/listinfo/pd-list__;!...
On 10/24/22 03:53, Miller Puckette via Pd-list wrote:
Aha it's that fucking VU meter - it's now drawing something that pokes way north of what's visible.
thanks for spotting and fixing this. unfortunately, the fix for the regression added another regression, namely a LED on topof the vu-meter, that should not be there.
i've submitted a fix in the 'develop' branch (and PR).
gmadsr IOhannes
On 10/24/22 11:35, IOhannes m zmölnig wrote:
On 10/24/22 03:53, Miller Puckette via Pd-list wrote:
Aha it's that fucking VU meter - it's now drawing something that pokes way north of what's visible.
thanks for spotting and fixing this. unfortunately, the fix for the regression added another regression, namely a LED on topof the vu-meter, that should not be there.
i've submitted a fix in the 'develop' branch (and PR).
the PR now also contains a fix for the empty-labels-in-iemguis-trigger-scrollbars.
https://github.com/pure-data/pure-data/pull/1797
gmfdsa IOhannes