Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] face/saved-area question

From: arolls:idatam:au at: 9-Jan-2002 12:43

Does anyone know how to get the saved-area image before viewing? Or, put another way, what is view doing that causes pic/saved-area to be "resolved" to an image? lay: layout [pic: image img with [saved-area: true]] pic/saved-area ;== true Not what I wanted... However... view lay ; close the window pic/saved-area ;== make image! [429x63 #{ 000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000... I was thinking I could set saved-area to my own function for some interesting effects, but I am not sure what image it stores, when and how, and when it is drawn. Anton.