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

[REBOL] Re: view bug (with feel attribute)

From: holger:rebol at: 23-Oct-2001 10:28

On Tue, Oct 23, 2001 at 01:07:53PM -0400, Media wrote:
> Hi again, > > maybe some of you are aware... > > I just discovered that if you create your feel object for a face and include > the functions in the wrong order, your event handling will be PURE CHAOS!!!
Sure, that is expected. Any time you create an instance of an object with a predefined structure you MUST use the template object. You cannot roll your own object from scratch and expect the result to be compatible with the template. This means use make face [...], make feel [...] etc., not make object! [...]. -- Holger Kruse [holger--rebol--com]