batch processing

2008-12-16 Thread 양승준
Hi, I would like to write a code to batch process files in a directory. I mean I would like to open, process, and store files one-by-one. My plan is to read names of files into a nsmutablearray, and process them one-by-one. Is there a more or less standard way to do a batch processing? Thank

NSTableView in-line editing

2008-11-25 Thread 양승준
Hello, I followed instructions from websites and apples' table view programming guide to implement a table view that displays an NSMutableArray of NSMutableDictionary's. Data show up in the table view alright. But in-line editing is not working. I can double click a cell, enter a number, but

RE: Re: NSTableView in-line editing

2008-11-25 Thread 양승준
Oh my god. I'm sorry to have you debug my code. I thought I had missed a point or two in implementing the table view. Well, I did,,, Thank you very much again! ;)   -Original Message- From: Jean-Daniel Dupaslt;[EMAIL PROTECTED]gt; To: Graham Coxlt;[EMAIL PROTECTED]gt; Cc: 양승준lt;[EMAIL

Displaying NSArray in NSTableView

2008-11-17 Thread 양승준
Hi, I'm trying to display data in an array to a table view. The table view shows three rows, but no data in them. What did I do wrong? In IB, I connected the table view to the delegate in File's owner. Many thanks! Here is MyDocument.h: #import Cocoa.h @interface MyDocument : NSDocument {

RE: Re: Displaying NSArray in NSTableView

2008-11-17 Thread 양승준
...  -Original Message- From: Quincey Morrislt;[EMAIL PROTECTED]gt; To: cocoa-dev@lists.apple.com Cc: Sent: 08-11-18(화) 04:01:57 Subject: Re: Displaying NSArray in NSTableView On Nov 17, 2008, at 04:03, 양승준 wrote: Hi, I'm trying to display data in an array to a table view. The table view shows three