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

[REBOL] Memory leak on View faces using "feel"..

From: tbrownell:ya:hoo at: 16-Oct-2003 15:05

I've noticed a memory leak when you hover a mouse over any face using the "feel" user interface events. Is this a known bug or ? If you run the example below, and watch the memory usage of the Rebol.exe running it, it will go up when you hover. Same thing with the engage feel. view layout [ [ box "A Box" forest feel [ [ over: func [face act pos] [print [act pos]] [ ] [ ] OS: Win2k (Example from the "How to Handle User Interface Events" doc)