macos-carbon
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 分类:问答Stream created with FSEventStreamCreate is nil
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[详细]
2023-04-11 19:24 分类:问答How to import Carbon/HIToolbox into objective c program?
I\'m new to Objective-C and I\'m trying to use methods from TextInputSources so I tried #import <开发者_Go百科Carbon/HIToolbox>[详细]
2023-04-11 06:53 分类:问答Get QuickTime metadata: codecs, bitrates, dimensions
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+:[详细]
2023-04-11 04:09 分类:问答Where the Date Time preferences data is saved on mac [closed]
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.[详细]
2023-04-11 01:47 分类:问答fscopyobjectasynch : be asked for decision where file is going to be overwritten
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[详细]
2023-04-09 18:57 分类:问答When calling TransformProcessType(), the app menu doesn't show up
If you call TransformProcessType() like this : ProcessSerialNumber psn = { 0, kCurrentProcess }; (void) TransformProcessType(&psn, kProcessTransformToForegroundApplication);[详细]
2023-04-09 01:45 分类:问答How to Identify if the process in User Interface Process?
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[详细]
2023-04-07 15:56 分类:问答Monitor start and close of process?
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[详细]
2023-04-07 07:09 分类:问答A macro highlighted as keyword: pascal
While looking in the sample code for FunkyOverlayWindow, I just found a pretty interesting declaration:[详细]
2023-04-05 09:44 分类:问答