home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM 1995 Fall / PD-ROM F95.toast / Programming / Programming Utilities / BetaHelper 1.0 ƒ / Developer ƒ / Developer notes < prev   
Encoding:
Text File  |  1993-09-20  |  2.2 KB  |  32 lines  |  [ttro/ttxt]

  1.  
  2. DEVELOPER NOTES:
  3.  
  4. The programmer needs to keep track of changed resources and copy them to an update document, including 'CODE' resources. The update document—probably being a ResEdit or Resorcerer file, depending on your preference—needs to be made into a BetaHelper document by changing the file type to 'UpDt', with a creator code of 'ßHlp'.
  5.  
  6. The 'BETA' resource and template:
  7. The next step is to create a resource named 'BETA'. This, however, is only necessary if you need to provide additional information to this utility, or just to make things smoother for the beta tester. The resource ID can be any number; just don't create more than one 'BETA' resource per update file. A template for this resource is provided for your convenience.
  8.  
  9. Display types in dialog:
  10. The first field of the 'BETA' resource should hold the file type of the software to be updated; usually 'APPL'. This is to make it easier for the user to find the right file, since only 'APPL' file types will then be displayed in the find file dialog. E.g. if you want to update a 'cdev' you enter that in the "Display types" field. If you don't provide a 'BETA' resource, or leave this field empty, all files types will be displayed.
  11.  
  12. Type after update:
  13. The next field is used only if you want to change the file type of the software under development, e.g. change a desk accessory into an application. If this is not the case, leave this field empty.
  14.  
  15. Creator after update:
  16. The third field is used only if you want to change the creator code of the software under development. This is rarely necessary, so this field is most often left empty.
  17.  
  18. Finder flags after update:
  19. If you, for some reason, need to manipulate the finder flags of the software your updating, this is the field for it. A value of $00 00, however, will ensure that the current finder flags are left untouched.
  20.  
  21. Name after update:
  22. Be sure to put the name and version number of the updated software here. It can be very difficult otherwise to keep track of what version the beta tester is testing.
  23.  
  24.  
  25. Please, send comments and bug reports to N. Jonas Englund:
  26.  
  27. America Online:  BusJohnny
  28. AppleLink:  N.J.ENGLUND
  29. CompuServe:  71740,2532
  30. GEnie:  ENGLUND
  31. Internet:  busjohnny@aol.com
  32.