home *** CD-ROM | disk | FTP | other *** search
- This file contains information that was not available for the
- final versions of the product publications. The information in this
- file applies to :
-
- VisualAge for Smalltalk Standard for OS/2
- VisualAge for Smalltalk Standard for Windows
- VisualAge for Smalltalk Professional for OS/2
- VisualAge for Smalltalk Professional for AIX
- VisualAge for Smalltalk Professional for Windows
- VisualAge for Smalltalk Professional Server for OS/2, for AIX, and for Windows
-
- ------------------------
- EXPLANATION:
- ------------------------
-
- Container performance optimizations
- -----------------------------------
-
- You can increase the performance of the container views by
- modifying the actualItemsFor: method in the AbtExtendedList
- class to just return nil.
- Caution: This change will disable each item and each cell
- from setting up observations on the attributes of the
- underlying model. This means that if a change is made to
- a container item model via a different view (e.g. text view),
- the item or cell will not show the current model value until
- you forcibly refresh the item in the container.
-
-
- Modifying VisualAge Named Fonts
- -------------------------------
-
- When modifying the VisualAge Named Fonts
- (See VisualAge Named Fonts in Preferences Workspace),
- the old fonts are not properly freed. Please file in
- namefont.st prior to modifying the fonts to correct
- the resource freeing problem.
-
-
- Long Path Names in AUTOEXEC.BAT
- -------------------------------
-
- The install process on the WIndows platform adds directory
- information to the end of the PATH= statement in
- AUTOEXEC.BAT. If the path statement grows too large,
- the additional directory information may be truncated.
- This causes an error accessing library primitives during
- the initial start of VisualAge or Smalltalk from Windows.
- To fix the problem, manually update your AUTOEXEC.BAT file
- to shorten the PATH= statement.
-
-