Thanks for the suggestions. I will try the “try” approach. I guess from the
fact that I get a proper download from the IDE, that the url is correct, but I
will make provisions to make sure it is anyway. I had a couple of instances
where the url, which is dynamic, depending on other choices the u
Hi Tore,
Probably you need to check that the script actually gets as far as the
libUrlSetStatusCallback command. Insert a beep right before the command
to check this.
Second, to check that libUrl is available, you could add a try-control
structure:
try
beep
libUrlSetStatusCallback "sho
Yes, at least I manually selected it in the standalone application settings, as
my experiences with the CEF-library was that it would not be included
automatically. But it seems as if the Internet library is not included in the
build anyway. I have tried to reset it on several occasions. At best
Did you include the Internet library (is not the browser external) in your
standalone, in de standalone application settings?
--
Kind regards,
Mark Schonewille
Economy-x-Talk
Http://economy-x-talk.com
Share the clipboard of your computer over a local network with Clipboard Link
http://clipboa
I am having trouble with this script in a standalone application for OSX. It
works alright in the IDE, but will not work when a standalone is built.
on mouseUp
hide group "DownloadInfo"
put gValgtLeksjon & ".pdf" into tFilNavn
ask file "Velg hvor du vil lagre filen:" with tFilnavn as sh