macos
Hide the dock programmatically on Mac OS X
I am working on a new software for Mac OS X Snow Leopard, and one of the features I need to 开发者_开发百科implement is when my application starts, hide the Dock completely and block Spotlight from wo[详细]
2023-04-12 21:26 分类:问答OSX app for graphs with paths finding function
I need an app where I can first make graph with directe开发者_C百科d lines between objects and then find ways from one object to another. Actually I need to find all ways from object to object (not on[详细]
2023-04-12 21:16 分类:问答Responding to a folder being dragged onto the Dock icon in Cocoa
To respond to a file being dropped on the dock icon I would implement the openFile: method in the application delegate.Is it the same for a folder? Also, where in the .plist do I declare that the appl[详细]
2023-04-12 19:52 分类:问答Can I use `sysctl` to retrieve a process list with the user?
I am in need of a way to retrieve all running processes for all users on a Mac (using Cocoa). I found an implementation to retrieve the process using sysctl, but I also need the running user. This is[详细]
2023-04-12 19:39 分类:问答How to read raw data from disk in mac os
Question basically as in the title. I could us开发者_如何学Pythone c/c++/objective-c. I would like to read data from some offset on the disk. Just some basics, I will dig dipper when you show me where[详细]
2023-04-12 18:23 分类:问答Know which Mac process is loading my library framework
I created a C++ library that I compile as a .framework so other apps can call into it. I\'d like to get the path of the calling .app file fr开发者_如何学JAVAom within the library. How can I do this?[详细]
2023-04-12 17:59 分类:问答Lejos on OSX 10.7 (Lion)
I have Lion OSX installed on my Mac and I want to use my mac to develop on Lejos. I searched a lot for a decent install guide but I couldn\'t find one. So, I tried other tutorials online but it won\'[详细]
2023-04-12 17:48 分类:问答Clicking on NSMenu item causes a crash [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-04-12 17:44 分类:问答What is a FILE * type in Cocoa,and how properly use it?
I\'m trying to run Bash commands from my Cocoa APP. And receive开发者_如何转开发 the output. I\'m executing all that commands, with Admin Privilege.[详细]
2023-04-12 16:54 分类:问答How do I reference a dylib?
I have an application written in platform-independent C++ which has been primarily developed on Windows. I\'m now trying to get it up and running on a Mac but I seem to be lost in how to link to the M[详细]
2023-04-12 15:39 分类:问答