home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / mac / programm / 14973 < prev    next >
Encoding:
Text File  |  1992-09-03  |  1.7 KB  |  42 lines

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