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) --------------------------------- Do you Yahoo!? The New Yahoo! Shopping - with improved product search -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.
