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

  1.  This file contains information that was not available for the
  2.  final versions of the product publications. The information in this
  3.  file applies to :
  4.  
  5.  VisualAge for Smalltalk Standard for OS/2
  6.  VisualAge for Smalltalk Standard for Windows
  7.  VisualAge for Smalltalk Professional for OS/2
  8.  VisualAge for Smalltalk Professional for AIX
  9.  VisualAge for Smalltalk Professional for Windows
  10.  VisualAge for Smalltalk Professional Server for OS/2, for AIX, and for Windows
  11.  
  12.  ------------------------
  13.  EXPLANATION:
  14.  ------------------------
  15.  
  16.  Container performance optimizations
  17.  -----------------------------------
  18.  
  19.  You can increase the performance of the container views by
  20.  modifying the actualItemsFor: method in the AbtExtendedList
  21.  class to just return nil.
  22.  Caution:  This change will disable each item and each cell
  23.  from setting up observations on the attributes of the
  24.  underlying model.  This means that if a change is made to
  25.  a container item model via a different view (e.g. text view),
  26.  the item or cell will not show the current model value until
  27.  you forcibly refresh the item in the container.
  28.  
  29.  
  30.  Modifying VisualAge Named Fonts
  31.  -------------------------------
  32.  
  33.  When modifying the VisualAge Named Fonts
  34.  (See VisualAge Named Fonts in Preferences Workspace),
  35.  the old fonts are not properly freed.  Please file in
  36.  namefont.st prior to modifying the fonts to correct
  37.  the resource freeing problem.
  38.  
  39.  
  40.  Long Path Names in AUTOEXEC.BAT
  41.  -------------------------------
  42.  
  43.  The install process on the WIndows platform adds directory
  44.  information to the end of the PATH= statement in 
  45.  AUTOEXEC.BAT.  If the path statement grows too large,
  46.  the additional directory information may be truncated.
  47.  This causes an error accessing library primitives during
  48.  the initial start of VisualAge or Smalltalk from Windows.
  49.  To fix the problem, manually update your AUTOEXEC.BAT file
  50.  to shorten the PATH= statement.
  51.  
  52.