[REBOL] readmail.r [was Re: FYI: Plug-in bug with Windows NT & 95]

2004-03-03 Thread Carl Read
On 04-Mar-04, Carl Read wrote: > I'm trying our Mail Reader at the moment and it looks very good, Should've been "trying *out*" of course. Mail Reader's Phil Bevan's program - I've only just discovered it this week. -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL

[REBOL] readmail.r Re: FYI: Plug-in bug with Windows NT & 95

2004-03-03 Thread Carl Read
On 04-Mar-04, Alan Crandall wrote: > none > none=== Original Message === none > none > noneHi all, > none > noneWe found out [snip] >This was sent via readmail.r so may look strange! Go to Preferences in Mail Reader (readmail.r's proper name) and change Indent Text's "none" to some suitable te

[REBOL] [plugin]

2004-03-03 Thread Maxim Olivier-Adlhoch
hi everyone... is it just me, or does the plugin seem to be something larger than just a browser thing, when you read the text on the rebol.com page? the professional packages sounds a lot like rebol AS a dll... This is a long shot, but: "in-the-box solution packages, full strength encryptio

[REBOL] FYI: Plug-in bug with Windows NT & 95

2004-03-03 Thread Alan Crandall
none none=== Original Message === none none noneHi all, none noneWe found out today that there is a bug with the current (released) noneversion of the plug-in alpha that causes it not to function on Windows noneNT or Windows 95 (due to an API call not supported on those O/Ses). noneWe've integrate

[REBOL] Re: The REBOL async:// tutorial - take 1

2004-03-03 Thread Ashley Trüter
Well done guys, and thanks for taking the time and effort to not only release this but *explain* it! ;) Regards, Ashley -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] FYI: Plug-in bug with Windows NT & 95

2004-03-03 Thread Josh Mitts
Hi all, We found out today that there is a bug with the current (released) version of the plug-in alpha that causes it not to function on Windows NT or Windows 95 (due to an API call not supported on those O/Ses). We've integrated the fix today and are currently looking at when we can release an

[REBOL] Re: The REBOL async:// tutorial

2004-03-03 Thread Maarten Koopmans
Hi Will, You can, easily. Just remove the gfx stuff and it works on Core. The gfx stuff is just to make it "look" --Maarten >Marteen, >thank you for the tutorial! >..but as I'm stuck in /core (osx), could I make your example >work here too with little changes? > >What I would like is a function

[REBOL] Re: The REBOL async:// tutorial - take 1

2004-03-03 Thread Maxim Olivier-Adlhoch
I find this/last week to be a milestone in the rebol world. we can now start an async xml-rpc server by browsing a remote web page. Our world is getting s coool. we now even have a tutorial to understand the async protocol... I am thinking of using it for my liquid net module. -MAx ---

[REBOL] Re: The REBOL async:// tutorial - take 1

2004-03-03 Thread Gabriele Santilli
Hi Maarten, On Wednesday, March 3, 2004, 7:35:46 PM, you wrote: >>> either error? try [listen: open/no-wait tcp://:8000] [ >>> port: open async://localhost:8000 >>> port/awake: do handler >>> >>> >>> >>> >>Above code somehow escapes my understanding :-) So if we are not able to >>op

[REBOL] Re: Rebol/plugin install issues - was Re: Wake up ;-)

2004-03-03 Thread Josh Mitts
Hi all, My name is Josh Mitts, and for those of you who don't already know me from the rebol-view world, I developed REBOL/Plugin (with Carl, who had to turn REBOL into a DLL..gotta keep him workin and out of trouble, you know... ;-)) For those of you that are having problems with the plugin *no

[REBOL] Re: The REBOL async:// tutorial

2004-03-03 Thread Will Arp
Marteen, thank you for the tutorial! ..but as I'm stuck in /core (osx), could I make your example work here too with little changes? What I would like is a function to read data from say 5 different urls and as soon as one of these return data close all other connections and return the data. Aga

[REBOL] Re: The REBOL async:// tutorial - take 1

2004-03-03 Thread Paul Tretter
Thanks Maarten and Gabriele! Paul Tretter - Original Message - From: "Maarten Koopmans" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 03, 2004 8:48 AM Subject: [REBOL] The REBOL async:// tutorial - take 1 > > See below. Enjoy it. Republish it. > ==

[REBOL] Re: Wake up ;-)

2004-03-03 Thread Robert M. Münch
On Tue, 2 Mar 2004 22:34:15 CET, <[EMAIL PROTECTED]> wrote: > Well if it's an ActiveXObject it should be > usable from within any OLE container right? > Microsoft Word, PowerPoint Presentations, as > well as Internet Explorer. Hi, not necessarily. Because the plug-in doesn't has access to the DO

[REBOL] Re: The REBOL async:// tutorial - take 1

2004-03-03 Thread Maarten Koopmans
First, realize that we didn't knock this off in two afternoons. So it is OK to hit your head against the wall. >> handler: func [port [port!] state [word! error!] /local tmp cmd] [ >> if error? :state [print mold disarm state return true] >> switch state [ >> connect [ >>

[REBOL] Re: Rebol/plugin install issues - was Re: Wake up ;-)

