[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
save-application
- To: info-mcl@cambridge.apple.com
- Subject: save-application
- From: Abdulrahman Al-Tassan <nbfd@engin.umich.edu>
- Date: Tue, 23 Aug 1994 18:28:07 -0400
How can I make my standalone mcl application open a listener window that has:
1. To cover the whole screen,
2. To have a given title (e.g. "my application"),
3. To print a given greeting (e.g. "welcome to my application v.001")
and to have any saved files (or used by "my applictaion") a unique suffix
(e.g. .mine).
Thank you.