r3bazaar icon indicating copy to clipboard operation
r3bazaar copied to clipboard

Image bug

Open angerangel opened this issue 11 years ago • 0 comments

The following code is ok:

view [
image  logo
vpanel [        
    button "Rebol"
    button "Public"
    button "Local"
    button "Console"
    ]
]

This one I get an error:

  view [
vpanel [
    image logo      
button "Rebol"
button "Public"
button "Local"
button "Console"
    ]
]

Error:

  ** User error: {TO-DRAW - syntax error at: chrome 1x1 none 0.0 24.0 90.0 box 1x1  174x22 1.0 t ...}

angerangel avatar Apr 22 '13 13:04 angerangel