Carbon is Apple's previous application-development framework for Mac OS X, which existed primarily for applications that needed to remain compatible with the Classic Mac OS. Much of it is now deprecated and unavailable to 64-bit applications as of Mac OS X 10.6.

learn more… | top users | synonyms

0
votes
0answers
11 views

Error on RegisterEventHotKey on Mountain lion

I am creating an application for MAC App Store. That will magnify the content under application's main window.I am using keyboard shortcuts to perform some operations (eg. Change shape, Window size, ...
0
votes
0answers
27 views

How to get text from a window using HIServices/Carbon Framework?

I am creating a MAC app which is aimed for people with disabilities. I intend the application to read out the text in documents or webpages opened in different applications/browsers. For inspecting ...
0
votes
1answer
33 views

WSO2 4.6.0 - unable to install CA certificate. Always falling back to default certificate

We are trying to install a third party CA cert on our WSO2 ESB server (Linux). We are unable to install CA certificate. Always falling back to default certificate. While the WSO2 service is started, ...
0
votes
0answers
52 views

How to get active window handle in mac OS?

I want to get active window handle without X11.I like use Carbon for this project.
0
votes
1answer
36 views

How to find active window text in mac os x by c++?

I want get active window text in mac OS x without x11.I want to use Carbon API.
0
votes
0answers
21 views

Creating Browser toolbar icon

I installed an application on OSX that add a custom button to the Safari and Firefox toolbar. It is not developed using extension, because there is no installed extension in the extensions list. I ...
2
votes
1answer
31 views

How to CFRelease a CGEventRef that must be returned?

I'm intercepting CGEventRefs in two ways: Returning value NULL to kill the event Assigning the event a new CGEventRef via CGEventCreateKeyboardEvent() Xcode's Analyzer tells me I have a potential ...
0
votes
0answers
21 views

Decoding OS/X menu shortcuts

