| Thread | Last Post | Replies |
|
| WebView and downloads | 26 Oct 2004 22:51 GMT | 1 |
In a WebView, I'm trying to intercept downloads. My code looks as follows: @implementation MyWebView - (id)initWithFrame:(NSRect)frameRect {
|
| PowerPlant contributed class archive: maintenance mode? | 26 Oct 2004 22:03 GMT | 1 |
I just noticed that if I do a query on the PowerPlant contributed class archive, <http://www.metrowerks.com/mw/support/powerplant/>, the newest date that comes up is sometime in 2002. Is that really the date of the newest submission?
|
| MacOSX/Carbon : setting creator/type | 26 Oct 2004 17:54 GMT | 3 |
I've figured out how to set the file creator and type when creating a new file using FspCreate(), but is there any way to set these when a file is being created with fopen()? Erik
|
| Xcode 1.5 and system paths (again). | 26 Oct 2004 17:52 GMT | 1 |
Somewhere in the E.U., le 26/10/2004 Bonjour Way back in 2003-01-23 06:46:45 PST, Daniel T. (a@b.c) asked in "using the Boost library in Project Builder?" the following:
|
| Carbon or Cocoa? | 26 Oct 2004 13:49 GMT | 21 |
Will Apple eventually kill Carbon? Paul
|
| Data browser (List View) for thumbnails | 26 Oct 2004 02:29 GMT | 4 |
I am trying to code an application in XCode with a list view having several columns of thumbnail images (JPEGs) inside. I tried the list view component setting the columns to "icons and text". How do I import small JPEG images as icons for this list?
|
| [Cocoa] NSMovieView prevents energy saver | 25 Oct 2004 19:46 GMT | 4 |
I have a screensaver that uses NSMovieView to play back a quicktime movie. Unfortunately, when the movie is playing the computer seems to ignore the energy saver settings. How do I allow full-screen playback of a quicktime movie in a
|
| cocoa application build from a makefile does not display its menu... | 25 Oct 2004 17:45 GMT | 4 |
I am completly new to macosx dev... I am trying to make my first application with a makefile. The application has only a "hello world" window and a menu. Therefore, i cannot figure why its menu is not displayed. I have also
|
| fopen doesn't work after glutInit() | 25 Oct 2004 17:08 GMT | 19 |
I'm using ProjectBuilder on Panther, trying to port an OpenGL/GLUT project from Windows to Mac. I used fopen() for convenience and portability, but it's pretty seriously broken on the Mac. I've spent all day figuring this out, and it's been annoying. I can sum up with
|
| XCode and STL | 25 Oct 2004 12:04 GMT | 5 |
I am having trouble including the STL library into my XCode Carbon project. I want to use things like deque and vector. But importing deque.h does not work, because the file is not found by the compiler. Are there any special paths I have to include in my project?
|
| code plug-ins under Carbon/Cocoa ? | 25 Oct 2004 08:05 GMT | 4 |
What's the equivalent method in Carbon and Cocoa to replace dynamically selectable 68k (or FAT) code resource plug-ins under Classic? Can you still lock down a resource in some file, coerce a pointer to the resource into a function pointer, and call it? If so, how can one build ...
|
| notification with a NSPoint as anObject | 25 Oct 2004 07:32 GMT | 6 |
i try to post a notification with a simple object as anObject. I get an signal 11 (SIGSEGV). Who can I post a simple object? Do i have to put it in a NSObject-derived class? The relevant code;
|
| Interface Builder support of Textured widgets? | 24 Oct 2004 15:22 GMT | 8 |
I'm porting my windows App to Cocoa -- Actually I had ported it to OS 9 / OS X using Codewarrior. But I gave up on that, wanting instead to have a nice iLife / textured look to my app. After playing with Interface Builder (From XCode 1.5 on 10.3), I'm
|
| Is NSPeriodic a good fit for this? | 24 Oct 2004 04:00 GMT | 3 |
First, I want to make sure I'm doing this the recommended way... I have a value in a window that is supposed to be modified based on what is going on in a sub-thread. Am I right in assuming that it would be a bad idea to modify the NSTextView directly from the sub-thread?
|
| Getting Started | 24 Oct 2004 02:04 GMT | 2 |
Ok, so I'm sure there's probably a newsgroup more suited to people who don't know how to program, but I thought ask some advice on getting started. The only coding I've done is in Pascal and was quite awhile ago. I'm interested in learning Cocoa(from what I understand, Obj. C
|