Hi list

Here is a very simple script :

on mouseUp
    put empty into fld "resultat"
   set itemDel to "/"
   put item 1 to -2 of the effective fileName of this stack into tPath
   set itemDel to comma
   put tPath into fld "resultat"
end mouseUp

In the IDE, it gives the right path
when I build a revlet, put it on my server and open it with Safari, it gives ... nothing ! fld "resultat" stays empty

Any idea ?

Thanks.

Greetings.

Yves COPPE
[email protected]

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to