[ALLY] Problem with loading images via URL.
[1/3] from: tbrownell::yahoo::com at: 10-Apr-2001 14:36
Hello all.
I get a blank window with the following script...
rebol []
view layout [
image http://www.rebol.com/graphics/rebol-view.jpg
]
Same goes for any URL?
Thanks
Terry Brownell
[2/3] from: gjones05:mail:orion at: 10-Apr-2001 17:00
From: "Terry Brownell"
> Hello all.
> I get a blank window with the following script...
<<quoted lines omitted: 5>>
> Thanks
> Terry Brownell
Try:
view layout [
image load http://www.rebol.com/graphics/rebol-view.jpg
]
Hope that helps.
--Scott Jones
[3/3] from: carl:rebol at: 11-Apr-2001 6:17
Looks like I messed up on this. To be fixed in 1.1.
Notes
- Quoted lines have been omitted from some messages.
View the message alone to see the lines that have been omitted