NSApplication:showHelp: "set the application's help file using Project Builder" -- HOW?
NSApplication:showHelp: "set the application's help file using Project Builder" -- HOW?
- Subject: NSApplication:showHelp: "set the application's help file using Project Builder" -- HOW?
- From: Kirk Kerekes <email@hidden>
- Date: Thu, 16 May 2002 12:51:09 -0500
The doc for NSApplication->showHelp: asserts that "(You set the application'
s help file using Project Builder.)", but I cannot find any applicable
specifics on this issue in the PB help, or searching the web. I
specifically do not want to use the halt/lame Help Viewer (I don't know
about you, but it annoys me just to see that life-ring icon start bouncing
in my dock) -- it is my intention to use an rtf file.
[rant beginRanting];
I think that in the time I have spent trying to figure out how to do this
"right", I could have simply created a window in IB with a NSTextView in it,
and written code to load the NSTextView with my help file.
This sort of situation is what us out in the trenches mean when we moan
about the state of Cocoa docs.
[rant endRanting];
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.