Search Results

0
votes

How to take screenshot in Mac OS X using Cocoa or C++

The following might be helpful if you are attempting to accomplish this with either C++ or python. Also, this would be even more helpful in the case that you want your programmatic method to be cr …
0
votes

Keyboard shortcut for restoring applications from the Mac OSX Dock?

Many mac users that are keyboard-shortcut fanatics have come to know and love "Quicksilver," which allows you to customize quite a number of shortcuts and easily link them to a broad variety of act …
3
votes

Beginner question about XCode 3.1.1 and static libraries

I am not sure if I am correctly visualizing each of the steps you have described, and therefore I might be misinterpreting the current state you are in as a result. However, I think …
0
votes

Beginner question about XCode 3.1.1 and static libraries

I am also a fairly new user of Xcode. Most of what I know I learned from an Xcode book by James Bucanek (ISBN 047175479x). It is an older book that was written for/with Xcode 2.2, but I find that …
4
votes

.gdbinit config file conflict with Xcode debugging

My "short" answer: You may have noticed this already, but just in case: First of all, even when you see that error, (assuming that you click past it and continue), …
0
votes

Specific help with Xcode Project Template that is not doing substitution in file contents

First thoughts: have you tried using Apple's "Property List Editor" to edit your plist(s)??? /Developer/Applications/Utilities/Property\ List\ Editor.app That should …