| Thread | Last Post | Replies |
|
| How to play audio clips from Perl on OS X? | 15 Nov 2007 14:48 GMT | 2 |
I have a collection of very short audio clips (mostly numbers and names of people) that I would like to be able to play entirely from within a Perl script running on OS X; i.e. without invoking, e.g. iTunes. I would like to be able to play selections consisting of
|
| Carbon Events detecting local clicks vs injected clicks. | 15 Nov 2007 02:39 GMT | 1 |
Perhaps someone here can help me. I am currently injecting mouse events in with the Quartz events (CGPostEvent). Now I have an event tap that is listening for it but it does not seem to pick up the mouse events created with CGEventCreateMouseEvent but it does pick up
|
| Scrap picture from screen | 14 Nov 2007 22:06 GMT | 1 |
Currently I'm working with project ported from classic. And on iMAc I have a probem of getting picture from screen. I'm using GetScrapFlavorData function and get pict handle. Later I convert it to the QDPictRef, for drawing to the CGBitmapContex...
|
| XCode zerolink option... | 14 Nov 2007 18:02 GMT | 2 |
Every time I always disable ZeroLink option in all my projects. Does anyone knows how it can be done for global XCode options, for every new project this option would be disabled by default... Thanks!
|
| XCode 3 static library dependency linking | 14 Nov 2007 12:44 GMT | 2 |
I wonder if someone might shed some light on the way dependencies work in XCode 3. I've found that I can drop either a statically compiled library file itself into the External Frameworks group of an application project and it links correctly. However this does not
|
| Carbon, threads, and windoww... | 13 Nov 2007 00:08 GMT | 11 |
I'm porting a Win32 application to the Mac using C++ and the Carbon framework. The application must display a window in a non blocking way, i.e. when a specific object is constructed a window must pop up on the
|
| Java Docs missing? | 12 Nov 2007 19:58 GMT | 3 |
My Java documentation has disappeared, and I think since installing Leopard but am not positive. I downloaded the Java Reference for Mac OS X 10.5 from the ADC and ran the install, but still can not find my Java documentation. Any clues would be appreciated.
|
| Recording audio using the MacBook mic | 11 Nov 2007 10:46 GMT | 1 |
Can anybody tell me how to access the internal mic on the Macbook from C code? It doesn't seem to appear as a standard unix device. Malcolm
|
| My mdimporter is not working anymore in leopard | 10 Nov 2007 18:36 GMT | 11 |
Hallo NG, my mdimporter is not working anymore and I can't find the reason. Testing with /usr/bin/mdimport -d2 gives the output below and is looking fine to me. If I search with spotlight, non of my application
|
| Xcode Project Settings | 10 Nov 2007 17:58 GMT | 8 |
In Xcode, it has a project configuration setting for 'SDK Path'; but it's not set in the 'Header Search Paths'. While I can cut-n-paste what's there to the latter so that I can find these headers for inclusion, can I enter something like '${SDK\ Path}' in the header
|
| Smalltalk on a Mac? | 10 Nov 2007 00:53 GMT | 1 |
How do other Mac programmers and end users view software written in SmallTalk on a Mac? I noticed that Cincom's version of SmallTalk is available for Mac too. I am wanting to get into more Mac development and I am not really sure the route I want to take. I have posed this
|
| Cross-Platform Windows plus Mac | 09 Nov 2007 03:42 GMT | 58 |
I'm a C++/Windows developer at a small (well, tiny) company, and I've been asked to explore what it would take to create an application that could be built for both Windows (XP + Vista) and Mac. I've never done any Mac programming, so I was hoping people could send me
|
| OSX 10.5 | 07 Nov 2007 20:41 GMT | 6 |
Hello NG OSX has changed the keyboard shortcuts consumed by the system. Some of them like alt-q and alt-n are not working anymore in my application. How can I prevent this for the forthcoming updates.
|
| Using notifications with a sheet? | 07 Nov 2007 18:28 GMT | 14 |
I need to overlay for emphasis onto an existing window and considering using a sheet. However the information contains in the underlying window is fed via notifications which appear lost while the sheet is visible. I had considered a drawer instead, but it seems you cannot have it ...
|
| Dragging from table/outline to the Finder? | 04 Nov 2007 04:32 GMT | 2 |
I'd been wading through the docs trying to do this; I've already gotten dragging into my tv/outline fine now need to go the other way. If I read this right, this routine implemented in the tv/outline: - (NSDragOperation)draggingSourceOperationMaskForLocal:(BOOL)isLocal
|