IBM Smalltalk User's Guide
The splash screen, or startup bitmap, for VisualAge Smalltalk is read from
a file. You can customize the image that displays when your executable
starts by providing a new bitmap file. The dialog window that opens
will resize to fit around the bitmap.
To change the bitmap that displays on startup, follow these steps:
- Name your bitmap the same as your executable. For example, if you
copied nodialog.exe to myapp1.exe, you will need to name the
bitmap myapp1.bmp.
- Copy the bitmap to the same directory that the executable file is
in.
|If you do not want a bitmap to display when you start the image, do
|one of the following:
|
- |Specify the -nosplash option.
- |If there are any bitmap files located in the same directory as the
|executable file, make sure these bitmap file names are different than the
|executable file name.
|
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]