I noticed when using the slider, the knob is clipped.
This seems to happen with 12.5 (and the latest beta of 13). Not sure if this was the case with previous macOS version.
BTW I used dark mode. But it also happen in light mode. Just to show it better.
Is this a know issue?
Found an old thread about this. So it is a very old bug. Needs a fix for sure.
Yup. Looks like a bug. For sure because Apple made the knob larger (sounds like a bad joke). And it’s also in the built app.
Do you know how to do a Feedback issue?
There are a few canvas based sliders around. For instance, this here: https://1drv.ms/u/s!AjJkpl3iB1f_hlt58JXaD_IfGzg3?e=4d72wk
Here is fix:
Put this in the Open/Opening event.
Declare Sub sizeToFit Lib “AppKit” Selector “sizeToFit” ( obj as Ptr )
sizeToFit(me.Handle)
Rick_A
(Rick A)
August 12, 2022, 11:11am
#4
They said it was fixed in here: https://xojo.com/issue/64101
Regression?
So it seems. I have added a comment to re-open that case.
BTW also checked with the latest 2022R3 beta. Same problem.
1 Like