Hi Jim,

Just use :

on mouseUp
load url "http://localhost/evoecoles/evoecoles.mc.gz"; with message statutconnex
end mouseUp


on statutconnex
if the cachedurls contains "http://localhost/evoecoles/evoecoles.mc.gz"; then
go stack decompress(url "http://localhost/evoecoles/evoecoles.mc.gz";)
save this stack as the directory & "/evoecoles.mc"
else answer " " & return & "La connexion avec le serveur" && quote & \
"EVOLUTION" & quote && "est rompue." & \
return & return & "Vérifiez votre configuration d'accès à" && \
"l'internet avant" & return & "de poursuivre..."
end statutconnex

Works well there (Metacard and Revolution), under both Linux and Panther :)


Best, Pierre

Le 1 mars 04, à 16:41, Jim Hurley a écrit :

One can open a stack stored on the Web with

Go stack url "http://myWebSite/myStack.rev";

provided myStack.rev is a RunRev stack file.

I don't suppose there is any way for RunRev to deal with a zipped file, i.e., myStack.rev.zip?

Wishfully thinking,

Jim
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


--
Bien cordialement, Pierre Sahores

100, rue de Paris
F - 77140 Nemours

[EMAIL PROTECTED]

GSM:   +33 6 03 95 77 70
Pro:      +33 1 41 60 52 68
Dom:    +33 1 64 45 05 33
Fax:      +33 1 64 45 05 33

Inspection académique de Seine-Saint-Denis
Applications et SGBD ACID SQL (WEB et PGI)
Penser et produire "delta de productivité"

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to