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

[REBOL] Re: VID: rate question

From: carl:s:rebol at: 5-Nov-2002 16:26

Here is a really important tip for timer/rate related code in VID: Just setting the fields of a FACE object are not enough, you need to have those fields evaluated. For optimization reasons, fields only get evaluated when you ask them to be. To evaluate such changes, call SHOW, even if you are just trying to turn something off (like disabling a timer). All the timer related code requires this. -Carl At 06:52 PM 11/5/02 +0100, you wrote: