Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

newformac

macrumors regular
Original poster
May 24, 2011
107
0
Hi all,

i m new for cocoa and xcode,now in my application i need to display file and images of a folder.

for files there must be an option to select multiple files and take some action over them.

please guide me which control is gud for this?

thanks in advance.
 
i m creating a NCWindow,and use here a NSTable view.

on the button click of main window i m open a Window of table view like this.

Code:
[NSApp runModalForWindow:table_Window];
	[table_Window orderOut:nil];
	[NSApp endSheet: table_Window];

now i dont understand where i initialize the row and column for table to view the tableview with some data.

please help me for this.

thanks in advance.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.