| Thread | Last Post | Replies |
|
| Has something changed to break XCode? | 06 Jun 2007 21:05 GMT | 2 |
I had a project that I compiled a week or two ago with xcode 2.2.1 Today i tried to recompile it and got like 458 errors... They all seem to be related with std stuff... I upgraded to the latest xcode and got the same results..
|
| What's better than owning AAPL? | 05 Jun 2007 22:31 GMT | 1 |
Owning July calls. My shares gained 1.1% today, and my options gained 13.95%. I'll probably close that position tomorrow, and get some August $140 calls just before WWDC. -jcr
|
| Problem with LaunchApplication! Make it synchronous???? | 05 Jun 2007 09:11 GMT | 4 |
I have to launch an application and wait for it to finish, but the following code works asynchronous! I've read about WaitNextEvent() but can't understand how use it!!! //
|
| Binding CoreData relations | 04 Jun 2007 17:00 GMT | 5 |
Introduction: I have a model with some areas similar to the "picture" below. Customer entity has a "to many" relation to Account entity. Whenever I add new Customer object, I want the Account to receive appropriate one too. On
|
| Lab scripting language? | 03 Jun 2007 17:53 GMT | 16 |
We have a number of pieces of equipment under computer control, and wonder whether there exists an interpreted or script language that could accomplish the control, rather than having to write and compile C code for every task. This language would have to
|
| Stack class for Cocoa? | 02 Jun 2007 21:34 GMT | 6 |
Is there no stack class or equiv in Cocoa? Do I have to roll my own? I'll probably just use an array, unless there are better suggestions. TIA
|
| allow change of cell after a modal window | 02 Jun 2007 04:53 GMT | 1 |
I've got an NSOutlineView with a cell using an NSPopupButtonCell. I only want to allow the change of this cell pending which button inside an alert sheet that the user selects. And I've got each of those buttons tied to actions.
|
| compiling gcc 4.2.0, stage 3, /usr/bin/libtool: fatal error in ld64 | 02 Jun 2007 00:11 GMT | 3 |
I attempted to compile gcc 4.2.0 on an intel mac. The OS is 10.4.9, and everything is standard (no fink, no extra installed software of any kind). I configured the software with no extra options (except an install
|