[REBOL] Do-thru?
From: al::bri::xtra::co::nz at: 3-Oct-2001 23:13
In my RebSite, I've got a Rebol/View script, %Roll.r, which needs to:
do %Values/Dice.r
but that doesn't work through Rebol/View's desktop.
I tried:
do http://cloud.prohosting.com/q7qx3z21/Rebol/Values/Dice.r
and that works, but is unsatisfactory for me -- particularly if I move
hosts again.
Is there a do-thru? or something better?
Is this OK?
do load-thru %Values/Dice.r
Also, in my 'layout dialect, I have:
view layout [
backdrop %../Background.jpg
;...
unfortunately, this doesn't work over the World Wide Reb. What am I
doing wrong? Should there be some sort of load-thru or similar?
Thanks in advance!
Andrew Martin
ICQ: 26227169 http://cloud.prohosting.com/q7qx3z21/