r3bazaar
r3bazaar copied to clipboard
Image bug
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 ...}