home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / install / wpshell.dsc < prev    next >
Encoding:
Text File  |  1993-10-26  |  1.5 KB  |  26 lines

  1. WPSHELL
  2.  
  3. WPSHELL is a collection of Workplace Shell samples.  The samples are pre-release versions of the Workplace Shell samples to be released with a future OS/2 Toolkit.
  4.  
  5. The following samples are provided:     
  6.  
  7.   o  BROWSE
  8. The Browse-O-Matic sample displays file-system objects in a hex or text format in a PM window.
  9.   
  10.   o  TEXT FOLDER
  11. The TextFolder sample allows only Plain Text objects to be placed in the folder.  Objects that aren't Plain Text are rejected.  Objects are considered to be Plain Text if the Associated Type in the Settings is set to Plain Text.  If no type is set, the folder checks the first 500 bytes.  If any characters are control- or extended- ASCII characters, the object is rejected.
  12.     
  13.   o  WPS TUTOR
  14. The WPS Tutor sample explains the order in which object methods are invoked by the Workplace Shell.  As a method for the sample object class is executed, the method's name and a description of its function are displayed in a Presentation Manager window.
  15.  
  16. This object class subclasses the WPDataFile class.  Most WPS instance and class methods are overridden so that information about the methods can be displayed to the user.
  17.  
  18. This sample is designed to be more of a tutorial for Workplace Shell programming than a programming exercise.
  19.  
  20. NOTE:  For installation information, see the README files in the following directories:
  21.          
  22.          \DEVTOOLS\TKBETA\C\SAMPLES\BROWSE
  23.          \DEVTOOLS\TKBETA\C\SAMPLES\TEXTFLDR
  24.          \DEVTOOLS\TKBETA\C\SAMPLES\WPSTUTOR
  25.        
  26.