#Initial window size
24-Oct-87 20:47:45
Sb: #90885-#Initial window size
Fm: Bob Rakosky 75156,336
To: Bill Christens-Barry 75475,1674
Bill,
There is no 'universal' way to control the size of a window opened by a
program. This is specified when in the NewWindow structure used by the program
when it requests that Intuition open the window. This structure is usually
contained in the program's data segment(s), but not always, and will not be in
any fixed location (from program to program). Not an easy hack, especially
without getting into the bowels of the program.
Sorry this isn't the answer you want to hear, but it is the way it is.
..Bob