Internet library?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Internet library?
Hi,
Why can not use libURLDownloadToFile / libURLxxxxx .... and so on command?
How do I get or install Internet library?
can someone explain how to do?
thanx!
Why can not use libURLDownloadToFile / libURLxxxxx .... and so on command?
How do I get or install Internet library?
can someone explain how to do?
thanx!
Re: Internet library?
Hi cannix,
What exactly does not work? Do you get any errors? If yes which ones?
Can you show us the script that does not work?
the library in the standalone builder settings.
Best
Klaus
what version of Livecode and what platform (Desktop or Mobile) are you using?cannix wrote:Why can not use libURLDownloadToFile / libURLxxxxx .... and so on command?
What exactly does not work? Do you get any errors? If yes which ones?
Can you show us the script that does not work?
The internet library is always available in the IDE and for standalones you need to selectcannix wrote:How do I get or install Internet library?
the library in the standalone builder settings.
Best
Klaus
Re: Internet library?
-------Klaus wrote:Hi cannix,
what version of Livecode and what platform (Desktop or Mobile) are you using?cannix wrote:Why can not use libURLDownloadToFile / libURLxxxxx .... and so on command?
What exactly does not work? Do you get any errors? If yes which ones?
Can you show us the script that does not work?
The internet library is always available in the IDE and for standalones you need to selectcannix wrote:How do I get or install Internet library?
the library in the standalone builder settings.
Best
Klaus
1. 7.0.0 rc1
2. you need to select the library --> library name is???
3. Can you teach me how to set it?
-
- Livecode Opensource Backer
- Posts: 447
- Joined: Mon Jan 23, 2012 12:46 pm
Re: Internet library?
It will be under File>standalone application settings
In my experience, for desktop apps I leave "search for required inclusions when saving standalone applications" checked and it does the job of including the correct libraries/externals. For android, you have to specifically check the internet permission under File>standalone application settings>android
like this:
I'm not sure about iOS, but I imagine it's something similar. Hope this was helpful.
--Sefro
In my experience, for desktop apps I leave "search for required inclusions when saving standalone applications" checked and it does the job of including the correct libraries/externals. For android, you have to specifically check the internet permission under File>standalone application settings>android
like this:
I'm not sure about iOS, but I imagine it's something similar. Hope this was helpful.
--Sefro
Re: Internet library?
Resolved!sefrojones wrote:It will be under File>standalone application settings
In my experience, for desktop apps I leave "search for required inclusions when saving standalone applications" checked and it does the job of including the correct libraries/externals. For android, you have to specifically check the internet permission under File>standalone application settings>android
like this:
I'm not sure about iOS, but I imagine it's something similar. Hope this was helpful.
--Sefro
Thank you very much for your help...
Re: Internet library?
The problem with libURLDownloadToFile on LC 7.0 is that it doesn't work AT ALL in the IOS standalone builder. It works in 6.7 though and it now works in LC 7.0.1 RC3 and RC4. The revZipExtractItemToFile tArchive command does not work in LC 7.0.1 RC3 and RC4 on IOS however. Bug report filed.