Re: How to display the file's basic information in the columns of

2009-07-27 Thread Scott Ribe
Debugging the application is better than finding the crash report anyway. Now that you know where it's crashing, there is of course nothing at all wrong with putting an NSDictionary into an NSArray. You have a memory error elsewhere that is the root cause of the crash. I have 2 suggestions: - Sho

Re: How to display the file's basic information in the columns of

2009-07-26 Thread Bright
>> But when I drop the file into the table view, the app exited immediately. > >Find the crash report and look at it; if you don't figure it out from that, >send another message here with the crash report. Hi Sorry, I can not figure out the crash report. Could you tell me how to find the

Re: How to display the file's basic information in the columns of the table view?

2009-07-25 Thread Scott Ribe
> But when I drop the file into the table view, the app exited immediately. Find the crash report and look at it; if you don't figure it out from that, send another message here with the crash report. -- Scott Ribe scott_r...@killerbytes.com http://www.killerbytes.com/ (303) 722-0567 voice ___

How to display the file's basic information in the columns of the table view?

2009-07-25 Thread Bright
Hi all, In my application, I want to drag the file into the table view. At the same time, display the file's basic information in the columns of the table view. Now, I got the basic information of the file and saved it in a NSDictionary object.The code is :theInfoDictionary