home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / objc / appkit / AskMe.README < prev    next >
Encoding:
Text File  |  1993-12-20  |  2.3 KB  |  63 lines

  1. AskMe
  2. by Mai Nguyen, NeXT Developer Support Team
  3.  
  4.  
  5. Overview
  6.  
  7. This mini example serves two purposes: 
  8.  
  9. • It provides useful hints for new developers in various areas taken from our NextAnswers files. You can browse through topics of interest, and re-use the template provided to send a  bug report by e-mail with the Services menu (Mail Selection). 
  10.     
  11. • It shows how to localize an application.  Please refer to the NeXT Technical Support Note “Developer's Guide To Localization” for a detailed explanation of the procedures.
  12.         
  13.  
  14. Program Organization
  15.  
  16. User Interface
  17. In order to run a foreign version of AskMe (i.e. French or German), you have to select the language with the Preferences Application before launching the app.  You have to launch the application from the Workspace in order for it to load the proper files (language specific nib and string files). Another option when launching from the Shell is to type the command: open AskMe.app.
  18.  If you have not set any language preference yet, English will be the default language used.  In that case, the application can be launched either from the Shell terminal or from the Workspace. If  a language other than the ones being supported is chosen, English will also be the default language used.
  19.  
  20. Classes in the Application
  21. Controller
  22. Subclass of Object. It is responsible for all the user actions in the program: initialization, browser selection, control of the split view resizing.
  23.  
  24. ClockView
  25. Subclass of View. It is responsible for the periodical update of the clock time.
  26.  
  27.  
  28. Other Files
  29.  
  30. AskMe.nib
  31. The main nib file, the user-interface of the application.
  32.  
  33. Info.nib
  34. The panel which comes up when the user clicks in the Info... menu item
  35. (loaded on demand).
  36.         
  37. Help.nib
  38. The panel which comes up when the user clicks in the Help  menu item
  39. (loaded on demand).
  40.  
  41. flags.tiff
  42. The application icon.
  43.  
  44. AskMe_main.m,IB.proj,Makefile,AskMe.iconheader
  45. Created by Interface Builder
  46.  
  47. Makefile.preamble
  48. Specifies the language-specific subdirectories where .nib and .strings files are kept.
  49. Overrides the default setting of the NOMACHO variable to force all the nibs to be put in the Mach-O
  50.  
  51. Makefile.postamble
  52. To make the app a file package.
  53.  
  54. Clock.psw
  55. Postscript file to handle the drawing of the time.
  56.  
  57. genstrings
  58. Shell script to automatically generate table strings.
  59.         
  60.  
  61.  
  62. Not valid  for 1.0
  63. Valid for 2.0