| Article: |
Introduction to Cocoa Graphics | |
| Subject: | help tutorials in project builder navigation on NSView | |
| Date: | 2001-10-24 09:04:06 | |
| From: | psheldon | |
|
Mike avoided duplication of Apple's documentation referring us to it. I decided to get some experience in knowledge navigation. In project builder, find definition (of selected text, such as NSView) in find menu finds a list of stuff, one of which contains a book icon. Clicking on this icon gets help on the class. But there are other sorts of items in developer help, evidentally, tutorials! I looked up NSView in the help viewer ap with finder text entry field and found a tutorial near the top of the list of hyperlinks, a tutorial, mind you, itself with hyperlinks. That is, I found "Creating a subclass of NSView" was part of a long tutorial on Java Interface to Cocoa with mention of NSView. In project builder's help, I don't see that finder text entry field and don't know a gesture to rapidly navigate to the tutorial once I found it with the help viewer. All help files are html maybe in the contents of ?-icon files. If you drag such a file, an Apple Store guy called them "shortcut files", to the help viewer icon on the dock or in a finder window, you go instantly there. So, it's called a shortcut (something you don't have to navigate through various hyperlinks to get to, once you have found your way there once). I don't know a similar gesture for the help in project builder. Maybe someone could make an applescript to get help viewer and project help on the same page by looking at the referenced html address of help viewer or some way of saving shortcuts from pages found in help viewer ap and using those url's for project builder help. Since tutorials have pastes of code such a gesture in help from project builder would be nice. I don't know that I want to read through humugous bunch of tutorials amongst other things that I study (this column might be enough cocoa), but I think it would be nice to have those gestures to fall back to when I need to and when I have my own project "catch on spiritual fire". |
||
Showing messages 1 through 2 of 2.
-
help tutorials in project builder navigation on NSView
2001-10-26 17:07:54 psheldon [View]
-
help tutorials in project builder navigation on NSView
2010-04-11 08:17:39 mbs402 [View]
This causes the demo to crash, it is misspelled:
bexierPathWithOvalInRect
bezier does not have an 'x', this fixes the problem.
bezierPathWithOvalInRect



Having found a part of a tutorial in help viewer, I can click on previous pages until I get to the start and title page of the tutorial, then click on the path to see where the table of contents containing that title was and then hypothesize which of the titles in that toc would get me back to the beginning of the tutorial, check it out and back arrow until I hit on it. Then I could find it in project builder to have ongoing help in a project.
It might still be neat to save bookmarks or shortcuts found with help viewer via some sort of interapplication communication or interapplication drag and drop awareness . I am suspecting this to be a bit more complicated than merely my wish because the lists constructed by help viewer might be temporary ram urls and someone would have to show drag enabled or disabled at times . Perhaps such interface complication isn't needed . Sometimes forcing a single aps metaphor might force users to explore that metaphor .