How can I create a Root.plist file that has a group with some Title, then a clickable button with some caption, and once that button is clicked, a new window "pops in" with some long text field? Something like "About" option for applications --> the about button links to a long text field.
I tried creating a group, then a multi-value, and to the multi-value's "Titles" array I added a String item with the text. However that text is clickable and I want it to look like text field.