Search found 69 matches

by ChrisMukrow
Thu Mar 28, 2013 1:46 pm
Forum: iOS Deployment
Topic: URL, strange output??
Replies: 4
Views: 4585

URL, strange output??

Dear LiveCoders, I'm trying to load some XML into Livecode, this works when I use a "hardcoded link": put URL "URL TO XML PAGE" into tXMLprofile But when I use a variable it doesn't work: put itemLinkHolder into tURLprofile put URL tURLprofile into tXMLprofile When I put the variable into a field, t...
by ChrisMukrow
Tue Feb 19, 2013 10:22 am
Forum: iOS Deployment
Topic: Unzip file and show it.
Replies: 27
Views: 16481

Re: Unzip file and show it.

Hi, It works now! Thanks to everyone who helped! :D Especially Simon with the final solution! The problem was that the zip was a map, so when you unzip it. It creates a map in a map: /images/imagesApp/ Final code if someone needs it: on downloadFiles libUrlDownloadToFile "URL TO ZIP", specialfolderp...
by ChrisMukrow
Tue Feb 19, 2013 9:15 am
Forum: iOS Deployment
Topic: Unzip file and show it.
Replies: 27
Views: 16481

Re: Unzip file and show it.

Hi Simon, Thanks for your help! The documents is not a problem (still changed it though), because when I download the file and unzip it, I see the files in the documents map of the simulator. The tList I just added and it gives this output: imagesApp/ imagesApp/1.jpg _MACOSX/ _MACOSX/imagesApp/._1.j...
by ChrisMukrow
Mon Feb 18, 2013 10:33 am
Forum: iOS Deployment
Topic: Unzip file and show it.
Replies: 27
Views: 16481

Re: Unzip file and show it.

Hi Guys, Sorry for my late reply, it was Carnaval in the Netherlands :D The slash wasn't a fix. But when I tried the method of Ender, it was pretty interesting. The zip gets downloaded, but there is something wrong in the unzipping part. It creates an empty file (zero bytes) with the same the name o...
by ChrisMukrow
Fri Feb 08, 2013 11:50 am
Forum: iOS Deployment
Topic: Unzip file and show it.
Replies: 27
Views: 16481

Re: Unzip file and show it.

Hi Klaus,

Unfortunately no luck, it doesn't work.

Kind regards,

Chris
by ChrisMukrow
Fri Feb 08, 2013 11:03 am
Forum: iOS Deployment
Topic: Unzip file and show it.
Replies: 27
Views: 16481

Unzip file and show it.

Dear LiveCoders, I'm trying to download a zipfile and unzip it on a iOS device. The zipfile contains 50± images, I want to load them into background images. The download part works (I think), and the unzipping part also (I think :P). But the strange thing is, it doesn't show an image. Here is my cod...
by ChrisMukrow
Fri Nov 16, 2012 1:20 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Expansion files Android, possible?
Replies: 4
Views: 3641

Re: Expansion files Android, possible?

Thanks for your help Simon.

Chris
by ChrisMukrow
Wed Nov 14, 2012 8:44 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Expansion files Android, possible?
Replies: 4
Views: 3641

Re: Expansion files Android, possible?

Most size is taken by images and there is one video.

Chris
by ChrisMukrow
Mon Nov 12, 2012 4:21 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Expansion files Android, possible?
Replies: 4
Views: 3641

Expansion files Android, possible?

I have little problem, my APK file is to big (300mb), max 45mb. I can't make the app any smaller. So I want to make one main APK file and a secondary expansion file, is this possible in Livecode? If so, how?

Any help is welcome,
Chris

Go to advanced search