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

[REBOL] VIEW Backdop Re:

From: allen:rebolforces at: 17-Sep-2000 3:41

----- Original Message ----- From: <[trobrock--crosswinds--net]> To: <[list--rebol--com]> Sent: Sunday, September 17, 2000 1:41 AM Subject: [REBOL] VIEW Backdop
> Someone HELP!!! > > I am using this code: > > REBOL [ > title: "test" > ] > > view layout [ > size 500x500 > backdrop %backdrop.jpg > ] > > and when i try to run the file it says: > > ** Script Error: Cannot use path on word! value. > ** Where: size: image/size > > !!!PLEASE HELP!!! >
There is nothing wrong with that code. (it works here) Make sure that you aren't redifining something somewhere else in your code or in something you are loading from your user.r file. Also try with another image, there might be something corrupted in that one. Cheers, Allen K