| Thread | Last Post | Replies |
|
| NSTableView & NSTableDataSource | 15 Mar 2007 12:40 GMT | 7 |
I have a NSTableView which is linked to an NSTableDataSource. I know that I have to implement numberOfRowsInTableView and tableView:setObjectValue:forTableColumn:row, but I don't know when to set the actual data for the data source. How does
|
| Deduce application type | 15 Mar 2007 11:49 GMT | 14 |
Hi, I am porting Windows application to MAC. In my Windows application I have the ASSERT function, which evaluates an expression and, once the expression evaluates to false, displays an appropriate error message and aborts the program. This ASSERT function
|
| Can't get kEventWindowHandleContentClick (or other) events | 14 Mar 2007 14:16 GMT | 2 |
I created a new XCode project using the Carbon C++ Application template. This creates a project with a small number of template classes to get a Carbon application going: TWindow, TCarbonEvent, TEventHandler, TApplication, and a few others.
|
| EXC_BAD_ACCESS when using cerr in static library | 14 Mar 2007 00:10 GMT | 1 |
I'm trying to run code which reads a number of different file formats. So, I have a for loop that loops over my different reader modules and checks to see if the current module is capable of reading the file based on the extension. This code is part of a static library.
|
| autorelease strings | 13 Mar 2007 23:46 GMT | 5 |
first off, i posted to the wrong group in the other posting (lang.obj-c) and forgot to crosspost. if i declare an autorelease string it will release when the method ends. that's a given.
|
| What to use instead of self. | 13 Mar 2007 18:38 GMT | 3 |
I had two methods that when called would add a number to a field. Since they both did the same thing I decided to create a function that both the methods could call. Before when I had the code in the methods I used [self state]; to get
|
| alias can't get origional path | 13 Mar 2007 07:57 GMT | 5 |
i create alias using createSymbolicLinkForPath API but when i double click on alias ,it shows origional item not found .. i see origional path in alias info ...
|
| How to display DVI file. | 12 Mar 2007 16:11 GMT | 3 |
Does anyone heared about TeX's DVI file format. Now I am trying to build a Cocoa application which can preview the DVI file. I have solved the problem how to read the DVI file. But I have no idea about how to display it. Any one know DVI as well as Cocoa will help. Thanks.
|
| otest crash with code 139 | 12 Mar 2007 06:23 GMT | 12 |
I've started a small objective-C framework and try to add unit test for new classes. The last test I added made the test target failed with the following error :
>> /Developer/Tools/RunUnitTests:153: error: Test rig |
| scrolling text windows | 12 Mar 2007 01:54 GMT | 4 |
before you ask, i've looked at NSScrollView.h, NSScroller.h, and NSRulerView.h to find the information i am looking for. i can't find what i need. i need 2 routines from the system that should be there somewhere but i can't find them looking in the obvious places.
|
| Creating a Managed Object for a new document | 11 Mar 2007 19:41 GMT | 1 |
I have a CoreData document based application. I need to create a managed object for the document when it is new. (A saved document should already have an object in the store.) I haven't really figured out where the best place to do that is. awakeFromNib seems like a bad
|
| Best way to read Booleans with CFPreferences | 09 Mar 2007 19:16 GMT | 7 |
what is the preferred way to read Booleans with CFPreferences? I tried two strategies, but cannot make a decision on either the first or the second one: 1.
|
| How do manipulate application windows | 09 Mar 2007 05:55 GMT | 4 |
I am new Mac user, but an experienced programmer. I know little about Cocoa (for now) so I would appreciate your input on a small project I have. I want to build a small application, to be run on the background,
|
| a script that runs on user login | 08 Mar 2007 18:56 GMT | 3 |
I am working on software update for my application (which runs at boot time.). I want to check for software update only after the user has logged in, not just a single user but for any newly created user on the machine. My application runs on 10.2, 10.3 and 10.4.
|
| xcode and build numbers | 08 Mar 2007 04:10 GMT | 4 |
i know what i'd like to see, an automatic incremental compile number based on the number of times that project was compiled. can i have xcode run a command for a project before every build but after it saves it's files? if so, i can write one small routine that increments a
|