You cannot post messages because only members can post, and you are not currently a member.
Description:
Developing in REBOL - It's a messaging language, often used as a scripting language (like Perl, Python, or Ruby). Uses ideas from Lisp, Forth, and Logo. Cross-platform; just a single EXE (300K non-GUI, 600K with built-in GUI system); built-in protocols for easy internet scripting.
|
|
|
ANN: memcached:// protocol for rebol
|
| |
Hello folks, I've been using memcached ([link]) only for a few months, but I have come to like it. It is fast. Now, to easily access it from rebol, I've done some reasearch and tried to make a protocol handler for memcached. Feel free to look at it here: [link]... more »
|
|
A good guide to VID elements positioning?
|
| |
Hello everybody,
I'd align well my windows object, but I can't obtain what I want.
Do you know a good site for VID alignment?
Example, I would obtain:
Title
************
list button
button
button
How I can? Should I use tabs?
Max
|
|
horizontal logo-bar
|
| |
Hello,
do you know how to put logo-bar in horizontal?
I have problems to put vertical at left, I obtain a decent result only
if I put LOGO-BAR as last item in the right of the window.
Thank you
|
|
Rebol 3 : how it works with old scripts?
|
| |
Hi all,
I tried to use rebol3 on windows, but I can't use any of my rebol2
scripts.
If I had "example.r" to use with rebol3, what I should do?
I tried "rebol3.exe example.r", but it doesn't work.
I tried to launch example.r in rebol3 shell, but it doesn't work...
Thank you and best regards... more »
|
|
Start and stop an animation
|
| |
Hi all,
I just discovered the "anim" function: it's great!!!
It works with any image file type!
For example:
Rebol[]
view layout [
anim rate 10 frames [ %./bay.jpg %./rebologo2.gif]
]
My question is: how can create a button to activate or pause the
animation?
Thank you all
Max... more »
|
|
Truncation function
|
| |
Hello everybody,
do you know if it exists a function for correct number truncation?
Examples:
a: 5.44321
a: trunc 2 a
print a
== 5.44
b: 5.44621
b: trunc 2 b
print b
== 5.45
b: 5.44621
b: trunc 3 b
print b
== 55.446
|
|
VID Documentation
|
| |
Hello everybody,
I'm very Rebol addicted, but I can't find a definitive guide to VID.
Do you know where is possible to find something very useful?
For example:
I want to develop a unit converter with 2 columns,
the fist one with the choice of the type of measure (time, speed...)
and the second change with al the unit of that type, but I can't make... more »
|
|
R3 availability
|
| |
Hello, I'm new to the REBOL community. I found REBOL on google
groups here and I've been looking at the REBOL websites for a couple
days now.
R3 sounds like it's going to be a vast improvement on what appears to
be an excellent language. I'd love to start playing with R3 but I
haven't been able to find anywhere I can download it yet. Is R3 not... more »
|
|
|