[REBOL] hook while downloading from html port

2004-04-13 Thread Maxim Olivier-Adlhoch
hi, I was wondering, if its possible to put a hook somewhere (even if deep) within the port or more specifically the html port handler, so that we can update something elsewhere, do statistics or print out transfer rate for example... I thought maybe by reducing the buffer size and patching flus

(no subject)

2004-04-13 Thread Rebolinth
Hello Anton, Well actualy im trying to duplicate "FLASH" now the plugin of rebol is here, but im running into some problems actualy, most of them are event and timing problems with animations.. I hoped the sound port would help me on sound but it just wont work... I could indeed insert the wav

[REBOL] Re: [Liquid] Where can I find its website?

2004-04-13 Thread Arie van Wingerden
Thanks Max! I will stay tuned on your products. Arie - Original Message - From: "Maxim Olivier-Adlhoch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 13, 2004 6:57 PM Subject: [REBOL] Re: [Liquid] Where can I find its website? > > well, it should be http://www.re

[REBOL] Re: Parsing html specific block

2004-04-13 Thread lp . legoff
Hi gregg, As usual, a nice and obvious answer with Rebol... A little work again for me to work fine with my problem. Thanks Gregg. Philippe. Selon Gregg Irwin <[EMAIL PROTECTED]>: > > Hi Philippe, > > llff> How parse a html file containing some ... blocks like : > ... > llff> BUT just keep

[REBOL] Re: FTP memory leak?

2004-04-13 Thread Will Arp
Hi Bo, dunno about the memory leak but here you can find Romano's latest ftp handler which I'm using successfully: http://www.rebol.net/cgi-bin/projects/track.r?id=149 Will On 13 apr 2004, at 16:35, Bohdan or Rosemary Lechnowsky wrote: > > Hello, all. > > I was wondering if anyone had seen a

[REBOL] Re: [Liquid] Where can I find its website?

2004-04-13 Thread Maxim Olivier-Adlhoch
well, it should be http://www.rebol.it/~steel/liquid/index.html Its not accessible from the site menus right now... everything is slated to be redesigned... Its just a matter of time... I'm slowly getting to it, those with whom I regularly converse on this list, know that I'm very active, it

[REBOL] Re: sound loop

2004-04-13 Thread Anton Rolls
I admit, I hadn't tried it for a long time. Now I have tried it again and you are right. There is a short interruption. Anton. > Hi Anton, > > Did you get any usable results without interupting the sound? I > always got > annoying significant silence when the playback reach its loop point :-

[REBOL] Re: Parsing html specific block

2004-04-13 Thread Gregg Irwin
Hi Philippe, llff> How parse a html file containing some ... blocks like : ... llff> BUT just keep .. blocks containing specific strings like "KO" and llff> reform the html file with them inside original Something like this? rules: [ any [ copy text thru (print text)

[REBOL] FTP memory leak?

2004-04-13 Thread Bohdan or Rosemary Lechnowsky
Hello, all. I was wondering if anyone had seen a memory leak related to FTP. I have written a backup application using Rebol. I can back up 50,000 local files without any problems, but if I try to back up ~250 files from an FTP location to a local drive, Rebol's memory usage goes through the

[REBOL] Parsing html specific block

2004-04-13 Thread lp . legoff
Hi list, Maybe a standard question : How parse a html file containing some ... blocks like : ... TARGET URL WORD TEST TIME http://.google.com";>GOOGLE http://.google.com Google KO NA etc ... BUT just keep .. blocks containing specific strings like "KO" and reform the html fil