Short: BOOPSO image handler for MUI Author: rreed@teripan.com (Richard Reed) Type: dev/gui Architecture: m68k-amigaos myimagegclass v1.39 by Richard Reed ©1993 Excellent Studios 06 Jan 1994 Description ----------- myimageclass is a private BOOPSI gadgetclass for use with Stefan Stunz's Magic User Interface. It simplifies using standard Intuition Images in your MUI programs. Features include the following... - Change images using an OM_SET method with the GA_Image attribute at ANY TIME. You can only set an image for a standard MUI Image object at init time, so this is particualarly useful if you need to change images due to user interactions. - Reports a GA_ID (if not 0) whenever a GM_RENDER method is performed, which is especially useful for setting aside window areas where custom drawing is needed. Really handy when the user resizes the window, & your custom image area needs to be redrawn. - Unlike a standard MUI Image object, myimagegclass is resizable, centering its GA_Image within. New Features for v1.39 - Image scaling with a variety of settings. - Image clipping to gadget boundaries. Images too large to fit in the gadget space were simply not drawn in v1.1. How to Reach the Author ----------------------- Bugs, suggestions, etc. should be sent one of my various e-mail addresses. Internet: rreed@terapin.com Compuserve ID #: 72242,2624 Inquiries and other stuff (material things) can be sent to Richard Reed Excellent Studios 1933 Davis St. #309 San Leandro, CA 94577 PH: (510)632-2823 FAX:(510)632-2769 Good luck with your MUI programs! I hope myimagegclass will make adding image type objects to your interface a breeze. Scaling images can only allow for true interface resizability!