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

VIEW Backdop

 [1/5] from: trobrock::crosswinds::net at: 16-Sep-2000 11:41


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!!!

 [2/5] from: petr:krenzelok:trz:cz at: 16-Sep-2000 18:12


----- Original Message ----- From: <[trobrock--crosswinds--net]> To: <[list--rebol--com]> Sent: Saturday, September 16, 2000 5:41 PM Subject: [REBOL] VIEW Backdop
> Someone HELP!!! > I am using this code:
<<quoted lines omitted: 8>>
> ** Script Error: Cannot use path on word! value. > ** Where: size: image/size
What are you trying to achieve? 'size is not part of VID dialect :-) If you want to have your view window of particular size, your code should look like following one: view layout/size [backdrop %backdrop.jpg] 500x500 HTH, Cheers, -pekr-

 [3/5] from: trobrock:crosswinds at: 16-Sep-2000 13:03


size is part of the VID dialect go here: http://demo.rebol.net/cgi-bin/showfile.r?file=view-users.html&keywords=[{}] it has a complete list of them

 [4/5] 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:
<<quoted lines omitted: 9>>
> ** 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

 [5/5] from: dgardiner:cwcom at: 17-Sep-2000 6:41


On 16-Sep-00 [trobrock--crosswinds--net] wrote:
> Someone HELP!!! > I am using this code:
<<quoted lines omitted: 9>>
> ** Where: size: image/size > !!!PLEASE HELP!!!
Your code works for me, I am using the latest experimental version of View on a Linux box. I have tried various things in an attempt to duplicate your error, but no luck, perhaps the problem is confined to Windows. Derek ---------------------------------- E-Mail: Derek Gardiner <[dgardiner--cwcom--net]> Date: 17-Sep-00 Time: 06:37:24

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted