home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / ioc / cnr / readme.txt < prev    next >
Encoding:
Text File  |  1996-02-22  |  3.4 KB  |  91 lines

  1. **********************************************************************
  2. * DISCLAIMER OF WARRANTIES:                                          *
  3. *                                                                    *
  4. * The following enclosed code is sample code created by IBM          *
  5. * Corporation.  This sample code is not part of any standard IBM     *
  6. * product and is provided to you solely for the purpose of assisting *
  7. * you in the development of your applications.  The code is provided *
  8. * "AS IS", without warranty of any kind.  IBM shall not be liable    *
  9. * for any damages arising out of your use of the sample code, even   *
  10. * if they have been advised of the possibility of such damages       *
  11. *                                                                    *
  12. **********************************************************************
  13.  
  14. Container Sample
  15.  
  16.   DESCRIPTION:
  17.     The Container Sample illustrates a 
  18.     container and container objects. The 
  19.     container has parent container objects and 
  20.     child container objects. The initial view is 
  21.     treeIconView but can be changed to any 
  22.     view including textView, flowedTextView, 
  23.     nameView, detailsView, treeTextView, 
  24.     treeNameView, and iconView.  The sample 
  25.     can also select or deselect all container 
  26.     objects. In addition, a filter is provided for 
  27.     viewing only a select parent container 
  28.     object.  Classes used include 
  29.     IContainerControl, IContainerObject, 
  30.     IContainerColumn, and 
  31.     IContainerControl::FilterFn. 
  32.  
  33.   CONCEPT/FEATURE:
  34.     -  Creates and display a container
  35.     -  Menu bar items to change views
  36.     -  Menu bar item to select all or deselect
  37.        all (in non-tree views) 
  38.     -  Filter options to display only selected
  39.        items ( PM compatible container only)
  40.  
  41.   HOW TO BUILD THE PROJECT FROM THE COMMAND LINE:
  42.     From within the directory containing the sample, simply type:
  43.          NMAKE
  44.  
  45.   HOW TO BUILD THE PROJECT FROM WITHIN THE WORKFRAME ENVIRONMENT:
  46.     Refer to the standard Workframe BUILD instructions
  47.  
  48.   HOW TO RUN THE PROJECT FROM THE COMMAND LINE:
  49.     From within the directory containing the sample, simply type
  50.     the name of the executable:
  51.          CNR
  52.  
  53.   HOW TO RUN THE PROJECT FROM WITHIN THE WORKFRAME ENVIRONMENT:
  54.     Refer to the standard Workframe RUN instructions
  55.  
  56.   SPECIAL NOTES:
  57.     If the sample fails to execute or 
  58.     abnormally ends, you can get 
  59.     more information about the failure 
  60.     by turning on the ICLUI trace.  
  61.     This is done by setting the 
  62.     environment variable ICLUI_TRACE 
  63.     as follows: 
  64.  
  65.         set ICLUI_TRACE=ON
  66.         set ICLUI_TRACETO=STDERR
  67.     
  68.     ICLUI_TRACETO controls where
  69.     the trace information is reported. 
  70.     With tracing turned on, ICLUI 
  71.     exception text will be written to a 
  72.     standard error file. For example: 
  73.  
  74.         sample >sample.out 2>&1
  75.     
  76.     The exception data is now in the file 
  77.     'sample.out'.
  78.  
  79.   ADDITIONAL HARDWARE/SOFTWARE REQUIREMENTS:
  80.     None
  81.  
  82.   VISUALAGE FOR C++ SAMPLES INFORMATION:
  83.     A complete listing of samples shipped with the VisualAge for C++
  84.     product can be found in the online GUIDE TO SAMPLES.  To access
  85.     this notebook, simply:
  86.  
  87.     -  Open the VISUALAGE FOR C++ program group in the Program
  88.        Manager window, then
  89.     -  Open the GUIDE TO SAMPLES notebook in the program group.
  90.  
  91.