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

[REBOL] [rebol3 vid3 stylize] Why does this minimal STYLIZEd vid3 style break? And how to fix it?

From: christian:ensel:gmx at: 2-Feb-2008 20:15

Hello list, I know for sure I can write programs failing with lesser code, but why o why is
>> stylize [error: face [] [] [on-init: func [f s] [f/size: 100x100
f/gob: make gob! [size: 100x100 color: red]]]] view [error] breaking as soon you try to mouse-over the face? O.k., that why thing is fairly obvious, somewhere someone wants to access FACE/FEEL/ON-MOVE for a FACE = NONE! in the event chain, but what can I do to work around that? I haven't even managed to locate the failing code cited in the error message; any ideas, someone, on where to look for it? TIA, - Christian