+ Post New Thread
Page 1 of 2
1 2 LastLast
Threads 1 to 30 of 60

Forum: Rebol

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

  1. Sticky Thread Sticky: Welcome

    This is a new web suppot for for REBOL users ...

    Posted By Graham
    • Replies: 2
    • Views: 566
    February 18th, 2010 02:10 PM Go to last post
  1. Recurring function

    :confused: I worte the following script to list all the directories. It doesn't work, why? elenco: copy funz_cerca: func ] ] funz_cerca...

    Posted By MaxV
    • Replies: 2
    • Views: 29
    September 1st, 2010 11:54 AM Go to last post
  2. Cool Ubuntu/Debian package

    Hello world, I made a package for Ubuntu or Debian, you can download here: http://www.maxvessi.net/pmwiki/uploads/Main/rebol.deb Let me know...

    Posted By MaxV
    linux, ubuntu
    • Replies: 5
    • Views: 39
    September 1st, 2010 04:36 AM Go to last post
  3. Linux, rebgui and draw...

    Hi, I have a problem with draw and Linux. Usually the font used in Linux for DRAW are wrong, so text doesn't appear: example: view layout ] ...

    Posted By MaxV
    draw, linux, rebgui
    • Replies: 1
    • Views: 50
    August 24th, 2010 04:37 AM Go to last post
  4. Email - receipts

    Is it possible to configure send to request email receipts? I've not seen it documented or any examples. regards, geoff

    Posted By geoff
    • Replies: 5
    • Views: 203
    August 24th, 2010 04:03 AM Go to last post
  5. Random number generation

    Hello, I have a problem, I need to extract 10 different random numbers from 1 to 20. Ok, it seems simple, but I can't get 10 different numbers; I...

    Posted By MaxV
    random
    • Replies: 5
    • Views: 61
    August 12th, 2010 03:48 AM Go to last post
  6. Extapolate text from software?

    Good morning Rebolers, I need an help to get a simple way to translate to english the text of software. I'm italian, and obviously my software is...

    Posted By MaxV
    find, parse, text
    • Replies: 7
    • Views: 116
    August 6th, 2010 05:00 PM Go to last post
  7. Question grid control

    Hi all: I'm new to REBOL--seems to be a lot to swallow in so few megs ;o))) I have been looking at the ListView VID grid control. It seems to me...

    Posted By scorby
    editable grid, grid control, list control
    • Replies: 4
    • Views: 59
    August 5th, 2010 12:10 PM Go to last post
  8. options to store data?

    hi, I have an app which requires a lot of data access and modification. I'm going with the flat-file DB model, but was wondering which was the best...

    Posted By leke
    • Replies: 5
    • Views: 109
    July 19th, 2010 04:09 AM Go to last post
  9. File names changed

    I wrote a script which looped through a series of web pages, downloaded them and saved them off as files. Easy enough. After verifying that the...

    Posted By jsgrahamus
    • Replies: 2
    • Views: 62
    July 16th, 2010 05:10 PM Go to last post
  10. RebGUI table

    Hello world, I'm using RebGUI, but I don't know how to update a whole table content. I'm writing a program that put data in a RebGUI table, but if...

    Posted By MaxV
    rebgui
    • Replies: 1
    • Views: 68
    July 16th, 2010 04:38 PM Go to last post
  11. OpenDBX bindings

    Here's a first go at some bindings to OpenDBX http://rebol.wik.is/OpenDBX What does it allow you to do? Access a number of supported databases...

    Posted By Graham
    • Replies: 4
    • Views: 71
    July 12th, 2010 08:37 PM Go to last post
  12. http://refactormycode.com/

    Who know http://refactormycode.com/ ? Do you ever used it? What are your opinions related to Rebol? Bye

    Posted By MaxV
    • Replies: 1
    • Views: 59
    July 5th, 2010 02:46 PM Go to last post
  13. Spread Rebol

    Hi all, I was thinking to make a presentation with Google docs or Slideshare to show and explain the power of Rebol to absolute beginners all over...

    Posted By MaxV
    • Replies: 9
    • Views: 197
    July 1st, 2010 04:43 AM Go to last post
  14. Smile MySQL and REBOL

    OK, I have been messing around with MYSQL and NAVICAT. I was able to make a database and populate it using NAVICAT. I have 2500 records in it now. I...

    Posted By Noteleks
    • Replies: 11
    • Views: 197
    June 27th, 2010 07:49 PM Go to last post
  15. Draw probelm

    Hello, I try to draw a spline with draw, but I don't know how to send the coordinates: view layout ]] it's ok, but: view layout ...

    Posted By MaxV
    draw
    • Replies: 2
    • Views: 54
    June 25th, 2010 06:59 AM Go to last post
  16. Connecting to an Excel spreadsheet

    I saw the tutorial on connecting to MYSql, Access so forth. How do I connect to an Excel spreadsheet? I want to be able to make a nice database that...

    Posted By Noteleks
    2 Pages
    1 2
    • Replies: 38
    • Views: 484
    June 13th, 2010 08:11 PM Go to last post
  17. anti-aliasing for "normal" VID styles

    By the way... is there a possibility to switch on "anti-aliasing" for text display by "classical" VID styles (such as "text", "field" et...

    Posted By rozek
    • Replies: 2
    • Views: 84
    June 12th, 2010 11:27 PM Go to last post
  18. drawing text on MacOS X fails

    Hello! I am currently investigating REBOL to see if I can use it for the development of (small) platform-independent programs. ...

    Posted By rozek
    • Replies: 3
    • Views: 54
    June 12th, 2010 11:26 PM Go to last post
  19. http://rebolforum.com

    I posted a bare bones forum at http://rebolforum.com . The program is one file, a couple hundred lines of REBOL code (posted at rebol.org), has a...

    Posted By notchent
    • Replies: 9
    • Views: 300
    June 8th, 2010 04:25 PM Go to last post
  20. System tray icon

    Hello everybody, I noticed that some programs create a small system tray icon in windows, what is the command? Is it the same in Linux and Mac OS?...

    Posted By MaxV
    sistem tray icon
    • Replies: 1
    • Views: 69
    June 7th, 2010 04:09 AM Go to last post
  21. Vid scroller help

    Hello world, I need a help to add a scroller to a text area. I want to keep the code easy as VID, so I'm trying: view layout b: scroller ...

    Posted By MaxV
    • Replies: 6
    • Views: 134
    June 2nd, 2010 04:23 PM Go to last post
  22. Callbacks for external libraries

    Hello there, I am wondering if it is possible to use external libraries that exhibit a callback interface. Has anybody some sample code that shows...

    Posted By Absolutely
    • Replies: 5
    • Views: 122
    June 1st, 2010 02:23 AM Go to last post
  23. Why is Rebol so complicated and illogic?

    I've been trying to get into Rebol for a few times over the past months, but I always have to give up. Why is declaring a variable so completely...

    Posted By Bugmenot
    • Replies: 3
    • Views: 172
    May 31st, 2010 03:39 PM Go to last post
  24. can we fix that annoying rebol's behaviour?

    I always find this Rebol behaviour very annoying actually it's my biggest pet peeve .i.e your local variable gets overriden when you call your...

    Posted By YueM
    • Replies: 4
    • Views: 130
    May 31st, 2010 12:55 AM Go to last post
  25. Rebol cgi

    Hello world, I never used cgi before, but I'm very interested in using Rebol instead of php. I have a linux hosting for my site, so I tried to make...

    Posted By MaxV
    cgi
    • Replies: 6
    • Views: 180
    May 25th, 2010 07:54 AM Go to last post
  26. How do I parse/split a data structure into fields?

    I had a simple request to compare 2 files of cost center text and output the differences in the text for FY 2011 from our SAP production system. ...

    Posted By soldner
    file, parse, rebol
    • Replies: 7
    • Views: 284
    May 18th, 2010 05:38 PM Go to last post
  27. VERY Basic question

    So, I'm playing around with REBOL which.. by the way doesn't look like anything I ever touched before. That makes it even more interesting :) ...

    Posted By elwis
    • Replies: 5
    • Views: 239
    May 18th, 2010 05:16 AM Go to last post
  28. Unidecode

    Hi all, I have a problem, I need to convert to standard ASCII namefiles with a lot of Unicode characters and accent characters, examples: ...

    Posted By MaxV
    parse
    • Replies: 11
    • Views: 449
    May 18th, 2010 04:31 AM Go to last post
  29. Smile Games?

    Hi all, I just started to take a brief look at REBOL, coming from a history of Java/.NET/Python/Tcl/Groovy ..(you name it) so it is about time ;) ...

    Posted By elwis
    • Replies: 4
    • Views: 229
    May 13th, 2010 04:35 AM Go to last post
  30. REBOL search engine

    http://129.33.196.33/search/?index=Default Have a play .. indexes rebol.com, rebol.net, curecode and codeconscious

    Posted By Graham
    • Replies: 1
    • Views: 137
    May 13th, 2010 04:31 AM 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