Livecode 5.0 upgrade !

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
Es124
Posts: 26
Joined: Sat Apr 30, 2011 3:48 pm

Livecode 5.0 upgrade !

Post by Es124 » Thu Nov 10, 2011 2:24 pm

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
Attachments
Schermafbeelding 2011-11-10 om 14.15.38.png

Klaus
Posts: 14183
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Livecode 5.0 upgrade !

Post by Klaus » Thu Nov 10, 2011 2:54 pm

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

Es124
Posts: 26
Joined: Sat Apr 30, 2011 3:48 pm

Re: Livecode 5.0 upgrade !

Post by Es124 » Thu Nov 10, 2011 8:13 pm

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
Attachments
Schermafbeelding 2011-11-10 om 20.00.04.jpg
Schermafbeelding 2011-11-10 om 19.59.29.jpg

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Livecode 5.0 upgrade !

Post by Mark » Fri Nov 11, 2011 10:14 am

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
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

Klaus
Posts: 14183
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Livecode 5.0 upgrade !

Post by Klaus » Fri Nov 11, 2011 11:51 am

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

Es124
Posts: 26
Joined: Sat Apr 30, 2011 3:48 pm

Re: Livecode 5.0 upgrade !

Post by Es124 » Mon Nov 14, 2011 7:39 pm

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.
Attachments
Schermafbeelding 2011-11-14 om 19.32.27.jpg

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Livecode 5.0 upgrade !

Post by Mark » Mon Nov 14, 2011 7:42 pm

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
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

Es124
Posts: 26
Joined: Sat Apr 30, 2011 3:48 pm

Re: Livecode 5.0 upgrade !

Post by Es124 » Mon Nov 14, 2011 7:49 pm

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 .

Klaus
Posts: 14183
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Livecode 5.0 upgrade !

Post by Klaus » Mon Nov 14, 2011 7:53 pm

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

Es124
Posts: 26
Joined: Sat Apr 30, 2011 3:48 pm

Re: Livecode 5.0 upgrade !

Post by Es124 » Mon Nov 14, 2011 7:59 pm

hi Klaus,

sorry, i did not see that . :oops:

greeetings

Klaus
Posts: 14183
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Livecode 5.0 upgrade !

Post by Klaus » Mon Nov 14, 2011 8:23 pm

N'avond Enno,

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


Best

Klaus

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Livecode 5.0 upgrade !

Post by Mark » Wed Nov 16, 2011 1:35 pm

Enno,

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

Best,

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

Post Reply