boyfarrell
Registered
Hi everyone,
I want to provide the source data to NSComboBox to be the names of file in a directory. When the item in the combo box is selected I want it to read in the data (It will be 2 column data file tab delimited).
Is this easy?
Is there a better way i.e. not using NSComboBox?
I'm new to cocoa but have done the currency converter application on Apple's site.
The first think I should learn is cocoa's input output commands for reading in data files? What are these called.
I want to provide the source data to NSComboBox to be the names of file in a directory. When the item in the combo box is selected I want it to read in the data (It will be 2 column data file tab delimited).
Is this easy?
Is there a better way i.e. not using NSComboBox?
I'm new to cocoa but have done the currency converter application on Apple's site.
The first think I should learn is cocoa's input output commands for reading in data files? What are these called.