[REBOL] Re: [VID][layout] Changing origin and space
From: brett:codeconscious at: 20-Mar-2004 23:16
> which lets me write a stream-lined version of layout, but leads to the
> question of how do I replace 'layout in the 'system/view/VID context with
> my version? I've started extending the approach adopted above (for 'origin
> / 'space) but like before wonder if there is an easier way. Comments?
An answer to the context problem might be:
my-layout: load mold :layout ; Without bindings
set 'layout do bind my-layout in system/view/vid 'self
Regards,
Brett.