| Thread | Last Post | Replies |
|
| applicationShouldTerminate Not Getting Called | 15 Nov 2006 16:45 GMT | 1 |
I have created my applicationShouldTerminate method in myController.m, and declared it along with my other methods in myController.h, but it's just not getting called when the user selects Quit. I'm pretty sure I'm supposed to "hook it up" somehow in Interface
|
| REALbasic 2006 | 14 Nov 2006 17:17 GMT | 2 |
I'm looking for a license key / activation code for the REALbasic 2006 rel3. Is anobody out there? thnks
|
| How to get CMDisplayIDType | 14 Nov 2006 16:31 GMT | 1 |
I'm new to Mac programming and I have encountered following problem. I want to set an ICC profile for the monitor. I found that I should use the function CMSetDefaultProfileByAVID(CMDisplayIDType id, CMProfileRef profile). I know how to get the profile refence, but how can I get the
|
| ADC E-mails | 14 Nov 2006 12:27 GMT | 2 |
Slightly off-topic, but has anyone here been successful in getting Apple to STOP sending its ADC e-mails? I've gone in and checked my settings with Apple many times, and they clearly stipulate "no e-mails". I've also contacted postmaster@ and abuse@ several
|
| Where can I find error values for QuickTime calls? | 13 Nov 2006 22:33 GMT | 3 |
I'm calling the QT GetMediaSample() function and I get error -9461. I don't see this error in the macerrors.h file (it doesn't go passed -9408). Any clues where I can find a description of error -9461? (yeah, I know
|
| How to get notified that a menu is being browsed | 13 Nov 2006 16:00 GMT | 3 |
My Carbon application has a menu that should be populated only when the user opens the menu. For example: if each menu item is the a name of a file in the script folder, I would like to scan the scrip folder (and populate the Scripts
|
| Which NSDate method / format to display a countdown interval? | 05 Nov 2006 13:00 GMT | 5 |
Support I create a date in the future as this: NSDate * targetDate = [NSDate dateWithTimeIntervalSinceNow:300]; which is 5 minutes in the future. I want to interactively show a
|
| HIView+OpenGL+Quartz+Carbon | 03 Nov 2006 12:45 GMT | 4 |
Is that possible to "composite" in one window the results of 2d drawing (Quartz 2D), 3d (OpenGL) and again, on top of it 2d (Quartz 2d) ? If I use HIView + Carbon how to do it?
|
| AppleScript and mounting volumes | 02 Nov 2006 22:35 GMT | 1 |
Is there any possibility to get an event - or better a script is started - when a new volume is mounted using AppleScript? Hartwig
|
| hi-res timer OSX | 02 Nov 2006 19:24 GMT | 4 |
What is the best hi-res timer service to use in OSX form playing MIDI with CallBack function. Record MIDI with coreMIDI and play with a sequencer in 1ms hi-rez timer resolution (not NStimer, CFRunLoopTimer ) I need something
|
| Remove/No Dock Icon and No menu | 02 Nov 2006 15:28 GMT | 4 |
Is there a way in carbon c++ to not have a dock icon/menu for a program? http://www.versiontracker.com/dyn/moreinfo/macosx/23232 This program called SmartReporter is open source and does exactly what
|
| So how the heck do you convert CMYK to RGB to make CoreImage happy? | 01 Nov 2006 15:59 GMT | 1 |
So how the heck do you convert CMYK to RGB to make CoreImage happy? I don't have a problem with Core Image requiring RGB nor with having to convert the CMYK before feeding it into a CI pipeline. But how the hell do you convert a CMYK with attached color profile
|
| How show real-time video with Carbon | 01 Nov 2006 04:51 GMT | 1 |
I need to show some real-time videos from ip cameras, usb cameras or even isight camera and I don't know which is the best way to do this. Do you know some sample code like this. I would like starting learning about Qt, Quartz and OpenGL (I think it's what I need to do it, isn't
|