[ALLY] Face/saved-area Re:
From: jimg::rebol::com at: 31-Aug-2000 17:10
Hi Allen,
If you set saved-area to true within a face, it will save the bits under
the face the first time it is rendered. Subsequent renderings of the face
will use the saved bits that are stored as an image! in the saved-area
field in the face. If you change the underlying image, you will need to
reset the saved-area field to true before doing the show with the new
image. Note that saved-area only applies to faces with transparency of some
sort.
In VID at present, the saved-area is set to true for radio buttons, hot
text and icon text.
- jim
At 09:33 AM 9/1/2000 +1000, you wrote: