home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / readme / samppart.txt < prev    next >
Encoding:
Text File  |  1995-10-24  |  1.5 KB  |  35 lines

  1. _______________________________
  2.  
  3.  VisualAge for Smalltalk Standard for OS/2
  4.  VisualAge for Smalltalk Standard for Windows
  5.  
  6.  Sample Parts feature
  7. _______________________________
  8.                                                                                 
  9. This file contains information about the Sample Parts feature and                 
  10. supplements our printed publications.  The information in this file applies to 
  11. Version 3.0 of the VisualAge for Smalltalk Standard products.                                                             
  12. _______________________________
  13. Known Problems
  14.  
  15. 1) When attempting to test AbtClipboardToolsView or
  16.    AbtRexxStarterSettingsView from the VisualAge Organizer
  17.    window a walkback occurs indicating the following:
  18.  
  19.    'Primitive failed in: Object >> #at: due to Object is not indexable in receiver'
  20.  
  21.    To fix this problem do the following:
  22.  
  23.    a. Ensure the Sample Parts feature has been loaded into your image.
  24.    b. Copy abtspe30.mpr and abtsre30.mpr from the /readme/fileins directory
  25.       on the CDROM to the /mpr subdirectory where you installed VisualAge.
  26.    c. File-in 'sampfix1.st' located in the /readme/fileins directory
  27.       on the CDROM.
  28.    d. Select and execute the following expressions in the System Transcript
  29.       Window:
  30.  
  31.       AbtMRIManager registerGroup: 'abtsp?30.mpr'.
  32.       AbtMRIManager registerGroup: 'abtsr?30.mpr'.
  33.       AbtNLSCoordinator forceRelocalizationOfSeparatedConstants.
  34.  
  35.