| Thread | Last Post | Replies |
|
| Creating a program to interact with iTunes | 23 May 2006 22:20 GMT | 2 |
My roommate and I are working on a PC program in Visual Basic that can control iTunes with our skins. I was hoping to work on a version for OS X but I can't find the same documentation available in the Windows iTunes SDK so I am a bit lost.
|
| Modify Finder menu | 23 May 2006 06:04 GMT | 5 |
How can I do this? If I want to say, add a menu item under the FInder's "Go" menu. Is there a supported way of doing this? TIA
|
| build warnings | 21 May 2006 20:17 GMT | 6 |
whats wrong with this? stringTemp[strlen(string)] = NULL;
|
| SOAP and Cocoa | 21 May 2006 08:05 GMT | 1 |
I am a very novice Cocoa programmer, but I seem to have already hit a wall which I cannot seem to surmount. I'm attempting to access the photo gallery webservice of a small social networking site that I use(at the request of the site's owner) and cannot seem to get a
|
| Xcode and Remote Subversion Repositories | 21 May 2006 01:57 GMT | 1 |
I am wondering if someone could tell me how I would go about access a remote Subversion repository using SCM in Xcode. It might be quite simple but for some reason I can't get it to work properly. Regards,
|
| pef loader for unix - how to unravel relocation opcodes? | 20 May 2006 22:54 GMT | 3 |
I'd like to see something like WINE for Mac OS 9 PPC PEF executables. Had anyone started a project like this? It's a bit pointless now with OS X but I'd like to try. The first problem is creating a PEF loader for netbsd/ppc or linux/ppc. PEF is always(?) relocatable so the code
|
| token problems | 20 May 2006 16:39 GMT | 1 |
the code below used to work flawlessly in CW but now it doesnt in XCode. · /usr/include/c++/4.0.0/bits/ios_base.h:779: error: 'std::ios_base::ios_base(const std::ios_base&)' is private
|
| Hot to rorate text using QuickTime API | 20 May 2006 04:43 GMT | 6 |
One of the module of my project of Landscap Report needs, where text is shown rotated by 90 degrees/ exactly vertically. I don´t know, how to rotate this text. I have seen past threads related to the same, also found CCapionPlus class has been written to resolve the same issue,but
|
| errors galore in xcode for intel mac | 19 May 2006 20:07 GMT | 6 |
char * _MSL_CDECL strtok2(char * string, const char * control); the above USED to compile flawlessly under codewarrior in my G4 non intel mac. now it doesnt. i have the macbook pro running 10.4.6 and xcode.
|
| screenshot | 19 May 2006 16:26 GMT | 1 |
In my application I need to somehow take a screenshot of the mac desktop. There must be a way to do it as the command-shift-3 key combo does it. I want to do the exact same thing but put the screenshot in my own internal buffer rather than output to a file.
|
| Xcode and Cross Platform Dev (cmake,scons) | 19 May 2006 08:51 GMT | 1 |
I'll be setting up a cross plaform project soon and I was wondering if anyone knew of any tools that allowed for cross platform project definition. On Windows, I have visual studio solutions/project files, on linux I have make files and on mac I'll be having xcodeproj files.
|
| Xcode and Cross Platform Development (cmake, scons, automake) | 19 May 2006 03:29 GMT | 2 |
I'll be setting up a cross plaform project soon and I was wondering if anyone knew of any tools that allowed for cross platform project definition. On Windows, I have visual studio solutions/project files, on linux I have make files and on mac I'll be having xcodeproj files.
|
| outlets -> nil after unarchiving | 18 May 2006 23:18 GMT | 2 |
In the object inspector I'm trying to code I use something like [...] ICFloatStepperView *floatStepperView = [NSUnarchiver unarchiveObjectWithData:
|
| Reference Manager for Apple? | 18 May 2006 23:05 GMT | 4 |
I am considering buying one of the new Macbooks that Apple just introduced. Previously I have been working with PC's. I am a scientist and have always used the program "Reference Manager" for keeping track on my litterature-references.
|
| Cocoa's big problem | 18 May 2006 19:42 GMT | 6 |
Cocoa's big problem is... Finding things. Is there any downloadable reference on Cocoa listing all functions alphabetically? I wanted to draw a fill rect - it took half an hour to discover "NSRectFill".
|