Re: Scroller and not apple's mouse

2021-04-14 Thread Jack Brindle via Cocoa-dev
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

Re: /Library/Application Support off limits?

2021-04-14 Thread Jack Brindle via Cocoa-dev
/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

Re: /Library/Application Support off limits?

2021-04-14 Thread Marco S Hyman via Cocoa-dev
> 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

Re: /Library/Application Support off limits?

2021-04-14 Thread Ben Kennedy via Cocoa-dev
> 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

/Library/Application Support off limits?

2021-04-14 Thread Davidap via Cocoa-dev
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

Re: Cocoa-dev Digest, Vol 18, Issue 18

2021-04-14 Thread Davidap via Cocoa-dev
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