A person I work with is having continual problems debugging an Xcode
project. Unless he does a full clean build, he gets errors.
He says:
This is what I see in the Console when I try to debug. I see my app's icon
in the dock, but then this error pops up. If I run from the Finder the app
starts up
This a Hail Mary pass...
I have a bizarre bug. Perhaps someone has a hunch about what's going on.
My application prefs file, which is managed with NSUserDefaults, is getting
reset to default values, but so far only on a PPC running 10.5.8 and only
during the wee hours of Monday mornings. (Go fig
Hi,
In days of yore, when sending an AppleEvent with AESend, you could use an AE
idleProc to allow for cancelling the event if you had reason to bail. The
parameters also pass you an EventRecord and you are expected to handle
window update events.
Now, I have a Cocoa app that has to send an Apple
Hi,
I'm not new to Cocoa, but I haven't had to do much with printing until now.
I'm looking for advice about printing multiple images in varying formats.
I have an app that lets the user reference multiple image files in a list.
I want to allow the user to select however many files from the list
Hi,
I have an NSOutlineView that is set to uniformly resize its table columns.
Under prior to 10.5, this works fine, but when running on 10.5.x the columns
do not resize.
I don't have any special resizing code in place, just depending on the
normal mechanism for handling column resizing when the