TABLE OF CONTENTS
BetterBalance.mcc/--announcement--
BetterBalance.mcc/BetterBalance.mcc
BetterBalance.mcc/--announcement-- BetterBalance.mcc/--announcement--
TITLE
BetterBalance.mcc
VERSION
11.2
RELEASE DATE
19.06.1998
DESCRIPTION
BetterBalance.mcc is a subclass of Balance class which allows the
programmer to easily save and load all balance settings of a GUI.
SPECIAL REQUIREMENTS
MUI 3.0+
AVAILABILITY
http://www.IQ-Computing.de
ftp://ftp.iq-computing.de/pub/MCC_BetterBalance.lha
ftp://ftp.wustl.edu/pub/aminet/dev/mui/MCC_BBalance.lha
PRICE
Freeware
Please read the additional License.txt document for further details.
AUTHOR
Maik "bZ!" Schreiber
www.IQ-Computing.de
DISTRIBUTION
Please read the additional License.txt document for further details.
GO TO CONTENTS
BetterBalance.mcc/BetterBalance.mcc BetterBalance.mcc/BetterBalance.mcc
BetterBalance.mcc is a subclass of Balance class which allows the programmer
to easily save and load all balance settings of a GUI.
This is how you can save all balance object positions:
- Use BetterBalance objects instead of normal MUI Balance objects whereever
you want to save the position.
- Provide a *unique* MUIA_ObjectID for each BetterBalance object.
- Use MUIM_Application_Save to save and MUIM_Application_Load to load the
positions (you could override MUIM_Window_Snapshot to do that).
This should be done before a window is opened.