Re: Help assistant
Re: Help assistant
- Subject: Re: Help assistant
- From: "M. Uli Kusterer" <email@hidden>
- Date: Fri, 1 Oct 2004 16:38:39 +0200
At 13:25 Uhr +0100 01.10.2004, Nuno Martins wrote:
Can anyone explains to me how can I implement ( under cocoa + java)
a help System?
Classify "help system"?
If you mean "HTML help", basically you just put all your HTML help
files in one folder, add that to your project's Resources (make sure
you add it as a reference, don't have xCode turn it into a group),
and add two keys to your Info.plist. There's a good tutorial about
that at
http://www.cocoadevcentral.com
If you mean an "Assistant" aka "Wizard", you'll just have to create a
regular window. For the separate "pages", you can use an NSTabView
with hidden tabs and no border.
If you mean anything else, you will want to tell us what you mean
instead of being vague and mysterious ;-)
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden