| Thread | Last Post | Replies |
|
| TableView NSButton Cell Bindings | 30 Jul 2009 14:04 GMT | 1 |
I have a button cell in a tableview column and have silly question as to its binding. I want the title of the button to come from the selected object. There's not a bind for that in the tableColumn itself but there is in the cell.
|
| problems w/ my MAC OS 10.5.7 unix? | 29 Jul 2009 18:24 GMT | 10 |
I downloaded from the website www.osxfaq.com/tutorials/LearningCenter/ the complete Mac OS X unix tutorial. The unix described there (which I think is Unix 03 compatible) differs from that on my Mac (OS 10.5.7).
|
| Porting from C++ & Windows API to Mac. | 28 Jul 2009 21:42 GMT | 4 |
I have written a desktop application in C++ that talks directly to the Windows API (win32). I would like to port it to recent versions of Mac OS. The features of the Windows API that the application uses (that are
|
| Cocoa/Carbon - creating a Window | 28 Jul 2009 21:40 GMT | 3 |
I've been reading through the developer.apple.com docs but I am having a hard time finding the API documentation I am looking for. Under the Windows API the main function of a GUI application looks roughly like this:
|
| NSArrayController Q | 27 Jul 2009 12:21 GMT | 3 |
I have two NSArrayControllers in my program each bound to their own NSArrays content array in IB. The program runs just fine under 10.5, but under 10.4 it displays this message in the Console: "Cannot perform operation without a managed object context"
|
| Newbie question: How do I display a window? | 24 Jul 2009 10:31 GMT | 6 |
I'm probably being stupid here, but I have tried searching the docs, Googling and fooled around in XCode and IB, and I can't get anything to work. I'm porting a game engine from Windows to OS X (using SDL and OpenGL).
|
| Fastest way to scan a directory ? | 20 Jul 2009 00:16 GMT | 2 |
What is the fastest way to scan a directory ? I have try readdir() and lstat(). Is there a better method ? Thank you.
|
| NSTableView extension limits? | 19 Jul 2009 02:01 GMT | 5 |
I'm thinking out load for a new display extending a table view where I'd override the NSTableHeaderView and NSTextFieldCell in order to do achieve two things: 1. use the header view cell for a large (than 1 line) display
|
| How to edit a man page for a command line utility in XCode project? | 15 Jul 2009 17:10 GMT | 4 |
I am designing a command line utility in Objective C in XCode. It automatically generates a foo C.1 man page documentation file for my utility but it is a bit hard to understand. It's a bunch of tags and information following them. How do I edit this to reflect what my
|
| Classic Mac C compiler? | 13 Jul 2009 16:33 GMT | 5 |
I have a Mac Classic II that I've been wanting to do some development on, and I've been trying to track down a good C compiler for System 7 Macs. It sounds like MPW is the recommended development environment, but the problem is that the version Apple has available for download
|
| Help with Tiger keyboard layout? | 13 Jul 2009 05:54 GMT | 3 |
I want to duplicate the function of a couple of keys on the built-in keyboard of a PowerBook G3 (Pismo) running Tiger (10.4.11). I located System/Library/Extensions/AppleABDKeyboard.kext file, and then on the Info.plist file within
|
| CGI-Executable | 08 Jul 2009 14:00 GMT | 3 |
Hello Group! Simple question, hopefully simple answer. Mac OS X 10.5.7 To perform testing on my Mac prior to uploading to my ISP, how does one
|
| obj-c question | 07 Jul 2009 18:49 GMT | 1 |
I'm new to obj-c and was hoping for a pointer in the right direction. I'm working with a calendaring project (SOGo) written in obj-c and it inter-operates with MS Active Directory. In order to change a password in AD, the new password has to be
|
| BlueTooth on IPhone OS 3.0 | 06 Jul 2009 17:21 GMT | 7 |
Hello NG What are the documents I should read if I want to program a app that uses bluetooth as main port. Is that still impossible with the SDK. Do I have to use the tool chain
|