• Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

AltME groups: search

Help · search scripts · search articles · search mailing list

results summary

worldhits
r4wp0
r3wp7
total:7

results window for this page: [start: 1 end: 7]

world-name: r3wp

Group: Ann-Reply ... Reply to Announce group [web-public]
Graham:
11-Jun-2005
>> do %menu-system-demo.r
Script: "Menu-System Demo" (10-Jun-2005)
Script: "Menu-System" (11-Jun-2005)
Menu-System Demo
ChristianE:
11-Jun-2005
You need %menu-system-demo.r and %menu-system.r
Graham:
11-Jun-2005
and menu-system.r to be sure
Sunanda:
12-Jun-2005
Sorry -- no explanation -- I see 0.1.8 when looking at both the source 
and the download on REBOL.org.  Maybe it is caching at Graham's ISP


Graham, you could try using the LDS interface to download the script:
     do http://www.rebol.org/library/public/lds-local.r
     res: lds/send-server 'get-script [menu-system.r]
     print res/data/script
Group: Script Library ... REBOL.org: Script library and Mailing list archive [web-public]
Sunanda:
12-Jun-2005
Problem is that the download page *is* a static URL if you go to 
it directly, eg,
    http://www.rebol.org/library/scripts-download/menu-system.r

But of you click the "download script" link while viewing a script, 
you do go via a dynamic URL -- it creates the static one for you 
and then redirects, eg

http://www.rebol.org/cgi-bin/cgiwrap/rebol/download-a-script.r?script-name=menu-system.r


{What we should do is update the static file whenever a script is 
added or updated. That would fix most instances of this....I'll put 
that on the list, thanks]
Group: Announce ... Announcements only - use Ann-reply to chat [web-public]
ChristianE:
11-Jun-2005
JFYI: In case your trying out the menu demo, just make sure that 
both files menu-system-demo.r and menu-system.r are the same version 
number.
ChristianE:
12-Jun-2005
Graham, Brock and Sunanda pointed me to have posted a wrong URL pointing 
to old versions of the files.
So here are the working ones:


 http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=menu-system.r

 http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=menu-system-demo.r


These really should point to the most recent files in version 0.1.8 
now. Sorry, Graham and Brock (and potentially others, too) for the 
confusion I caused.