+ Post New Thread
Page 2 of 2
FirstFirst 1 2
Threads 31 to 60 of 60

Forum: Rebol

Forum for discussing REBOL 2, 3 from REBOL Technologies - the language used to write Synapse

  1. The looks of REBOL

    Have to spam you some more! The REBOL forms isn't the most beautiful in cyberspace. However, I always prefer Functionality before Form (and I'm...

    Posted By elwis
    • Replies: 3
    • Views: 226
    May 10th, 2010 03:33 PM Go to last post
  2. REBOL & Ubuntu 10x

    Does anyone know of a guide for installing REBOL on Ubuntu? I found some but they are very old. I downloaded the tar.gz to my Ubuntu 10.04 and the...

    Posted By elwis
    • Replies: 4
    • Views: 387
    May 10th, 2010 10:04 AM Go to last post
  3. Does anyone know the state of the mailing list?

    I sent two messages to the mailing list (the address I have is rebolist@rebol.com) and they disappeared. I sent a feedback message to REBOL...

    Posted By swhite
    • Replies: 2
    • Views: 180
    May 10th, 2010 09:36 AM Go to last post
  4. This Forum

    I sent this to the ML in response to the message from Graham - subject "web forum" ;) And wouldn't you know it, it hasn't arrived yet. So what...

    Posted By Tim Johnson
    • Replies: 10
    • Views: 980
    May 9th, 2010 12:26 PM Go to last post
  5. Talking Rebol mascot

    I believe that Rebol needs a mascot, how about that: http://rookery9.aviary.com.s3.amazonaws.com/3680000/3680067_cc9a_625x625.jpg What...

    Posted By MaxV
    mascot
    • Replies: 4
    • Views: 259
    May 7th, 2010 10:45 AM Go to last post
  6. first on a stirng series gives error

    I am having an error when using first on a string series, can someone let me know what is wrong with my code ? I am playing with the series feature...

    Posted By YueM
    • Replies: 3
    • Views: 165
    May 1st, 2010 04:09 PM Go to last post
  7. Addendum to my Initial post on Translation Platform

    Hallo! So I got no replies to my post on my translation platform. After having now read some of the documentation, I realize that my "post"...

    Posted By patrickforkin
    • Replies: 1
    • Views: 154
    April 26th, 2010 11:58 AM Go to last post
  8. Picking out base file name

    I put this on the mailing list, and it seems to have disappeared. I am wondering where REBOL support questions are going these days. Anyway... I...

    Posted By swhite
    • Replies: 2
    • Views: 182
    April 26th, 2010 05:52 AM Go to last post
  9. R3 call command formatting mistakes?

    Hi, I'm new and I much prefer forums to mailing lists and the archaic BBS-like R3 chat. I've been busy chasing up and down the secret garden that is...

    Posted By luminarious
    • Replies: 5
    • Views: 223
    April 26th, 2010 05:37 AM Go to last post
  10. Error: Can't get Fields array

    In a script I wrote I receive the following output: Error: Can't get Fields array what does it mean?

    Posted By MaxV
    • Replies: 3
    • Views: 191
    April 23rd, 2010 07:53 AM Go to last post
  11. Translation platform from English to German

    Hallo! I am a newcomer to Rebol and to programming. I am a writer, writing in English but living in Germany. To translate my English texts into...

    Posted By patrickforkin
    • Replies: 0
    • Views: 116
    April 23rd, 2010 03:09 AM Go to last post
  12. Error: Illegal entry in bfchar block in ToUnicode CMap

    I receive the following error in a script: Error: Illegal entry in bfchar block in ToUnicode CMap what does it mean? Thank you

    Posted By MaxV
    • Replies: 3
    • Views: 404
    April 22nd, 2010 12:32 PM Go to last post
  13. touch screen event detection

    Is there any special function to deal with touch screens? The generic event handler below stops most of the time signalling move events while one...

    Posted By pstrayeux
    vid
    • Replies: 1
    • Views: 174
    April 14th, 2010 02:58 PM Go to last post
  14. mouse-over events

    How to avoid that mouse-over events become bound to the clicked buttons. Please advice. Peter - click any button (changes color on buttons with...

    Posted By pstrayeux
    events, vid
    • Replies: 2
    • Views: 243
    April 14th, 2010 09:02 AM Go to last post
  15. Question A better clean-path

    Hello everybody, I need to purge many paths like: %aaa/bbb/../ccc/ddd/../eee/ggg/../../hhh and so on. If I use "clean-path" I obtain an...

    Posted By MaxV
    clean-path
    • Replies: 3
    • Views: 222
    April 12th, 2010 03:53 PM Go to last post
  16. Md5 string

    Hi, I'm using a MD5 hash and I get a binary number output like this if I print it: #{CF020BEF44D3833F79022FA1D7F6D80CEA3639EF} I'm trying to...

    Posted By geoff
    • Replies: 3
    • Views: 294
    April 8th, 2010 02:55 PM Go to last post
  17. New provisional license

    See http://www.rebol.com/rla.html Crazy ... and is going to destroy what's left of the community.

    Posted By Graham
    • Replies: 15
    • Views: 1,690
    March 28th, 2010 10:40 PM Go to last post
  18. What to choose R2 or R3

    Hi! I started to look at Rebol around 2002, but then had no time to go deep enough in the language. I started again around 2005-2006 and again...

    Posted By ADelmotte
    • Replies: 4
    • Views: 340
    March 28th, 2010 05:14 PM Go to last post
  19. editors to use for coding Rebol.

    I have been searching for editors to use with rebol. I have played with SCITE, CRIMSON and CONTEXT. so far I find CRIMSON and CONTEXT are...

    Posted By YueM
    • Replies: 5
    • Views: 400
    March 28th, 2010 05:09 PM Go to last post
  20. Vid

    I am trying to overlay a button on a box in VID. so I was trying the following: pan1: layout view layout it doesn't work. it...

    Posted By YueM
    • Replies: 9
    • Views: 525
    March 28th, 2010 05:05 PM Go to last post
  21. Moving and Deleting directories

    How do you move, delete and rename directories in Rebol 3?

    Posted By Ken
    • Replies: 5
    • Views: 232
    March 22nd, 2010 04:52 AM Go to last post
  22. How to check a value is defined in an object?

    Hi, I would like show how to check a value is defined in an object or not. I decided to post this to show the usages of found?, value?, in and get...

    Posted By endo
    • Replies: 4
    • Views: 243
    March 4th, 2010 08:07 AM Go to last post
  23. REBOL DOCUMENTAION suggestions for improvement

    i was going through the rebol documentations and I have some questions/ suggestions to improve them. It's all small things that add up to a lot...

    Posted By YueM
    3 Pages
    1 2 3
    • Replies: 54
    • Views: 4,575
    March 3rd, 2010 08:55 PM Go to last post
  24. Rebol odbc

    I am using rebol 2.7.7 and trying to use dsn less odbc to try to connect to a microsoft access database, so far I have failed every time to get it...

    Posted By YueM
    • Replies: 12
    • Views: 1,188
    February 27th, 2010 04:48 PM Go to last post
  25. REBOL on Microsoft Web Server 2008

    Can someone point me to the procedure for installing REBOL on Microsoft's Web Server 2008 for CGI processing? I have administrator's access to the...

    Posted By DigitalBear
    cgi, microsoft, server
    • Replies: 1
    • Views: 261
    February 24th, 2010 01:28 PM Go to last post
  26. Insert does not return the inserted item immediately

    I'm completely new to Rebol. Fantastic, addictive language! I'm going through the "Absolute Beginner's Guide.." I find a problem using "Insert". ...

    Posted By RonG
    • Replies: 1
    • Views: 159
    February 21st, 2010 02:10 PM Go to last post
  27. Power Mezzanine Pack

    Qtask has released the Power Mezzainine Pack which has largely been authored by Gabriele, and uses the BSD license. See...

    Posted By Graham
    • Replies: 2
    • Views: 403
    February 18th, 2010 02:08 PM Go to last post
  28. ALTME is buggy

    Graham, I am replying here , (cannot post this in altme. it's too buggy) , can you do me a favour and post it in the altme group because i cannot...

    Posted By YueM
    2 Pages
    1 2
    • Replies: 25
    • Views: 4,316
    January 24th, 2010 06:28 PM Go to last post
  29. Altme Rebol3

    The Rebol3 world is being currently shifted to a VM on linode. There are some issues ...

    Posted By Graham
    • Replies: 0
    • Views: 349
    January 13th, 2010 07:45 PM Go to last post
  30. R3 alpha

    New alpha release is expected this week. Hopefully Carl will add back in the R2 console so at least we can cut and paste! This is supposed to...

    Posted By Graham
    • Replies: 0
    • Views: 297
    January 12th, 2010 08:36 PM Go to last post

+ Post New Thread

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 50 views
Hot thread with unread posts
More than 15 replies or 50 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts