[REBOL] Re: Unable to retrieve Lycos email in Rebol

2002-02-02 Thread Jean-Francois BOUZEREAU
Hi, If you have special characters in password (like spaces or commas) the login procedure may have problems... -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.

[REBOL] Unable to retrieve Lycos email in Rebol

2002-02-02 Thread philb
Hi, Has anyone succesfully used Rebol to access their Lycos email? Running a trace, my password is rejected, yet when I go to their site I can sign and get my mail using the password. >> mailbox: open pop://philiphbevan:[EMAIL PROTECTED] URL Parse: philiphbevan mypassword pop.lycos.co.uk none

[REBOL] Re: Rugby (severe security bug)

2002-02-02 Thread Maarten Koopmans
you are so right! I'll fix this next week. The http transport does not have this problem I think as it doesn't use decompress. Thank you very much! --Maarten > Hi, Marteens, > > this permits to execute more complex code on a rugby tcp server: > > p: open/binary server > k: mold compress mold/

[REBOL] dbms3.r

2002-02-02 Thread Gabriele Santilli
Hi! FYI, development part 3 has been posted today to the new list. Regards, Gabriele. -- Gabriele Santilli <[EMAIL PROTECTED]> - Amigan - REBOL programmer Amiga Group Italia sez. L'Aquila -- http://www.amyresource.it/AGI/ -- To unsubscribe from this list, please send an email to [EMAIL PR

[REBOL] Re: PDF-Maker questions

2002-02-02 Thread Gabriele Santilli
Hello Andrew! On 01-Feb-02, you wrote: AM> Also, be sure to use the literal word 'newline, not the value AM> of 'newline. I made this mistake and it took me a while to AM> work it out. BTW, if you use the 'as-is paragaph alignment, you can use newlines in the text too. Regards, Gabriele

[REBOL] [rugby XPi beta1 - name conflict]

2002-02-02 Thread Patrick Philipot
Hi Maarten Here is a problem and the related suggestion regarding rugby XPi. The problem === To experiment with rugby, I was trying to split the tic-tac-toe program in two part : a server and a client. Foolishly I started my server with the following line : serve [compute-move get-res

[REBOL] Re: Vanilla HELP! :)

2002-02-02 Thread Andreas Bolka
Friday, February 01, 2002, 3:25:51 AM, Ryan wrote: > Also, please check into the CGI non-parsing headers problem which > was pointed out in a different response. IIS is easy to administer > and it would be nice to be able to run Vanilla on IIS. that is an IIS feature - it'd be better if microso

[REBOL] Rugby

2002-02-02 Thread Romano Paolo Tenca
Hi, Marteens, this permits to execute more complex code on a rugby tcp server: p: open/binary server k: mold compress mold/only [print 6] msg: join "0041" k insert p msg close p --- Ciao Romano -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscrib

[REBOL] a funny language - "ETA"

2002-02-02 Thread chaz
the lyrics to the song "99 bottles of beer on the wall" - implemented in REBOL: http://www.reboltech.com/library/html/beersong.html implemented in ETA: http://www.miketaylor.org.uk/tech/eta/pit/bottles.eta The ETA Programming Language http://www.miketaylor.org.uk/tech/eta/doc/manual.html

[REBOL] Re: Rugby and large data

2002-02-02 Thread Romano Paolo Tenca
I have found that this breaks a Rugby server: 1) open the remote tcp rugby server port 2) insert port join "0004" "halt" The problem is in: decompose-msg: func [ {Extracts a message that has been transmitted on the wire.} msg [any-string!] ] [ return do decompress do trim

[REBOL] Re: choice: change list and update view?

2002-02-02 Thread SunandaDH
Hi Robert > I have one choice field with some choices and depending on the user selection > the list of entries for an other choice should be modified. Both choice are > visible. Your code didn't work for me -- 'lab must be a personal word. But I think this code demonstrates what you are tr

[REBOL] ANN: Mouse pointer handler update...

2002-02-02 Thread Louis Cyphre
Hi All, This announce is only for View/Pro or View/Command users: If you are interested check new version of Mouse pointer handler at http://www.sweb.cz/cyphre/cursors.r This version has been reported to work on Windows98se, Windows2000 and WindowsXP. If you are running another version of Windo

[REBOL] choice: change list and update view?

2002-02-02 Thread Robert M. Muench
Hi, after being able to specify a block of choices with data I have the next question: I have one choice field with some choices and depending on the user selection the list of entries for an other choice should be modified. Both choice are visible. Here is my snippet but this doesn't work: lab