Livecode 5.0 upgrade !
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Livecode 5.0 upgrade !
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
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 !
Hi Enno,
and Beta versions of LiveCode!
Best
Klaus
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)Es124 wrote:Why do we have no right to download the latest update for livecode 5.0 when we already have purchase 5.0 ?
and Beta versions of LiveCode!
Are you sure that this (missing pictures and no video) is LiveCodes fault?Es124 wrote:And why are there all these problems to make a standalone app for the iPad ? ( missing pictures and no video ),

Best
Klaus
Re: Livecode 5.0 upgrade !
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
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 !
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
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
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: Livecode 5.0 upgrade !
Dag Enno,
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
Best
Klaus
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: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...
What do you mean with "at a different place"?Es124 wrote:... but the pictures on the other cards are missing or at a differed place and size. ( size app. 45 mb.)
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

Best
Klaus
Re: Livecode 5.0 upgrade !
Hi,
Ok the pictures our all there, and on the right place
( but still slow loading of the next card ) But it's no good for the video... what do i do wrong ?
The mov. has to play on mouesup from the 'movie bord_icon copy.png' button , but i only have a mil.second black screen.
Ok the pictures our all there, and on the right place


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 !
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
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
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: Livecode 5.0 upgrade !
Hi Mark,
i did
on mouseup
play video specialFolderPath("engine") & "/Vidoes/Cover.mov"
end mouseup
and it works on the IPad sim... thanks
... now let's hope it works on the iPad .
i did
on mouseup
play video specialFolderPath("engine") & "/Vidoes/Cover.mov"
end mouseup
and it works on the IPad sim... thanks

Re: Livecode 5.0 upgrade !
Not that I wrote this in my last posting!Es124 wrote:...
on mouseup
play video specialFolderPath("engine") & "/Vidoes/Cover.mov"
end mouseup
...

Re: Livecode 5.0 upgrade !
hi Klaus,
sorry, i did not see that .
greeetings
sorry, i did not see that .

greeetings
Re: Livecode 5.0 upgrade !
N'avond Enno,
dat was alleen maar en grapje
That was just a joke
Best
Klaus
dat was alleen maar en grapje

That was just a joke

Best
Klaus
Re: Livecode 5.0 upgrade !
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode