| Thread | Last Post | Replies |
|
| CFString to CString | 27 Jul 2005 14:39 GMT | 3 |
one question: I know how to create a CFStringRef from a CString. But is it possible to create a CString from a CFStringRef? Thanks in advance! Till
|
| CFStringRef to CString | 27 Jul 2005 13:17 GMT | 1 |
one question: I know how to create a CFStringRef from a CString. But i it possible to create a CString from a CFStringRef? Thanks in advance! Til
|
| Bundle icon not showing up | 27 Jul 2005 02:04 GMT | 6 |
I have had this problem before. My bundle shows with a generic icon (pencil, brush, ruler lieing on top of two sheets of paper). The Bundle/Contents/Resources directory has a .icns file and an Info.plst file that desginates the icons file as the bundle icon, but no luck. I ...
|
| comparing obj-c selectors | 26 Jul 2005 23:57 GMT | 21 |
i subclassed NSTextView so i could add a number of extra things to it, one of them being a rot13 method. to complete the task, i had to modify my NSTextView subclass so that it can conform to the menu validation protocol, so that the rot13 item on my edit menu will be enabled and ...
|
| creator codes and type codes | 26 Jul 2005 10:43 GMT | 18 |
i just registered a couple of creator codes with apple. but their website says they don't keep track of type codes anymore. why not? isn't the whole point of that exercise to prevent conflicts? i'm pretty sure it would be unwise for me to try to claim, say, TEXT, but other than ...
|
| CodeWarrior compilation (a cry for help) | 26 Jul 2005 06:15 GMT | 15 |
Some time earlier, I wrote my first major programming project (The Minstrel's Song, http://jonathanscorner.com/tms/download/ ) and am trying to get the stable version to work under Mac (FAT, as it needs to run under 68k) as a birthday present for my brother. An earlier,
|
| Toolbar icons -- how to indicate status | 26 Jul 2005 03:08 GMT | 1 |
This is more a question of philosophy than programming, but this is the group that seems most appropriate for it. I've used a toolbar for the first time in a proper program. It works fine in terms of the programming, but one aspect of the user-interface
|
| Getting LaunchServices / Finder to recognise a new application | 25 Jul 2005 12:40 GMT | 2 |
what is the exact Voodoo one has to perform in Tiger to get the Finder to recognise new document types for a new created XCode Cocoa application? I already tried
|
| XCode doesn't load old projects on Tiger | 23 Jul 2005 19:20 GMT | 2 |
When I load some of my old XCode projects on Tiger, then I get the following error message: Reason: *** -[PBXToolbar _notificationPostingEnabled]: selector not recognized [self = 0x50f5ac0].
|
| XCode on Tiger doesn't load old XCode project!?!? | 23 Jul 2005 15:59 GMT | 5 |
My XCode projects don't load on Tiger. I get an error message which says that the PBXToolBar can't find itself. What's going on? This is important for me. These are commercial projects which have over one thousand paying users. Mike
|
| create .a libraries | 23 Jul 2005 09:40 GMT | 2 |
I have been working in Macromedia Director Xtras development for Windows. In few days I'm going to start working with a Mac and I must translate some Xtras.
|
| Xcode is not stopping at my breakpoints | 22 Jul 2005 14:54 GMT | 10 |
I have added two breakpoints to my my cpp file but it does not stop during debug mode. When I ran info br in the console it list them but they have pending as the address. The break is in what is essential my main.cpp file not some library file. It is compiled with -g and with
|
| Get Data from keyboard event parameter | 22 Jul 2005 11:17 GMT | 2 |
I am catching keyboard event of MLTE. I want to get the value of event parameter coming from keyboard event so that I can compare the value with Return key.
|
| Screen to windows coordinates conversion | 22 Jul 2005 07:34 GMT | 2 |
I want to convert screen coordinates to local window coordinates in Carbon I am using following code for that static OSStatus MainWindowEventHandler ( EventHandlerCallRef nextHandler,EventRef event, void *userData)
|
| Questions (MPW migration) | 22 Jul 2005 02:14 GMT | 18 |
I originally made a project under Linux and migrated to (Macintosh) CodeWarrior. It is mostly C, with Macintosh menus etc. implemented in C++. Now I am trying to incorporate changes and compile under it MPW. I have
|