I am trying to use Rebol to automatically complete a web page html form (a login form) but have not managed to get it to work yet. Using Rebol console to test...
Hello all, get Sun Certified!! Be a sun certified java programmer(SCJP) learn from a Sun certified Java Programmer who has scored 93%. Learn all that you need...
Hi, I wrote small script which tests activity of some web server. When I run this script from shell like: # rebol monito.r that's OK, but when I write at shell...
Mirek, I've passed your question onto the Rebol user list. Hopefully they'll have an answer for you. If you want to subscribe to this list, send an email to: ...
Hy I did something like that on BeOS runnig a Rebol 5Pro script from a Bash script writting rebol -s download.r & and that works correctly M.B Subject :...
Hi. I have a problem using request-date in Rebol\view. I want the requester to popup if the user push a button, but the requester dosn't popup. it seems that...
... Hi Jacob, The following should do what you want... view layout [ button "Select Date" [ d: request-date date/text: to-string d show date ] ; Following just...
Can anyone comment on why the commented code in this brief script 'breaks' it. If I simply do the printing in the nested 'forall' loops the series's are...
Hi John, ... The problem is with your... first winner = first currnbr which REBOL can't resolve. An example at the Console... ... == [1 2 3] ... == [1 2 3] ...
While I continue to pursue Rebol with interest .... I'm still nursing the 'Official Guide to Rebol' and have lots more to learn. As I contemplate using Rebol...
It's really easy to read the data as a string: Flat_File: read %MyFlatFileData.dat To be a bit more smarter, requires looking at the individual columns and ...
Hi readers, I am just wondering if anyone else who uses the subject book as much as I do has come accross this problem, or is it just a problem I have created...
Hi John, I've the book and the scripts to it. Is it a modified or unmodified script you're running? If the first, what's the name of the script and I'll have...
Hi Carl..et.al., Not surprisingly I jumped too quickly....I have modified in a generic way all the '.r' files comprising the database system to accomodate a...
Hello Reboler's, The pasted text below is the output from an execution of Rebol/Core and a modest script of mine. The script is copied from, Rebol, The ...
... Here is the function from the failing script ... taken from 'Rebol, The Official Guide', but modified in terms of the record/field names for my app.: ...
The posted issue seemed to revolve around the fact that there was a colon stored next to the label (id) in the database record. How, or why, I don't know...I...
... Hi John, A word with a colon is a set-word datatype in REBOL, so if the program was expecting 'id to be an integer it would've tripped up on it. ie... ... ...
The 'key-event:'function below nicely allows me to 'filter' the keystrokes into my GUI. So far, no code experiment at the line whose content (near the end) is:...
... Hi John, Part of your problem is the face in your function is the window-level face, not the field face. Place this line before the above... print...
Carl, You instigated a major step forward...as the suggested line does indeed put up the dialog when a 3rd keystroke is made. Can you comment on this...
... Groan - yes, you're right. I hadn't tested the other fields. Anyway, have a look at the attached script. (Line-wraps can muck up scripts in the body of...
What a really effective piece of work ... and just what I'm looking to find ! Thanks much Carl. I keep hoping Rebol will 'make it'....but suppose time will...
Hi! Thought I'd try here as I've searched elsewhere with no success. This really is a simple question despite the subject length ;-) I'm playing with View...
... ** Script Error: files has no value ** Near: files/rebol/rzine-1-02.html ... == %/c/program%20files/rebol/rzine-1-02.html Does that help? :) Andrew Martin ...
... Thanks, Andrew - Actually, no. I've tried this and a number of other methods for getting past the space. I'm using Netscape 7.0PR1 -- possibly there's a...
... Thanks, Andrew - Actually, no. I've tried this and a number of other methods for getting past the space. I'm using Netscape 7.0PR1 -- possibly there's a...