2004-03-03 Thread Didec
Re: Rebol/plugin install issues - was Re: Wake up ;-) Hi, > Unknowns: > 1. Where does the plugin attempt to install? What directory? Normally plugins are installed in the "%windir%\downloaded program files" folder. But you can found it by going to the "Internet settings", In the "Temporary Inte

[REBOL] Re: The REBOL async:// tutorial - take 1

2004-03-03 Thread Petr Krenzelok
Maarten Koopmans napsal(a): Hi, that stuff looks really excelent! Strange thing is, that even if the code looks pretty straightforward, I don't understand every detail of it, but that is what there are questions for :-) > handler: func [port [port!] state [word! error!] /local tmp cmd] [ >

[REBOL] Re: The complete Rebol named argument passing

2004-03-03 Thread Romano Paolo Tenca
Hi Anton, > This sparks an idea for new syntax for me. How about: > > find/::case/::skip a b size > > That way you can pick and choose which refinements will be > propagated and which are hard-coded. eg: > > find/::case/skip a b size > > This means: > /case is propagated if case is true >

[REBOL] Re: YAPAQ

2004-03-03 Thread Romano Paolo Tenca
If they are all valid rebol value, you can load the string or try this: str: {e1 e2 "e 3" e4 ee"e 5" e6 ^{e 7^}} until [res: load/next str probe to string! res/1 tail? str: res/2] Else you must write a parse rule. --- Ciao Romano -- To unsubscribe from this list, just send an email to [EMAIL

[REBOL] Re: rebol-plugin and mozilla firefox

2004-03-03 Thread Petr Krenzelok
Lok Yek Soon napsal(a): > > >I just tested with Mozilla 1.6 and have no problem. I believe, Graham >and Terry have reported similar success on AltMe REBOL world. > >On this page, http://www.iol.ie/~locka/mozilla/plugin.htm#download >I download the one that says Mozilla 1.6 > >If you still have

[REBOL] Re: The REBOL async:// tutorial - take 1

2004-03-03 Thread Maarten Koopmans
Of course you have to do the async-protocol.r first before trying the sample code. Maarten Koopmans wrote: >See below. Enjoy it. Republish it. >== > >The REBOL async:// tutorial - Take 1 > >Maarten Koopmans, code samples and root protocol by G

[REBOL] Re: rebol-plugin and mozilla firefox

2004-03-03 Thread Lok Yek Soon
On Wednesday, Mar 3, 2004, at 18:30 Asia/Singapore, Petr Krenzelok wrote: > > Lok Yek Soon napsal(a): > >> Hi, >> >> Just want to drop a note that I have been successful getting >> rebol-plugin to work on firefox on winxp. >> >> This is done by installing the mozilla active x control from >> ht

[REBOL] The REBOL async:// tutorial - take 1

2004-03-03 Thread Maarten Koopmans
See below. Enjoy it. Republish it. == The REBOL async:// tutorial - Take 1 Maarten Koopmans, code samples and root protocol by Gabriele Santilli What is async:// anyway? It is an asynchronous TCP root protocol that can be used to drive REBOLs hidd

[REBOL] Re: Wake up ;-)

2004-03-03 Thread Vos, Doug
The plugin-guide is helpful and also mentions that there is no support for proxy as yet. All the problems I reported yesterday are related to proxy. Here's what I found in testing the plugin. When I tested everything at home last night, everything ran fine (on Win-98 and WinXP) -- just doesn

[REBOL] Re: YAPAQ

2004-03-03 Thread Hallvard Ystad
Dixit Volker Nitsch (16.31 02.03.2004): >Quotes are inbuild. so: >!>> parse >{word1 word2 "expression 1" "expression 2" word3 "expression 3"} "" >== ["word1" "word2" "expression 1" "expression 2" "word3" "expression 3"] Yes, but: >> a: parse {e1 e2 "e 3" e4 ee"e 5" e6 ^{e 7^}} none == ["e1" "e2"

[REBOL] [.net] problem...

2004-03-03 Thread Maxim Olivier-Adlhoch
hi, just something I came accross today which I found instructive about .net http://www.joelonsoftware.com/articles/PleaseLinker.html proves how well off we are with rebol's 500k size... and interpreters which are all integrated. -MAx --- "You can either be part of the problem or part of th

[REBOL] Re: rebol-plugin and mozilla firefox

2004-03-03 Thread Petr Krenzelok
Lok Yek Soon napsal(a): >Hi, > >Just want to drop a note that I have been successful getting >rebol-plugin to work on firefox on winxp. > >This is done by installing the mozilla active x control from >http://www.iol.ie/~locka/mozilla/mozilla.htm > > Hod did get you it running, please? I tried

[REBOL] rebol-plugin and mozilla firefox

2004-03-03 Thread Lok Yek Soon
Hi, Just want to drop a note that I have been successful getting rebol-plugin to work on firefox on winxp. This is done by installing the mozilla active x control from http://www.iol.ie/~locka/mozilla/mozilla.htm Best YekSoon neuSteps Technologies Pte Ltd http://neusteps.com m: +65 9684 2308

[REBOL] [REBOL.org] Recent changes

2004-03-03 Thread rebol
[REBOL] [REBOL.org] Recent changes This is an automatic email from REBOL.org, the REBOL Script Library to notify you of recent changes to the Library. ===changes=== button.r --change: new script --title: VID Button Set date.r --change: new script --title: Date Selector dragbar.r --chan