I have a task to read from an XML file that should be present in the dialog for a field and comb boxes. I started using NSForm and addentry to add form fields, but later found that NSMatrix may need to add blanket cells dynamically.
So my questions are:
1) I can add combobox cells to NSForm after adding text area to NSForm NSMETrix.
2) If I want to use NSMatrix, then does anyone have a good sample code that can tell me or write text fields and Cambodia on runtime and then NSMatics resizes to fit its contents. Many books just describe NSMTrix, and it explains how to use the interface builder. NSForm allows only one cell type for custom cell type (text field only) and NSMatrix (you)
If you really need to create a variable number of fields + code boxes, you need to create a layout
Update - If you are targeting 10.7 and above and better control Essentials provide collection view, consider using.
Comments
Post a Comment