-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Rebol 2 VID was hugely missing Dropdownlist and Treeview, I have made a search on Rebol 3 on Google but couldn't find anything except a discussion. So what will Rebol 3 VID really include as new widgets ?
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I'm newbie to Linux.
I have uploaded rebol ( a script langage similar to perl from http://www.rebol.com/view-platforms.html ) the linux debian version to /usr/bin on my VPS
Where do I upload this script :
Code:
#!/usr/bin/rebol -c
REBOL [Title: "Cgi Test in Rebol"]
print "content-type: text/html^/"
print…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have tested the new free Rebol ODBC with MS Access after reading the doc here
http://www.rebol.com/docs/database.html
It works with ODBC DNS connection but when I tested with this DNSLess connection (MSAccess2003 file with MSAccess2007 installed):
connect-name: open [
scheme: 'odbc
target:…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a block on which I want to iterate recursively
folders: [
Chrome [
content [
preferences
prefpages
]
]
icons [
default
]
locale [
en-EN [
csbar
]
]
skin
]
with this function:
iterate-folder:…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
The example in doc http://www.rebol.org/documentation.r?script=rebelxml.r to create XML works
>> clear-xml-data
== ""
>> set-xml-data/content 'test/test "test"
== "<test><test>test</test></test>"
>>
but when I want to create some variants it doesn't seem…
>>> More