Hey all,
I am new to Objective C and I am trying to build an interface for a pipeline software. So, what I want to do is, run the software and display the output files. I am trying to display the output files in a NSComboBox. When the RUN button is pressed, whatever files are created showed by visible in ComboBOx and the user can select any one to view it. I saw the Simple NSComboBox example - Developer Tools, but could not figure out how to do the same. I included all the NSComboBox methods , but am unable to populate it. Can explain what am I missing out or send me the link to some tutorial.
Thanks in advance,
Khanjan
I am new to Objective C and I am trying to build an interface for a pipeline software. So, what I want to do is, run the software and display the output files. I am trying to display the output files in a NSComboBox. When the RUN button is pressed, whatever files are created showed by visible in ComboBOx and the user can select any one to view it. I saw the Simple NSComboBox example - Developer Tools, but could not figure out how to do the same. I included all the NSComboBox methods , but am unable to populate it. Can explain what am I missing out or send me the link to some tutorial.
Thanks in advance,
Khanjan