You Asked For It. A Rebol/LFReD Interface
[1/1] from: tbrownell::shaw::ca at: 19-Feb-2002 2:44
Ok, here's one...
Rebol [Title: "Rebol/LFReD Interface"]
M2: "No response."
view layout [
backdrop effect [gradient 1x1 50.50.50 200.200.100]
Text "Insert Query, Hit Enter" White
a: field 300 white
across
m: info 300x150 white wrap
s4: slider 14x150 [scroll-para m s4]
return
button 0x0 #"^m"[c: to-url a/text m1: read join http://24.77.230.151/cgi/meet.lfred?LFReDName=+=LFReD=+&said=
c
parse m1 [thru <p> copy m2 to <br>] m/text: m2 show m a/text: "" show a]
]
As well, I'll create a little "Rebol Question and Answer Journal" project that will...
a.. Allow declarations to be made on Rebol subjects by anyone.
b.. Allow Natural Language Queries on those declarations.
For example, one might make the declaration...
A backdrop can be a color, an effect, an image, or a combination of the three. For example
a backdrop color would be written as: backdrop navy
... which could then be queried like "How do I change the background color" or "Can I
add an effect to a backdrop?" etc.
I'll make a new post "Rebol Q&A Journal" soon as it's ready.
TBrownell