The MAE 1.0 window resizing issue you've encountered was caused by the environment variable, TBFILEFORMAT, which you set to 1 in your environment variables. This, in turn, caused MAE to create two files, "Finder Preferences" and "Monitors.Preferences" in AppleDouble file format in the System\\ Folder/Preferences folder. The "Monitors.Preferences" file, in AppleDouble format, doesn't seem able to update the window size in the Finder properly. Without TBFILEFORMAT being set to 1, which is the default, MAE creates these two files in AppleSingle file format.
We were able to verified this. A SPR (Software Problem Report) will be submitted to MAE Engineering's attention.
We suggest the following to make window resizing work:
1) Login as your own account.
2) Do the command to unset the TBFILEFORMAT:
for CSH: unsetenv TBFILEFORMAT
for SH or KSH: unset TBFILEFORMAT
DO NOT set the TBFILEFORMAT environment variable to 1 in your .login
or .profile file.
3) Go to your System\\ Folder/Preferences directory and remove the Finder
and Monitors Preference files:
cd System\\ Folder/Preferences
rm Finder\\ Preferences Monitors.Preferences
4) Launch mae and resize the window normally.
Article Change History:
08 Apr 1996 - Specified this is MAE 1.0 issue.