[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Offscreen bitmaps



oodles-of-utils 1.1 has support for offscreen GWorlds. In case you're going
to go out on your own - be warned you need to co-exist with MCL's view
focussing mechanism - meaning you need to make a view class out of your
offscreen graf ports. oou has a GWorld-view class and a mixin class for
providing a view with multiple "slides".

Unfortunately oou1.1 requires MCL2.0f2 or later - but you can at least
look at the source and anticipate the release of MCL 2.0 final.

There is also a sheet view package provided by someone else that might
satify your needs with a simpler paradigm - but I don't know where you
can get a copy. (alanr - speak up)

-ME