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

[REBOL] Re: View app consuming memory

From: jeff:rebol at: 12-Jun-2003 17:33

Try killing the rate before you strand the object referred to by the slider. Ie: probe system/stats view/new main-box: make face [size: 100x300] show main-box loop 100 [ main-box/pane: layout [x: slider rate 10] show main-box x/rate: none show main-box recycle ] unview/all probe system/stats halt -jeff On Thu, Jun 12, 2003 at 04:04:52PM -0700, Bohdan or Rosemary Lechnowsky wrote: