| Thread | Last Post | Replies |
|
| Mac mini am TV | 17 Jan 2005 08:09 GMT | 1 |
Eine Frage an die Home Entertainment Spezialisten : Ich habe den Mac mini als den Rechner auserkoren bei meinen Eltern die Computerzeit einzuläuten (kann ich ein PB behalten). Dazu die Frage :
|
| dlopen searches | 17 Jan 2005 01:43 GMT | 16 |
I'm using dlopen to dynamically use dylib files. The problem is that some of these things come in Frameworks, like /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib Is there some common call to search these things? I'm trying my best
|
| What is the max len of a volume name in OS X ? | 15 Jan 2005 22:41 GMT | 1 |
What is the max len of a volume name (not the pathname) in OS X ?
|
| Single Executable & Cocoa & Icon | 14 Jan 2005 21:20 GMT | 18 |
I'm kind of desperate as neither searching Google nor Groups Google nor ADC has helped so far... I need to write a small Cocoa-application using Objective-C that is a single executable...that's not that hard, I just have to do the GUI by
|
| NSWindowController kills NSWindow's autosave name | 14 Jan 2005 10:04 GMT | 3 |
in interface builder, you can set an autosave name for an NSWindow, and it will use that name as a key in your app's pref file, so the window can remember its position and size. that was working fine for me, back when my window controllers were descendents of NSObject. then i ...
|
| cocoa file sharing | 13 Jan 2005 23:57 GMT | 4 |
I want to programmatically mount a samba volume so that my users can access a file elsewhere on the network, I don't want the user to have do anything except possibly type a password. I'm writing a cocoa application. Seems like an easy thing but I can't find any documentation. Any ...
|
| JOGL (Java Binder for OpenGL) for OS X? | 13 Jan 2005 21:03 GMT | 2 |
I'm a newbie, getting a bit frustrated with binaries and classpaths, but I need JOGL (Java Binder for OpenGL) for a graphics course I'm taking. They don't offer suppport for Mac, so I'm a bit stranded... I've searched the net, found some info, but none of them worked. And
|
| changing cd volume label from shell | 13 Jan 2005 04:46 GMT | 2 |
Running 10.3.6 on a powerbook g4. Newcomer to Macintosh, by the way, and tickled pink about Unix(tm) Inside. Before burning a CD or DVD, one can easily change the volume name with the same Finder operation that changes a filename. This then gets burned on
|
| Quick Time Movie Play on Full Screen | 12 Jan 2005 15:28 GMT | 1 |
I have PowerPlant carbon application. I am using Quicktime for Making the FullScreen and Playing the movie on the full screen (e.g. PowerPoint) I am getting the full screen but Unable to see the Movie.
|
| Catch the keyboard event | 12 Jan 2005 15:25 GMT | 1 |
I want to close by dialog (LDialogBox) on pressing Esc key. How can I do it? -Hemant
|
| inter-thread communication | 12 Jan 2005 13:58 GMT | 1 |
i'm about to start adding background threads to a cocoa gui application. they will communicate with the main gui thread via traditional thread-safe message queues, to reduce coupling as much as possible. here's something i'm not too happy about, though. i can't think of any
|
| ObjectAlloc | 12 Jan 2005 09:06 GMT | 2 |
Where can I find documentation for ObjectAlloc? In particular, what does the field "Extra data" in the Event Inspector mean? thanks
|
| Testing core data ? | 12 Jan 2005 02:19 GMT | 39 |
Hello NG, is there a way to test and learn about the new core data in tiger without paying 500$ ?. Thank you for your time and help
|
| need both time manager and quartz services | 11 Jan 2005 18:55 GMT | 4 |
I have an old Classic application I am trying to port to OS X. The application installs a VBL task that controls the cursor position by writing to low memory globals. Reason why I do this is that I am looking through a drawing tube at the
|
| Hide Dock and Apple Application Menu | 11 Jan 2005 11:56 GMT | 1 |
I have PowerPlant Carbon application. I want to hide System Dock and Application Menu from my application. How can I do it? -Hemant
|