Hi all,

I have made a sample application in which I am able to implement help book
via help viewer .

Right now it is storing and displaying content from application bundle, but
I want to implement Internet Primary help book content, in which it checks
the server to determine whether a newer version of each page is available
before displaying the page. If the server isn’t available, or if the page
has not been updated, then the local version is used.

I checked this url to implement it:
http://developer.apple.com/mac/library/documentation/Carbon/Conceptual/ProvidingUserAssitAppleHelp/authoring_help/authoring_help_book.html#//apple_ref/doc/uid/TP30000903-CH206-CHDGIECE

In it they have specified:

To specify a remote server for your help content, do the following:

1. Click “Show Details.”
2. Click the checkbox labeled “Use remote URL for missing files and
updates.”
3. In the text field under this checkbox, enter the server address where
your remote help content is available.

Problem is: I cannot get - where to click "Show Details", where to click the
checkbox labeled.... is it done within XCode, within help viewer?

Can anyone suggest me exactly how to do it or some useful link to implement
it?

Thanks,

-- 
Thanks,

Devarshi
_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to