| Thread | Last Post | Replies |
|
| StringEncoding | 15 Sep 2006 15:17 GMT | 1 |
Hello NG, is there a way to use the encodings available in CFString in a NSString? Can I use the CFStringConvertEncodingToNSStringEncoding() without loss ? The documentation says "nearest". Perhaps there is a
|
| help on extending a class | 10 Sep 2006 22:11 GMT | 5 |
I'd like to extend NSMutableArray with this @interface NSMutableArray (CSVs) - (id)initWithContentsOfCSV:(NSString *)path; @end
|
| CoreData poor performance | 10 Sep 2006 20:15 GMT | 3 |
Hello NG, I have switched my app from NSArchiver to CoreData with an SQLite persistent store because I thought that a database like structure would produce a better performance and smaller memory usage. What I
|
| Multiple methods problem | 10 Sep 2006 01:51 GMT | 6 |
I have an NSMutableArray of my class objects which also has a function named "writeToFile" as does NSMutableArray. I get this warning:- AppController.m:36: warning: multiple methods named '-writeToFile:' found
|
| Getting started w/ streaming audio | 09 Sep 2006 20:11 GMT | 1 |
Hello, all. I want to write an app that can perform various manipulations on audio streams from the web (including the audio embedded in a video stream).
|
| new to property list input/output | 09 Sep 2006 14:16 GMT | 6 |
I'm following the 'menu' example in cocoa dev w/ objective c and want to save info from the nstableview to a file, in xml or a .plist file. I've added a saveDocument action which eventually does this (items is the name of the NSArray for the datasource consisting of 1 NSString ...
|
| applescripting internet | 08 Sep 2006 22:39 GMT | 3 |
I know that the URL access thingie is deprecated in Mac OS X 10.4, and that CFNetwork is to be used instead. However, where's the documentation on how to use AppleScript with it? Or with URLAccess for that matter? Or must I examine the Obj C header files to figure it out? Not ...
|
| Periodic CPU spikes | 08 Sep 2006 22:37 GMT | 5 |
I have an application that needs a precise timer. Right now I'm using a preemptive thread and just waiting between intervals. This works well for the most party, but every 10 seconds or so it misfires by about 80ms. If I look at the activity monitor, there are noticable CPU
|
| Finding blank optical disk | 08 Sep 2006 21:58 GMT | 2 |
[Well, if you can't find one, go down to the local computer store and buy one.] A program needs to identify and use the blank writable (CD|DVD) that the user has kindly inserted. Under 10.3 this showed up as a filesystem,
|
| Java on MacOS dead ? | 07 Sep 2006 22:40 GMT | 15 |
I came across a usenet post stating that Cocoa will no longer provide Java bindings. Is that correct ? As a long-time MFC programmer who recently switched to Mac I am trying to find some framework to use. Carbon and C seems like it requires a
|
| Porting X11 app with Xm headers | 06 Sep 2006 18:37 GMT | 2 |
I've been working on porting some code that uses X-Windows for it's user interface. I want to eventually change this over, but I want to get things running with X first. I've installed all the developer tools, including the X11 SDK but end up with errors finding any Xm
|
| how to find out, whether an application is installed on the MAC or not....?? | 06 Sep 2006 17:57 GMT | 4 |
how to find out, whether an application is installed on the MAC or not....?? please help... thanks in advance...
|
| Application development: cocoa versus applescript (?) | 06 Sep 2006 06:26 GMT | 7 |
This is a general question for your collective expertise in cocoa/objective-c. I have a medium size application I've built with applescript studio in xcode and before I upgrade it and add new features, I am wondering whether you all think objective-c is a more
|
| Experienced developer just starting on Objective-C/Cocoa learning. Tips? | 03 Sep 2006 09:55 GMT | 6 |
Hey all, I'm just starting to learn Objective-C and then later Cocoa. I've started with Objective-C just to learn exactly how the object oriented features work. It seems pretty straightforward though, although I have a lot of
|
| Advice for keeping windows responsive | 03 Sep 2006 07:21 GMT | 5 |
I'm writing a library that needs to be called from interpreted languages (in interactive mode) that spawns windows and allows the user to programmatically and manually interact with them. Since the library is being called from an interactive session it's unacceptable to just
|