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

[REBOL] Re: MAPLETS: Rollovers, Matrices, Smart-Maps and Reblets [long newbie qu

From: m:koopmans2:chello:nl at: 6-Sep-2001 22:20

If you download rugby from www.rebolforces.com/~erebol you'll find a file server in the samples. Basically what you need to do is something like: get-file: func [ the-file [string!]] [ maplet: copy [] ;identify and load your resources here append maplet your-image append maplet whatever ... return maplet ] serve [get-file] Now clients can do a maplet-server: context get-rugby-server http://your.address.here m: maplet-server/get-file/http "demo" HTH, Maarten