Hi,
I have a general question. Would it be possible to create a single NIB (without external Xcode) as a table editor? Given is a file containing TAB delimited data. These data should be sent to a tm_dialog NIB as plist. In principal this should work but the number of columns and rows can differ(?) The NIB file should contain an editable NSTableView and two buttons 'Cancel' and 'Save'. By pressing the button 'Save' the current content of the NSTableView should be outputted as plist. Is this possible?
Many thanks for any hint in advance.
Hans