Page 1 of 1

Livecode 5.0 upgrade !

Posted: Thu Nov 10, 2011 2:24 pm
by Es124
Why do we have no right to download the latest update for livecode 5.0 when we already have purchase 5.0 ?

And why are there all these problems to make a standalone app for the iPad ? ( missing pictures and no video ),
so if i want to resolve the problems i have to pay another 200 dollars to get the updates ?


Enno

Re: Livecode 5.0 upgrade !

Posted: Thu Nov 10, 2011 2:54 pm
by Klaus
Hi Enno,
Es124 wrote:Why do we have no right to download the latest update for livecode 5.0 when we already have purchase 5.0 ?
as you can read on the screenshot, you need to be part of the LiveCode Developer Programm to be allowed to download DPs (Developer Previews)
and Beta versions of LiveCode!
Es124 wrote:And why are there all these problems to make a standalone app for the iPad ? ( missing pictures and no video ),
Are you sure that this (missing pictures and no video) is LiveCodes fault? 8)


Best

Klaus

Re: Livecode 5.0 upgrade !

Posted: Thu Nov 10, 2011 8:13 pm
by Es124
Hi,

yes i know, 90 % possible it's my fault ... but what do i do wrong ?
When i test it on the iPad sim every picture is there, but when i send it trough Xcode to the iPad then the first 2 cards incl. pictures are there, but the pictures on the other cards are missing or at a differed place and size. ( size app. 45 mb.)

greetings,
Enno

Re: Livecode 5.0 upgrade !

Posted: Fri Nov 11, 2011 10:14 am
by Mark
Hi Enno,

In order to tell you what you're doing wrong, we need to know what you're doing. How did you include the pictures in your stack?

Btw what's with the latest 2 screenshots?

Kind regards,

Mark

Re: Livecode 5.0 upgrade !

Posted: Fri Nov 11, 2011 11:51 am
by Klaus
Dag Enno,
Es124 wrote:Hi,
When i test it on the iPad sim every picture is there, but when i send it trough Xcode to the iPad then the first 2 cards incl. pictures are there...
So you should at first check what the differences are in the filenames of the images that DO show up and the ones the DO NOT show up!
Es124 wrote:... but the pictures on the other cards are missing or at a differed place and size. ( size app. 45 mb.)
What do you mean with "at a different place"?
And what do you mean with size: the dimensions or the filesize?


Hint regarding playing videos on iOS:
On the screenshot I see that your videos are in a subfolder named "Videos".
So you can play them on iOS with:
...
put specialfoolderpath("engine") & "/Videos/Name of your video.mp4" into tVideo
play tVideo
...

Important hint: the iOS filesystem is CASE SENSITIVE!
So take care to use the correct cases! Video.mp4 <> video.mp4 8)


Best

Klaus

Re: Livecode 5.0 upgrade !

Posted: Mon Nov 14, 2011 7:39 pm
by Es124
Hi,

Ok the pictures our all there, and on the right place :idea: ( but still slow loading of the next card ) But it's no good for the video... what do i do wrong ? :oops:

The mov. has to play on mouesup from the 'movie bord_icon copy.png' button , but i only have a mil.second black screen.

Re: Livecode 5.0 upgrade !

Posted: Mon Nov 14, 2011 7:42 pm
by Mark
Hi,

Specialfolderpath("something") never has a trailing slash. You need to add this before the remainder of the path, i.e. if your path starts with "video/..." you have to write "/video/...".

Kind regards,

Mark

Re: Livecode 5.0 upgrade !

Posted: Mon Nov 14, 2011 7:49 pm
by Es124
Hi Mark,

i did
on mouseup
play video specialFolderPath("engine") & "/Vidoes/Cover.mov"
end mouseup


and it works on the IPad sim... thanks :D ... now let's hope it works on the iPad .

Re: Livecode 5.0 upgrade !

Posted: Mon Nov 14, 2011 7:53 pm
by Klaus
Es124 wrote:...
on mouseup
play video specialFolderPath("engine") & "/Vidoes/Cover.mov"
end mouseup
...
Not that I wrote this in my last posting! 8)

Re: Livecode 5.0 upgrade !

Posted: Mon Nov 14, 2011 7:59 pm
by Es124
hi Klaus,

sorry, i did not see that . :oops:

greeetings

Re: Livecode 5.0 upgrade !

Posted: Mon Nov 14, 2011 8:23 pm
by Klaus
N'avond Enno,

dat was alleen maar en grapje 8)
That was just a joke 8)


Best

Klaus

Re: Livecode 5.0 upgrade !

Posted: Wed Nov 16, 2011 1:35 pm
by Mark
Enno,

If you're Dutch, check out http://runrev.info/rrforum/

Best,

Mark