문제

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.

도움이 되었습니까?

해결책

The solution is to add a child-pane and not a multi-value.

Add this node to the root.plist file:

Type PSChildPaneSpecifier Key About Title About File About

And then create an About.plist file (add it to the settings.bundle from the Finder: view package content and then add the file manually.

The file should look like this:

Strings Filename About PreferenceSpecifiers Title Type PSGroupSpecifier FooterText Bla Bla Bla

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top