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

[REBOL] Re: strange behaviour of 'MOLD ?!?!

From: arolls:idatam:au at: 26-Sep-2001 19:07

Seems likely, see this:
>> view layout [button "test" [probe length? v: mold system/view]]
1013316
>> length? mold system/view
== 306547 Now for a definitive analysis of where the objects differ... maybe later. Anton. ----------------
> Yes, I see the mold seems to take much longer > in the button action than in the console. > Nearly one second compared to 0.1 second in console. >
Just an idea. Could this just be mold dealing with recursive and circular references inside System/View whilst a face is shown? Similar to the old "probe system" (now fixed) gotchya ??? Cheers Allen K