home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.mac.programmer
- Path: sparky!uunet!uunet.ca!geac!alias!news
- From: Reid Ellis <rae@Alias.com>
- Subject: Re: Adding Balloon help
- Message-ID: <1992Sep3.184230.2332@alias.com>
- Sender: news@alias.com (News Owner)
- Organization: Alias Research, Inc., Toronto ON Canada
- References: <1992Sep2.132611.23290@utkux1.utk.edu> <peter-030992130709@134.7.50.3>
- Date: Thu, 3 Sep 1992 18:42:30 GMT
- Lines: 30
-
- Danny W. McCampbell <danny@utkux1.utk.edu> asked about adding balloon
- help to his app.
-
- Peter N Lewis <peter@cujo.curtin.edu.au> replied:
- |Whatever you do, don't use BalloonWriter or you'll spend more time
- |fighting it than adding balloons!
- ...
- |The hdlg resource has items for each dialog item. There is a hdlg
- |item in the array for each DITL item, and each hdlg item has four
- |strings (STR# id, index pairs) attached to it (Normal, Disabled,
- |Checked, something else).
-
- This is fine as long as your balloon help strings are all less than
- 255 chars long. If they're longer, you should use TEXT [HMTEResItem]
- resources instead. Another advantage of using TEXT resources is that
- you can used 'styl' resources to style the text with different fonts,
- sizes, boldness etc. This can be a bad thing as well, since any font
- selected via Leium or whatever will be ignored. If you want to get
- REALLY fancy, you can use PICT [HMPictItem] resources and have nice
- colour diagrams in your explanations.
-
- I've always wondered if you could use a 'moov' resource. A little
- animation would make 3D revolves etc. easier to understand, that's for
- sure.
-
- Reid
- --
- Reid Ellis
- rae@utcs.utoronto.ca || rae@Alias.com
- CDA0610@applelink.apple.com || +1 416 362 9181 [work]
-