I was wondering if it is possible in Cocoa/Carbon to detect whether a key combination (e. g. Ctrl + Z) comes from a Wacom button or the keyboard itself.
How can I, within my Cocoa app, get a notification when the currently running VPN开发者_运维知识库 connection disconnects? I\'m running Snow Leopard.You may be able to use the System Configuration fra
Is there a way to handle running application dock icon click using Apple Carbon? Found nearly nothing on web, so asking her开发者_运维知识库e.
I hadCarbon code which prints image as tiles in . But now for 64 bit i want to change that into carbon.
I have a C++ application using the QT framework. I\'m trying to add an option for the user to be able to set the program to start automatically on startup.
I find it hard to find some working examples of Cocoa/Carbon framework functions, whereas there are well documented function prototypes from Apple.
I\'m trying to (re-)write a program that uses USB controlled scanners开发者_JAVA百科. I\'ve got my USBIOInterfaceInterface set up, so I can send and receive messages over the pipes. I am successfully
I\'m t开发者_C百科rying to create a window switching application. Is there any way of getting a list of the windows of other applications, ordered by recently used?Start with the Accessibility framewo
I\'m trying to build a resizable Carbon window as part of a tutorial. I am using Interface Builder 3.2.3 on Snow Leopard 10.6.4.
I\'mtrying to create a Cocoa Window within an otherwise Carbon Application (it\'s an OpenGL API that uses AGL.Can\'t change it so don\'t comment on that).