I'm trying to extract menu shortcuts from OS/X apps using the assistive devices support and not having much luck. I'm using the following code: id getAttribute(AXUIElementRef element, CFStringRef ...
0
votes
1answer
64 views

What to do about Carbon functions that are deprecated in MacOS/X 10.8.x?

I have a C++ codebase that has been around for a while (10+ years) and it compiles and runs fine, but I notice that when I compile it under OS/X 10.8.x (Mountain Lion), the compiler emits deprecation ...
0
votes
0answers
14 views

rapp Apple event doesn't work

I wrote a program for sending a 'rapp' Apple event. From the debug console I can see that target application receives the event and params are looking good. But the program does nothing ...
0
votes
1answer
48 views

Detecting Full screen applications on mac

I am developing a simple application in Cocoa, and I want to detect whether any application is running in full screen mode. Is this possible? Through runningApplications API, I can get various ...
1
vote
2answers
196 views

Why can't I “edit” (open in Interface Builder) a carbon .nib in Xcode 4.6.1?

I can't believe I need to ask this... I'm upgrading a Carbon app from Xcode 3.4.x to Xcode 4.6.1. When I select a .nib file in the Project Navigator, it only wants to open/ display with "Preview". ...
0
votes
1answer
30 views

How to parse a Carbon AppleEvent using Cocoa (NSAppleEventDescriptor?)

In the process of modernizing a carbon app, I'd like to rewrite the handing of AppleEvents in Cocoa, especially because I find the Carbon AEFunctions quite ugly. I found NSAppleEventDescriptor but ...
1
vote
1answer
31 views

Carbon equivalent of NSTask?

OS X 10.6.8, Carbon, C++ app. I want to run a command from a shell and get back the result as a string to then use as a parameter to another function. df / | tail -n +2 | awk '{ print $1 }' But I ...
0
votes
0answers
45 views

RegisterEventHotKey CMD+TAB in Mountain Lion

According to this post: ShortcutRecorder record CMD+Tab calling setCanCaptureGlobalHotKeys:YES on the ShortCutRecorder control should allow you to capture CMD+TAB. However, it doesn't seem to work. ...
0
votes
2answers
38 views

Mac OS X Carbon: What is the difference between SelectWindow vs. ActivateWindow and what are the Cocoa equivalents

The title basically sums up my question. I'd like to know what the difference between the Mac Carbon SelectWindow and ActivateWindow(..., TRUE) is. I've found these in old source and wonder if they ...
2
votes
1answer
71 views

Graceful Shutdown of Thread executing native code

In my application, I have a ExecutorService of fixed size 1. Now the thread calls some native code. Inside the native method, it gets blocked and waits for the OS events which needs to be ...
0
votes
0answers
41 views

Mac carbon menu has Invalid menu items causing menu malfunction in 10.8

I'm working on a desktop application, built with 10.6 SDK, that uses a Carbon menu, which has worked smoothly until 10.8. In 10.8, I observe the menu items in Edit menu, such as Undo, Redo, Copy, ...
0
votes
1answer
41 views

Hos to get the user's logs folder in cocoa (NSSearchPathForDirectoriesInDomains possibly)

I'm porting a Carbon application to cocoa and am looking for the equivalent of kLogsFolderType in Cocoa, which currently would return /Users/me/Library/Logs I have seen ...
1
vote
2answers
50 views

Tap AppleEvents being sent to another application

Is it possible to monitor or tap the stream of Apple Events being sent to a process, in the same way you can tap Quartz Events? I have an application that talks to another application to force it to ...
0
votes
1answer
18 views

parsing CFMutableDictionary keys

I am using IOKit to obtain some information kr = IOServiceGetMatchingServices(kIOMasterPortDefault, IOServiceNameMatching("AppleUSBEHCI"), &io_objects); [snip] kr = ...
-1
votes
3answers
95 views

Making a std::string out of a Char* in C++

OSX 10.8, Carbon I have a std::string that I want to derive from a Char* Example: CFStringRef *s; char *c[128]; CFStringGetCString(*s, *c, 128, kCFStringEncodingUTF8); int size = sizeof(c); ...
1
vote
1answer
94 views

Getting UTC offset of system time zone on Mac (C++)

I'm trying to get the system time zone expressed as an offset from UTC in minutes - something like the Windows function GetTimeZoneInformation(LPTIME_ZONE_INFORMATION). Is there something in ...
0
votes
1answer
76 views

QT + winId() - Determine handle type

Is there a way, either at runtime or (preferably) by using preprocessor macros, to determine whether the handle returned by QWidget::winId() is a handle to a Cocoa window or a handle to a Carbon ...
2
votes
1answer
94 views

WSO ESB and GReg on same Carbon instance

I have installed WSO2 AS, after I have installed GReg and ESB by Feature Install. It was OK. But now I would like to know how to I have to configure GReg and ESB using same WSO2 Application Server. ...
0
votes
0answers
26 views

Get device name from MTDeviceRef

I'm using the private Multitouch framework to get a list of MT devices. Now I'd like to retrieve the user's name for that device (by default something like "Apple Wireless Trackpad, although this can ...
4
votes
2answers
96 views

can't get wxHaskell to work from ghci on Mac

I'm trying to run an example using EnableGUI function. % ghci -framework Carbon Main.hs *Main> enableGUI >> main This is what I get instead of a working program: 2013-01-14 00:21:03.021 ...
1
vote
0answers
110 views

Enable click-through without overriding NSView acceptsFirstMouse

The proper way of enabling click-though is to override acceptsFirstMouse on an NSView to return YES. (Click-through means that you can click on and use a control even when its window is not focused. ...
1
vote
1answer
122 views

backbone.js collection of collections and graphite carbon

i'm writing a backbone.js 'app', and would like to map the json output of graphite/carbon directly to some backbone models/collections. in general, the json output is something like this: [ { ...
0
votes
1answer
225 views

Can you use Carbon Framework with Alloy Framework?

Is it possible to use Carbon Framework with Alloy Framework in Appcelerator Titanium ?
0
votes
0answers
38 views

[Qt cocoa]: a number of instances in one thread

I use a Qt on Mac OS 10.6/10.7 x64 with Cocoa. I have a main application and the number of plugins which are dynamic libraries. Main app just loads dylib, calls Init(), and Destroy() when plugin is ...
3
votes
1answer
85 views

monitor mouse status on Mac OSX

I wanted to monitor mouse status(connect/disconnect) in system wide on OS X. I checked the Apple developer library, but cannot find any clues. My goal is to monitor both USB and Bluetooth mouse. ...
0
votes
1answer
77 views

What is the best way to programmatically keep track of the active application on Mac

I want to create a background application that keep track of the current active application (active window). I manage to get the active application by using GetFrontProcess but now I need to keep ...
2
votes
1answer
163 views

WSO2 Carbon 4.x JNDI Tomcat

WSO2 Registry 4.5.x based on Carbon 4.x plattform allows to deploy WARs. For configuration of resources I want to use JNDI. As described here, I try to configure JNDI resources: ...
2
votes
1answer
118 views

Cocoa switch focus to application and then switch it back

I want to create OS X application which shows up and getting focused with system-wide hotkey, and then, with same hotkey it should dissapear and switch focus back. Just like Alfred does it. The ...
0
votes
1answer
118 views

Graphite / Carbon / Ceres node overlap

I'm working with Graphite monitoring using Carbon and Ceres as the storage method. I have some problems with correcting bad data. It seems that (due to various problems) I've ended up with ...
1
vote
1answer
93 views

Delay() in CarbonCore/OSUtils.h deprecated in mac os x 10.8

The CarbonCore/OSUtils.h has been deprecated in Mac OS X 10.8. I was using the Delay() from it. Now, I need to replace with Cocoa equivalent. I think [[NSRunLoop currentRunLoop] runUntilDate:] can be ...
0
votes
2answers
138 views

open url mac osx c++

How do I hit a url in C++, there are a ton of examples for Objective-C, but my application doesn't use objective-c and starts with main() and is all c/c++. I was using URLSimpleDownload but it isn't ...
2
votes
0answers
106 views

How to wait for a Mac OS X application to fully activate

My application is a debugger and I need to frequently switch the active process between a target application and my debugger application as the user steps from one line to another within their code. ...
2
votes
3answers
762 views

How configure StatsD and Graphite to run on different servers

I have looked all over for this but have not found anyone talking about how to setup and configure StatsD and Graphite to communicate on separate servers. I currently have everything running on one ...
1
vote
1answer
306 views

FSFindFolder for find a file/folder in trash

Got a problem for how to determine file/folder in trash. There's some solution on Internet, one of those is FSFindFolder. which can be used something like this: FSFindFolder(kUserDomain, ...
0
votes
0answers
52 views

HICocoaView keyboard events

I'm experimenting with adding support for Cocoa views to an old Carbon PowerPlant application. The aim is to find a way to begin to refactor the application over time to remove all the PowerPlant UI ...
0
votes
0answers
30 views

How to re-map Mac OS keys? (or how is Keyboard Maestro made?) [duplicate]

Possible Duplicate: Catching events in Mac OS X Keyboard Maestro (I'm not affiliated with them) allows you to re-map keyboard shortcuts in Mac OS, and the effect of it is global, i.e. it ...
3
votes
1answer
346 views

Typedef redefinition of UInt32 in MacTypes.h, from definition in CFBase.h

I'm getting a typedef redefinition error on two lines in MacTypes.h, in the following chunk of code: #if __LP64__ typedef unsigned int UInt32; typedef signed int ...
1
vote
3answers
190 views

How to display file copy progress in 10.8

FSCopyObjectAsync is Deprecated in OS X v10.8, Now how to display progress indictor for file copy operation.
0
votes
2answers
226 views

wso2 ESB: server configuration CRITICAL

My Scenario: I have server_1 (192.168.10.1) with wso2-ESB and server_2 (192.168.10.2) with Glassfish-v3 + web services. Problem: I am trying to create a proxy in ESB using the java Web Services, but ...
0
votes
1answer
463 views

Send a keystroke to OS X programmatically

How would you simulate the keystroke รถ on Mac OS X programmatically? This isn't just a randomly chosen character, I know you can simulate all ASCII characters as well as some special ones like Esc, ...
0
votes
1answer
370 views

Glassfih + WSO2 ESB 415 Unsupported media type

I am creating "Pass Through Proxy" in WSO2ESB using JAX-WS hosted on Glassfish. The problem is that the proxy does not work and it happens with EVERY PROXY I create in the ESB that are pointing to ...
3
votes
1answer
343 views

Mountain Lion Privileged Helper Daemon status

I'm building an app for 10.8+ which among other things has to patch files. Because of this functionality I have created a "PrivilegedHelperTool" and installed as KeepLive = YES RunAtLoad = YES (so ...
0
votes
1answer
173 views

WSO2 Carbon 4.0.1 No Features in Management Console

We are installing WSO2 Carbon 4.0.1. We have the management console setup, but when we add the repository: http://dist.wso2.org/p2/carbon/releases/4.0.1 and click "Find Features" an error occurs: ...

1 2 3 4 5 10