Posts

Post marked as solved
3 Replies
313 Views
Hi, I have a NSScroller, when I conect the external mouse, not apple's mouse, the scroll change and show always, the problem is that I can't change its background color. How could i? or at least make it clear Thanks
Posted
by davidap.
Last updated
.
Post not yet marked as solved
1 Replies
1.5k Views
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 matches the bundle identifier of the app. 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.MyApp/ directory. Your app is responsible for creating this directory as needed. Resources required by the app to run must be placed inside the app bundle itself. 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." I can't find anywhere else suitable to use for sharing files that need to be read and written by different users - /Users/Shared doesn't seem right, and apparently we can't access /Library without authorization. Where can I store files that should be user-independent, but also writable by our application? It would suck if I ended up having to duplicate files multiple times if different users used an app on the same machine. Thanks ``` BlockQuote
Posted
by davidap.
Last updated
.
Post not yet marked as solved
0 Replies
176 Views
Hi all, I have a NSScrollView (it´s a time line) and I make zoom redrawing the contentView, Is necessary because I redraw something elements inside, I can't use magnifications methods. The problem is when the content view is very large, takes a long time to redo the view. Exists somethings to make it´s more efficiently. Thanks Thanks
Posted
by davidap.
Last updated
.