Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: error in reading url

From: mlist:wgs:ch at: 26-Nov-2001 22:34

Ok, here's the script so far: thanks to try :) JUL --------------------------------- REBOL [ Title: "SiteSearch" Date: 26-Nov-2001 Author: "Julien Bailly" Version: 1.0.0 ] foundurls: [] startsearch: does [ read make url! siteUrl/text ] gui: layout [ backdrop effect [gradient 1x1 40.0.210 0.40.100] across vh1 "Search in Site v1.0.0" gold return label right "Site to search in:" tab siteUrl: field return label "Word to search for" tab word: field return search: button "Search" [startsearch] return label yellow "the key word has been found in the following pages:" return urls: text-list 400x300 data foundurls [tell value openurl] return open: button red white yellow "Open selection" [openurl] return txt "© Julien Bailly 2001" 200.200.200 ] view gui ---------------------------------------- -----Message d'origine----- De : [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]De la part de Hallvard Ystad Envoyé : lundi, 26. novembre 2001 22:19 À : [rebol-list--rebol--com] Objet : [REBOL] Re: error in reading url I'd love to finally be the helpeur, not the helpee, and this is something I work with for the time being, but I'm afraid I can't help you much without seing the func code. I'll be happy to look into it, though. ~H Dixit Julien Bailly (21.53 26.11.2001):