| Thread | Last Post | Replies |
|
| Solve this problem (and I'll send you some money :) | 28 Feb 2008 23:49 GMT | 1 |
I've asked around, I've placed posts, I've read everything I can find, but I still can't get this problem solved myself. Your turn. $200 to the first person that can enable my Mac to print RAW Ascii data
|
| Objective C, Cocoa, Interface Builder, and NSPopUpButtons | 28 Feb 2008 10:14 GMT | 14 |
Over Xmas, I started delving into the mysteries of Objective C and Cocoa. For the record, I'm still (and will continue to be until finances improve) running 10.3.9, with the newest-that-will-run-on-it (XCode 1.5) developer tools.
|
| Is quicktime API free? | 27 Feb 2008 21:42 GMT | 2 |
Is the quicktime API free? How can i get it? Thanks, Ron
|
| Help please: QT movie with multiple video tracks wanted | 27 Feb 2008 21:31 GMT | 1 |
I am urgently looking for a link to a QuickTime movie with multiple video tracks (unaltered) preferably with different frame rates. I am trying to see how it is going to play without any doctoring. My environment is a PC with QuickTime Player 7.4.1.
|
| Old school, coming back again. | 27 Feb 2008 17:20 GMT | 7 |
I started programming for Mac back in the OS 5 days, through OS X 10.1, all the time using the (what is now called) the Carbon API. Now my boss has asked me to write an application for "low end Macs". I'm assuming that "low end" no longer means OS 9 or earlier, but it
|
| load two Kext with same CFBundleIdentifier | 27 Feb 2008 13:53 GMT | 7 |
Can we to load two Kext bundle with same CFBundleIdentifier ? p2
|
| catching exceptions help needed. | 27 Feb 2008 02:32 GMT | 6 |
i would appreciate some assistance in one of two things. 1) determine free space on a local volume 2) catch and handle an exception caused by the following: 2008-02-24 15:04:48.721 Avalon[26929] An uncaught exception was raised
|
| SELL Discounts NEW NIKE SHOX R3 R4 R5 NZ TL3 VC shoes(www.24hoursneakers.com) | 27 Feb 2008 02:11 GMT | 1 |
paypal wholesale sneaker (paypal accept)(www.24hoursneakers.com) paypal wholesale nike sneaker(paypal accept)(www.24hoursneakers.com) paypal sneaker wholesaler(paypal accept)(www.24hoursneakers.com) paypal nike sneaker wholesaler(paypal accept)(www.24hoursneakers.com)
|
| open function hang on MacOS 10.5.1 | 26 Feb 2008 12:59 GMT | 2 |
I used open function to open bluetooth port on MacOS 10.5.1. My code is as below int fd = -1; fd = open(Bluetooth port path,O_RDWR + O_NOCTTY + O_NONBLOCK +
|
| Respond to modifier key press in Preference Pane | 25 Feb 2008 03:50 GMT | 2 |
I've been trying to get my NSPreferencePane to change the text on a button in response to the user pressing the option key. From my understanding of the documentation, the best way to do this in Cocoa is to implement the
|
| Bindings help | 24 Feb 2008 03:52 GMT | 2 |
I've used cocoa bindings for preferences, but this is my first serious use of Bindings, so here's my problem: I have a window with an attached drawer. The drawer contains an NSTableView which I want to display data stored in some NSDictionarys
|
| Vertically center (NSLevelIndicator) Cell? | 23 Feb 2008 15:55 GMT | 3 |
In the IB palette (v3.0), it shows the various cells centered both horizontally and vertically, but when used in a tableView, my cell appears at the top, not vertically centered. Resizing the column only auto-resizes the level cell elements.
|
| fprintf hangs | 22 Feb 2008 21:54 GMT | 2 |
For the life of me I can't see why the following code hangs in fprintf(): - (bool) matchesPattern: (NSString *) file {
|
| puzzling bug in iDisk file syncing | 19 Feb 2008 17:57 GMT | 1 |
This isn't really a programmer issue, other than knowing about this bug might let you design your apps to work around it, but I'm puzzled as to HOW this bug works, and this seems the most likely group to figure it out.
|
| x86_64 assembler "movb" instruction | 19 Feb 2008 12:18 GMT | 1 |
The as assembler accept "movb %al,0(%rsi)" but not "movb %r8,0(%rsi)" (invalid r8 register...) Why ? How to put (least significative) byte in r8 to memory 0(%rsi) ? (with a single instruction...)
|