| Thread | Last Post | Replies |
|
| How to set up Tab Views in Cocoa | 24 Nov 2006 16:17 GMT | 7 |
Being somewhat rusted in Cocoa, I'd like to find Tutorials , or hints about handling Tab Views. There is an example in Apple's doc called "MultiNibsTabView" which I understand, but I wonder if there's not a simpler, more "standard" way,
|
| Can to make work an app. in mac 10.3.9 | 24 Nov 2006 06:55 GMT | 3 |
What will do to make work an application in mac 10.3.9,( The application devoloped in mac 10.4 [in cocoa]) Please help Excuse my language
|
| Quick feedback-loop despite preemptive multitasking | 23 Nov 2006 06:42 GMT | 5 |
What are some strategies for getting a feedback-loop to run quickly in OS X? I am receiving data from an ADC (analog-digital converter) and need to output a function of each sample as it comes in without letting more than one sample at a time back up in the input-queue (otherwise,
|
| Apple E? | 22 Nov 2006 06:16 GMT | 1 |
I have a menu item which uses "Apple E" (or command E) but it does not show up when running the application but it's certainly there in Interface Builder. It shows up on the menu item if I use something other than "E". Is it reserved or something?
|
| Life after QuickDraw using .r | 21 Nov 2006 17:14 GMT | 12 |
Well, with [recent to me] deprecation, I need to move older Rez (.r) files over but stuck just how. I've a bunch of 'pict' and 'cicn' which Xcode seems to read just fine, has a pre-built target to a .rsrc file, but if QD is going away, just what Quartz mechanism should be used to ...
|
| Receiving dragged files | 21 Nov 2006 14:17 GMT | 3 |
Hi, I just subclassed an NSTableView, registered for NSFilenamesPboardType, and implemented draggingEntered: and performDragOperation. draggingEntered: is called, sees that my drag type is supported, sees
|
| Receiving Drag+Drop events as a delegate? | 21 Nov 2006 11:29 GMT | 2 |
Again, I'm stumbling over Apple's documentation. There it says that delegates can implement the drag+drop messages just as well as the view itself, and even that delegates will take precedence (so even if the view implements the method, the delegate will be called).
|
| Looking for libxerces-c.dylib... | 20 Nov 2006 12:39 GMT | 2 |
Good day! I have some dylibs which required libxerces-c.dylib, I don't know what is it! Can anyone help me?
|
| Universal binary hangs on opposite architecture of build machine | 20 Nov 2006 11:38 GMT | 4 |
Here is a weird one. I am building a Universal Binary - when building it on my PPC G5 it runs fine on that machine but "hangs" on my Intel MacBook. If I build it on my MacBook it runs fine there but "hangs" on my G5. By "hang" I mean the
|
| Carbon mouse event handling | 20 Nov 2006 08:45 GMT | 4 |
The following program exhibits a curious behaviour. Mouse up event only gets caught once (the first time), and mouse dragged never. Mouse down and mouse moved are getting caught consistently. The intention is to catch them and pass them further to the other handlers in the stack.
|
| EXC_BAD_ACCESS in szone_malloc ? | 19 Nov 2006 21:57 GMT | 1 |
what is that for a bug ? Is the heap corrupted ? I am using Mac OS X 10.3.9 The bug occures in strdup used in a function to store a static char
|
| OSX vertical blanking outside openGL ? | 17 Nov 2006 19:05 GMT | 3 |
I am trying to set up a simple program in OSX 10.4 to display 2D graphics bitmaps, one image per frame. It works very nicely to set up a bitmap and write to an image, then flush the image using CG calls. However
|
| I want code warrior V7 for MAC | 17 Nov 2006 19:05 GMT | 2 |
how to get CODE WARRIOR V7 for MAC ?? is there any free downloads available?? help...
|
| Completely puzzled vis-a-vis Carbon and Unix executables | 16 Nov 2006 21:40 GMT | 14 |
IANACD (I am not a Carbon developer) so it is quite possible I missed some obscure Apple docs describing exactly what I don't understand: The following code: #include <assert.h>
|
| Crash on throw | 16 Nov 2006 16:09 GMT | 2 |
Can anyone shed some light on this one? What might cause throw 0; to crash an app?
|