home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / amiga / programm / 17433 < prev    next >
Encoding:
Text File  |  1992-12-16  |  2.0 KB  |  44 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!news.smith.edu!sophia.smith.edu!jfieber
  3. From: jfieber@sophia.smith.edu (John Fieber)
  4. Subject: Re: Help a 1.3 programmer get started on 2.0
  5. Message-ID: <1992Dec16.160401.27769@sophia.smith.edu>
  6. Sender: root@sophia.smith.edu (Operator)
  7. Organization: Smith College
  8. References: <BzB6Ds.K6n@usenet.ucs.indiana.edu> <1992Dec15.173259.17370@ifi.uio.no>
  9. Date: Wed, 16 Dec 1992 16:04:01 GMT
  10. Lines: 32
  11.  
  12. In article <1992Dec15.173259.17370@ifi.uio.no> perod@ifi.uio.no (Per Christian \deg}rd) writes:
  13. >> it, etc.  I have the 'Includes And Autodocs' with all the functions..
  14. >> but I have no clue which functions to use to make these things.  Any
  15. >> help would be great.. thanks.
  16. >
  17. >You don't really need more that 'Includes and Autodocs' if don't mind a lot
  18. >of looking-up. Looking in the .h and .i files explains almost
  19. >everything. However, buying 'Libraries' will probably help a lot.
  20.  
  21. I'd say more than a lot.  I would say it is essential.  While the
  22. autodocs tell you about the individial functions, they do *not*
  23. tell you how they are intended to be used together in the context
  24. of a program you may be writing.  Only the RKM's do that.  
  25.  
  26. Sure, you might be able to piece it together from the includes
  27. and autodocs, but the time it would take to get the correct
  28. picture, you could have more than made enough money to buy the
  29. RKM's just by panhandling.
  30.  
  31. Buy the RKM: Libraries (3rd edition).
  32.  
  33. >Getting underlined characters isn't hard at all. Just place a '_' before the
  34. >character you want underlined, and hey presto! An underlined character.
  35. >Example:    dc.b '_Help',0    will work in your example.
  36.  
  37. Not quite that simple.  You also have to indicate to gadtools that you
  38. want the '_' character to mean that the following character is to
  39. be underscored.  Otherwize, your gadget will say "_Help".
  40.  
  41. -- 
  42. === jfieber@sophia.smith.edu ================================================
  43. ======================================= Come up and be a kite!  --K. Bush ===
  44.