Setting up application menu items actions.

Hi! Well, I’m writing this app and I would like the ‘Help–>App’s name help’ menu to show some text. Using a window made with IB, how do I set that window to contain the same static text (with the app icon at the beggining and then some rich text) as TextEdit would show? When adding a scroll view item to a window, in the attributes info set it says ‘allow graphics’ and ‘allow multiple fonts’. I would asume you’d be able to get almost the same result as with TextEdit. How do you paste the icon and text into the text view of the scroll view?

And finally, how can I disable a radio button? Tried:

but neither worked.

Thanks a lot!! I’ll appreciate any help.