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

More services?

 [1/5] from: ddalley:idirect at: 18-Nov-2001 3:40


Are there more than the three basic services? goto, help, quit If yes, how can more services be used? Donald Dalley

 [2/5] from: atruter:hih:au at: 19-Nov-2001 12:46


Refer http://www.rebol.com/docs/desktop.html for useful info on how to add services (and bookmarks). I have found that adding something like: service "Monitor" %/c/rebol/view/public/web.tiscali.it/anarkick/anamonitor.r to /c/rebol/view/desktop/services.r is quite useful, as is changing the console entry in bookmarks.r to: file "Console" http://www.rebol.com/view/tools/console.r icon console This last change ensures that a separate console session is spawned as opposed to the view session being replaced (at least under Win32 anyway ;) ). Regards, Ashley Donald Dalley <[ddalley--idirect--com]>@rebol.com on 18/11/2001 18:40:58 Please respond to [rebol-list--rebol--com] Sent by: [rebol-bounce--rebol--com] To: "Mail List REBOL" <[rebol-list--rebol--com]> cc: Subject: [REBOL] More services? Are there more than the three basic services? goto, help, quit If yes, how can more services be used? Donald Dalley

 [3/5] from: greggirwin::mindspring::com at: 18-Nov-2001 19:33


Hi Donald, << Are there more than the three basic services? goto, help, quit If yes, how can more services be used? >> I'm not sure what you mean by "services". Must be my end-of-the-weekend brain fog... --Gregg

 [4/5] from: gchiu:compkarori at: 19-Nov-2001 17:02


On Sun, 18 Nov 2001 19:33:18 -0700 "Gregg Irwin" <[greggirwin--mindspring--com]> wrote:
> << Are there more than the three basic services? goto, > help, quit > > If yes, how can more services be used? >> > > I'm not sure what you mean by "services". Must be my > end-of-the-weekend > brain fog... >
Go to your rebol/desktop directory, and look for the file %services.r You can modify that to add more services. -- Graham Chiu

 [5/5] from: greggirwin:mindspring at: 19-Nov-2001 9:21


Ahhhh, Brain fog clears...not "web services" but desktop menu items. Thick fog.<sigh> --Gregg