[REBOL] Re: Find objects/functions and linking some faces

2004-05-25 Thread lp . legoff
Hi Cyphre, Nice ! This is exactly something like that ! Thanks ! Regards, ==Philippe. >From Cyphre <[EMAIL PROTECTED]>: > > Hi Philippe > > > 2/ I have a layout with a box 1 and a box 2 (same drag'n dropable style). > > I want to draw a line (length = offset box1 - offset box2) beetwen my >

[REBOL] Find objects/functions and linking some faces

2004-05-22 Thread lp . legoff
Hi list, two questions : 1/ how is it possible to get a brief listing of objects and functions including in a script ? Parsing, testing word? or another "not documented" method ? 2/ I have a layout with a box 1 and a box 2 (same drag'n dropable style). I want to draw a line (length = offset b

[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] 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

[REBOL] Browse function

2004-03-11 Thread lp . legoff
Hi list, I need some help for the following question with browse function : script : --- browse "http://www.google.com"; wait 00:00:10 browse "http://www.search.com"; wait 00:00:10 browse "http://www.altavista.com"; wait 00:00:10 ...etc --- I would like to open

[REBOL] help List with block and occurrence

2004-01-22 Thread lp . legoff
hi rebolers ! Needs help for a little piece of code : I call in a foreach loop some datas from a block : foreach [name date hour remark] my-structured-block [ ... ] datas in block looks like : user1 01-01-2004 08:07 test1 user1 01-01-2004 08:02 test2 user1 01-01-2004 08:04 test3 us

[REBOL] Re: odbc socket server article in english

2003-12-22 Thread lp . legoff
Hi, Yes, it works ! The PDF help on SourceForge is also very cool. And ODBCSocketServer works on NT, Y2K, but also XP SP1.(I tried it with a Oracle 9.x SGBD, but I suggest just to test it with a UseMSDTD=2 parameter : faster, xml-responses easy to parse. Modifying the UseMSDTD modify also the

(no subject)

2003-11-07 Thread lp . legoff
Hi, Newbie in Rebol. How parsing a string like : (STRING1=(STRING2=val2)(STRING3=(STRING4=)(STRING5=val5)(STRING6=val6))) to get the pairs string1/value1, etc...? with possible null val1. A recursive rule ? Thanks for help. Philippe -- To unsubscribe from this list, just send an email to [EM