[REBOL] Re: Website updated

2001-04-06 Thread Carl Read
Thanks for the reply Holger. Nice to know that do/new may eventually come. (: I see I don't have to ask if drawing commands will be in View, anyway. See the bottom of the view-guide people On 05-Apr-01, Holger Kruse wrote: On Thu, Apr 05, 2001 at 11:54:47AM +1200, Carl Read wrote:

[REBOL] Re: REBOL as Glue ?

2001-04-06 Thread Robert M. Muench
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David Vydra Sent: Thursday, April 05, 2001 10:40 PM To: [EMAIL PROTECTED] Subject: [REBOL] REBOL as "Glue" ? We are currently using ActiveWorks (WebMethods) to interface our product with various

[REBOL] Re: if error? try problems

2001-04-06 Thread jeff
Howdy, Ryan: What does it blow out with? .. or where does it? maybe: if error? try [message-action-cgi no-cgi-input][ print "The error is down here?" ] Just a thought-- -jeff The following statement works in my script... cgi-input: retrieve-user-data

[REBOL] Re: if error? try problems

2001-04-06 Thread ryan . christiansen
If you hit my script directly using the if error? try statement, the browser displays the "Content-Type: text/html" statement at the top of the page. When I view source, I see that it is displaying the stylesheet info twice, once before the Content-Type statement and once afterward. Here is the

[REBOL] Re: if error? try problems

2001-04-06 Thread jeff
Howdy, Ryan: If you hit my script directly using the if error? try statement, the browser displays the "Content-Type: text/html" statement at the top of the page. When I view source, I see that it is displaying the stylesheet info twice, once before the

[REBOL] [ANN] Messages 0.6.6

2001-04-06 Thread ryan . christiansen
Messages 0.6.6 is a news headlines system which now features a commenting system. Messages may also be converted into a bulletin board quite easily. The entire system uses a single script: %messages.cgi which calls upon two different .css files including %news.css and %comments.css. The admin

[REBOL] Buffered file reading

2001-04-06 Thread Mat Bettinson
Hi Guys, I'm making a sort of batch URL mover in Rebol. It will take it's commands via E-mail and download files from the net and upload them where specified. Naturally we need to use some sort of buffered scheme. I asked about this before and drew a blank but then I found this document on

[REBOL] Re: Buffered file reading

2001-04-06 Thread Mat Bettinson
Heya Mat, MB inp: open/binary/direct ftp://ftp.site.com/big-file.bmp MB out: open/binary/new/direct %big-file.bmp MB buf-size: 20 MB buffer: make binary! buf-size + 2 MB while [not zero? size: read-io inp buffer buf-size][ MB write-io out buffer size MB total: total + size MB

[REBOL] Re: Block! v List! dilema...

2001-04-06 Thread Holger Kruse
On Fri, Apr 06, 2001 at 07:09:05PM +, Chris wrote: Using a block, I guess that pick for a block is an O(1) operation - a simple array lookup? Yes. Now the problem - when a user comments on a bug, or a project admin updates the status of a bug, I want that bug to be moved to the start

[REBOL] Re: Block! v List! dilema...

2001-04-06 Thread Chris
#06-Apr-01# Message from *Holger Kruse*: Hi Holger, Given that displays vastly outnumber moves, should I just stick with blocks? Or does anyone have a better suggestion? Blocks are probably better. Ok, thanks for the help :) Chris -- New sig in the works Explorer 2260, Designer and Coder

[REBOL] Problem with understanding secure [ file allow ]

2001-04-06 Thread laplace
Hello, I don't want to get any interaction with a batch program so I put the line "secure [ file allow ]" thinking he would keep quiet but now it asks "script requests permission to lower security level": what can I do to really get no question from the program ? Thanks. -- To

[REBOL] Re: Problem with understanding secure [ file allow ]

2001-04-06 Thread Ryan Cole
You will have to start REBOL with one of the command line option -s. Type "usage" at the REBOL prompt for details. --Ryan laplace wrote: Hello, I don't want to get any interaction with a batch program so I put the line "secure [ file allow ]" thinking he would keep quiet but now it asks

[REBOL] Re: REBOL/View Docs

2001-04-06 Thread Alan Crandall
Hello Philip On 05-Apr-01, Philip Bevan wrote: Hi Carl, Just a very small point In the Beginners Guide section 6 custom styles the first example refers to Testing a Red button style ... but the example is a blue button style. I could not find what you were talking about there.I

[REBOL] REBOL/View 1.0 Ships!

2001-04-06 Thread Carl Sassenrath
We did it. Finally. Check out http://www.rebol.com It's a free download, and it allows FREE REDISTRIBUTION! That's right, you can put it on your web site, put it into a CD-ROM, share it with friends via floppy, beam it over wireless, whatever. Also note that the Windows and Linux versions are

[REBOL] Re: REBOL/View 1.0 Ships!

2001-04-06 Thread Paul Tretter
Carl, Ummm.. Your killing me. (WWDOS?) ahh. Anyone, got anything good to remove hair from underneath fingernails. Go Carl Go! Paul Tretter - Original Message - From: "Carl Sassenrath" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 06, 2001 11:14 PM Subject:

[REBOL] Re: REBOL/View 1.0 Ships!

2001-04-06 Thread Larry Palmiter
Carl: Just downloaded View. Looks good. Congratulations!! Noticed that easy-vid demo is not looking in correct directory for images. Will investigate further. -Larry - Original Message - From: "Carl Sassenrath" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 06, 2001 9:14 PM

[REBOL] Re: REBOL/View 1.0 Ships!

2001-04-06 Thread Petr Krenzelok
Hi Bo! just one question - do you still work for RT? I noticed your consultant work related email some week or two ago here, and now you are not posting from @rebol.com, and you are asking questions as if you would not be Rebol QA anymore??? Thanks, -pekr- - Original Message - From:

[REBOL] Re: REBOL/View 1.0 Ships!

2001-04-06 Thread Brett Handley
Whohoo!!! go: :do !: "Yippee!!" GO REBOL ! Brett. We did it. Finally. Check out http://www.rebol.com It's a free download, and it allows FREE REDISTRIBUTION! That's right, you can put it on your web site, put it into a CD-ROM, share it with friends via floppy, beam it over wireless,

[REBOL] Revol/View Ships ... :-)))))))))))))))))))))))))))))

2001-04-06 Thread Philip Bevan
HI Guys . good job :-) :-) is there a list of changes from the last Rebol/View beta anywhere ?? ("subtitle" has dissapeared "title" has changed ) Cheers Phil -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject,

[REBOL] Re: REBOL/View 1.0 Ships!

2001-04-06 Thread Christian Morency
Hi, Congratulations on the release, look forward using it with the script I wrote for Rebol/Core... Any chance for a WindowsCE/PocketPC version of Rebol/View ? The PDA market would really benefits from a good generic SDK and scripting tools like Rebol/Core + Rebol/View ? Best, Chris

[REBOL] Re: REBOL/View Docs

2001-04-06 Thread Philip Bevan
Hi Alan, The relevant text says view layout [ style btn button blue text "Testing red button style:" btn "Test" btn "Blue!" ] I did say it was a very small point!!! Cheers Phil - Original Message - From: "Alan Crandall" [EMAIL PROTECTED] To:

[REBOL] if error? try problems

2001-04-06 Thread ryan . christiansen
The following statement works in my script... cgi-input: retrieve-user-data message-action-cgi cgi-input The function 'retrieve-user-data successfully transfers the CGI input into the variable 'cgi-input and subsequently, the 'message-action-cgi function successfully processes the cgi-input