Apple made a change in Catalina to add a system preference to Show Scroll Bars:
“Automatically based on mouse or trackpad”. This is now the default. I believe
you are wanting an alternate choice - “When scrolling”.
Note that the user makes the selection as they wish, so trying to force them to
a
/Applications is owned by root, and has rwx privileges only for the system, and
rx for group (admin) and all. This means you will need to have your installer
(with root privileges) to create your company/application directory inside.
As an alternative, you can certainly place your directory in /
> Our app isn't sandboxed, but when I try to create a "/Library/Application
> Support/NewFolder" folder in there I get the following message:
>
> /*You don't have permission to save the file "NewFolder" in the folder
> "Application Support."*/
Yup. You want ~/Library/Application Support/NewF
> On 14 Apr 2021, at 1:14 am, Davidap via Cocoa-dev
> wrote:
>
> Apple say:
>
> [...] For example, if your app is named MyApp and has the bundle identifier
> com.example.MyApp, you would put your app’s user-specific data files and
> resources in the ~/Library/Application Support/com.example
Hi,
Apple say:
/Application Support : Contains all app-specific data and support files.
These are the files that your app creates and manages on behalf of the
user and can include files that contain user data.//
//By convention, all of these items should be put in a subdirectory
whose name ma
Hi,
OK the problem was alphaValue, I don't know how Apple handles it with an
external not Apple´s mouse, but override in NSScroller the mouseExited,
mouseEntered and set alphaValue to 1.0 all fixed
Davidap
El 13/4/21 a las 20:00, cocoa-dev-requ...@lists.apple.com escribió:
Send Cocoa-dev ma