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
I want to create a simple event stream in order to listen events when some changes ocurre in a directory. The first step is the creation of the stream, but I receive an error in the creation using FSE
I\'m new to Objective-C and I\'m trying to use methods from TextInputSources so I tried #import <开发者_Go百科Carbon/HIToolbox>
I\'m finding it difficult to determine how to extract the following information from a QuickTime movie, either using QTKit or the older QuickTime APIs in OS X, targeting 10.5+:
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I am developping a small file copy utility and I am using fscopyobjectasynch to copy files. When a file already exists in the destination, I w开发者_JAVA百科ould like to ask the user if he want to ke
If you call TransformProcessType() like this : ProcessSerialNumber psn = { 0, kCurrentProcess }; (void) TransformProcessType(&psn, kProcessTransformToForegroundApplication);
How can I get information from a process that it is UI(User Interface) process or non-ui? With UI process I mean, Finder, Dock, System UI server, or any other mac application which has UI interface
Is there a way to monitor processes in the Mac OS X before they Start & End? I have a dynamic which I would like to inject in few selected processes before the start, so that hooking can be perfo
While looking in the sample code for FunkyOverlayWindow, I just found a pretty interesting declaration: