[REBOL] Re: Problem accessing website from View desktop

2001-04-24 Thread Colin Brizell
Hi Brad, I encounter a similar problem when accessing a website from the Veiw desktop. My default browser is Opera 5.0 and I always get two blank pages before the site is displayed. colinb -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of

[REBOL] Re: Rebol as CGI on Iplanet Enterprise NT 4

2001-04-24 Thread Michal Kracik
Christopher wrote: Hi, iPlanet Enterprise 4.1 on Windows NT 4.0 sp 6 The little test snip is #!c:/Rebol/rebol -cs REBOL [ Title: "CGI Test" ] print "Content-type: text/plain^/" print "Hello World!" Of course the first line is not necessary in the Win NT world as the program

[REBOL] Records selected on a Text list

2001-04-24 Thread Philip Bevan
Hi Guys, is there a way of seeing which records are selected on a text list?? Cheers Phil -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] security dialog box in the background ...

2001-04-24 Thread Petr Krenzelok
Hi, I realised few times already now, that security dialog box does often appear in the background, so it is hidden behind many windows opened on my desktop. Could it be brought in the front once it appears on the screen? Sometimes I simply close Rebol window and then I discover there is dialog

[REBOL] Re: Records selected on a Text list

2001-04-24 Thread Allen Kamp
Hi Phil, 'picked holds the current list of selected items in a list (ctrl-click for multiple items). view layout [text-list A B C D [print face/picked]] Cheers, Allen K - Original Message - From: Philip Bevan [EMAIL PROTECTED] To: Rebol List [EMAIL PROTECTED] Sent: Tuesday, April

[REBOL] Re: Rebol friendly virtual servers?

2001-04-24 Thread Paolo Russo
Is anyone aware of a company that sets up virtual servers that would allow the use of Rebol for cgi scripting? thanks, -Jeff -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes. I have REBOL working on my virtual

[REBOL] Re: word list

2001-04-24 Thread P-O Yliniemi
Thanks Larry, after some time of more experimenting, I also got it working using the part from rebdoc.r (using if not unset? first vals ..), but your routine was more clean and compact. Maybe just a word-list: make block! 500 in the beginning may speed it up, even if it's not slow.. If I'm

[REBOL] TCP/IP ports problem (bug ?)

2001-04-24 Thread P-O Yliniemi
Wrote a small port scanner, which just tries to open a range of ports, and closes them directly afterwards.. With the Amiga version of REBOL/Core and /View, I can't open any port at all after running the test against another of my systems (unix machine with a lot of services running) I get the

[REBOL] Re: REBOL Web Site Update

2001-04-24 Thread Joel Neely
Carl Sassenrath wrote: Let me know if you see any new problems pop up. It's a bit difficult to check it on all browsers. Thanks. More on the FAQ page. It appears to have tables nested 3-deep, with the running copy inside the third-level table. As near as I can tell from a quick glance,

[REBOL] Re: server question

2001-04-24 Thread m . koopmans2
Well, I kept on tinkering and got the async stuff to work. But I am still interested though... --Maarten Van: [EMAIL PROTECTED] Datum: 2001/04/24 Tue AM 11:49:20 CEST Aan: [EMAIL PROTECTED] Onderwerp: [REBOL] server question Hi, I am trying to write a simple rebol based server.

[REBOL] Re: REBOL Web Site Update

2001-04-24 Thread Joel Neely
Carl Sassenrath wrote: Also, the site is now resizable... so you can print pages without getting snipped on the right margin. Thanks, Carl! I've been wishing for this for quite some time! Let me know if you see any new problems pop up. It's a bit difficult to check it on all

[REBOL] Re: REBOL Web Site Update

2001-04-24 Thread Carl Sassenrath
Looks like the code lines are too long. We'll fix that. It's about time we started adding again to this FAQ anyway. So, now is the time for a rework on it... I'll check on height=89 too... Thanks. -Carl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf

[REBOL] Re: Problem accessing website from View desktop

2001-04-24 Thread Carl Sassenrath
What directory path did you install REBOL/View into? -Carl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bard Papegaaij (FoliQuest) Sent: Monday, April 23, 2001 7:26 PM To: [EMAIL PROTECTED] Subject: [REBOL] Problem accessing website from View

[REBOL] Re: TCP/IP ports problem (bug ?)

2001-04-24 Thread Ryan Cole
Good one PeO, I cant find any work arounds. Interesting bit of behavior, scanning an openable port over and over has no ill effect. Scanning a failed to open port has no ill effects for exactly 1019 times. On the 1020 all hell breaks loose, you cant even open local files. --Ryan P-O

[REBOL] Re: server question

2001-04-24 Thread Ryan Cole
Currently I use different instances to do the processing, with a manager that justs handles redirecting connections. My manager still bogs at 8 connections--but I am counting on increasing performance. Under the right circumstances you might try busting up your processes so they contain break

[REBOL] Re: Block Diagram

2001-04-24 Thread Steve Shireman
Carl Sassenrath wrote: This is cute... I sat down tonight to make a simple block diagram for illustrating the REBOL product layers on our website. After trying to get it right in Photoshop, I gave up and switched to REBOL. Took me less time, and it was much easier to polish and experiment

[REBOL] Creating stuff :)

2001-04-24 Thread stefan . falk
Hi list, I'm having a huge problem, I can't for my life figure out how to do this. I have a form posting an X number of questions and answers, and I need to know how many and create a loop. Eg. if there are two questions and answers, I'll do this: question1: data/question1 answer1: data/answer1

[REBOL] Re: Creating stuff :)

2001-04-24 Thread Andrew Martin
Stefan wrote: question[count]: data/question[count] Try: poke question count data/question/:count I hope that helps! Andrew Martin ICQ: 26227169 http://members.nbci.com/AndrewMartin/ -- -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in

[REBOL] Re: word list

2001-04-24 Thread Ingo Hohmann
Hi PeO, ... or you could use query ... query/clear system/words == [end! unset! error! datatype! context! native! action! routine! op! function! object! struct! library! port! any-type! any-word!... f: func [][a: 1] query system/words == [f] f == 1 query system/words == [f a] kind

[REBOL] Q: Functions and the visibility of words

2001-04-24 Thread Jussi Hagman
Hi, I have been playing with REBOL for a some time but I still am curious about the word visibility scheme chosen by Carl. When a word is definied inside a function it is visible also outside the function (after the invication of the function) unless explicitly specified local. This seems to

[REBOL] Re: Q: Functions and the visibility of words

2001-04-24 Thread Andrew Martin
Jussi Hagman wrote: When a word is definied inside a function it is visible also outside the function (after the invication of the function) unless explicitly specified local. This seems to be a different approach to most of the other programming languages (at least that I know :). The

[REBOL] Introduction

2001-04-24 Thread Tom Schaeper
Hello all, May you only receive this post once. Yesterday I posted from my webhosts email browser and it got a little carried away and sent several posts. The webhost is currently head scratching on the problem. My name is Tom Schaeper and I'm and language junkie. I love new languages because

[REBOL] Re: Problem accessing website from View desktop

2001-04-24 Thread Bard Papegaaij \(FoliQuest\)
REBOL/View sits in /D/Rebol/View while my Windows system disk is /C/. Could there be a problem with that? Bard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Carl Sassenrath Sent: Wednesday, 25 April 2001 12:39 AM To: [EMAIL PROTECTED] Subject:

[REBOL] Re: Introduction

2001-04-24 Thread Ryan Cole
Welcome aboard Tom! --Ryan Tom Schaeper wrote: Hello all, May you only receive this post once. Yesterday I posted from my webhosts email browser and it got a little carried away and sent several posts. The webhost is currently head scratching on the problem. My name is Tom Schaeper and

[REBOL] Re: Q: Functions and the visibility of words

2001-04-24 Thread Ryan Cole
First think about this: Using rebol, I use far fewer temporary variables. In fact I can write vast amounts of code without using them at all. So it is not a big loss. As far as unwanted side effects, this depends on the particular scheme you use for accessing non-local words. For instance,

[REBOL] downloading Rebol View

2001-04-24 Thread Lok Yek Soon
Hi __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/ -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] downloading Rebol View

2001-04-24 Thread Lok Yek Soon
Hi , Currently, when we download Rebol the link from the website direct us to a survey form. Is it possible to provide an option to skip the survey if we have already filled in once? I understand that I can bookmark the final download page, but there might be times that users may not be using

[REBOL] Re: downloading Rebol View

2001-04-24 Thread Jussi Hagman
Quoting Lok Yek Soon ([EMAIL PROTECTED]): Is it possible to provide an option to skip the survey if we have already filled in once? Yes, just hit the submit button and you will be forwarded to the download page. The survey is optional (even it is not mentioned) -- Jussi Hagman