Search found 26 matches

by Es124
Sat Nov 10, 2012 9:10 pm
Forum: iOS Deployment
Topic: Error creating application
Replies: 0
Views: 1456

Error creating application

Hey ,
From the moment i updated Xcode to 4.5.1 i can't create a app. and also no simulator app 6.0. ( in 5.1 it's working )

In Xcode the message is : Xcode cannot find the software image to install the version.
Schermafbeelding-2012-11-10-om-17.46.jpg



es124
Belgium
by Es124
Sat Nov 10, 2012 6:12 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Error creating application
Replies: 0
Views: 1406

Error creating application

Hey ,
From the moment i updated Xcode to 4.5.1 i can't create a app. and also no simulator app 6.0. ( in 5.1 it's working )

In Xcode the message is : Xcode cannot find the software image to install the version.

Schermafbeelding-2012-11-10-om-17.46.jpg

es124
Belgium
by Es124
Thu Nov 17, 2011 5:53 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: HELP App stops on the ipad.
Replies: 5
Views: 3453

Re: HELP App stops on the ipad.

Beste Mark,

ik probeer me te registreren op jouw forum, maar mijn adres wordt altijd geweigerd.

groeten,
Enno
by Es124
Thu Nov 17, 2011 2:38 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: HELP App stops on the ipad.
Replies: 5
Views: 3453

Re: HELP App stops on the ipad.

Hi Mark, no I'm from Belgium. I think the problem is solved, i chanced go to next card & go previous card to : go card " name card" and it works for the moment. but how can i pause or stop the movie when i don't want to watch the movie further ? And is it possible to zoom and pan a picture ( like yo...
by Es124
Wed Nov 16, 2011 11:21 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: HELP App stops on the ipad.
Replies: 5
Views: 3453

HELP App stops on the ipad.

Hi, When i run the app. pn the ipad this happens ( on the sim everything is OK ) : I have 12 cards in one stack, every stack has a next button that takes you to the next card, On mouseup go next card End mouseup but when i come to the 11the the app stops. The app. Is around 200 mb including three mo...
by Es124
Wed Nov 16, 2011 1:37 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: card with 2048 x 768
Replies: 1
Views: 2076

card with 2048 x 768

Hi, is it possible to import a card (with size 2048 x 768 with scroll option ) from an other stack into a stack where all the other cards our 1024 x 768 ? The imported card have to remain 2048 x 768 for scrolling. I try to copy everything from the original card ( 2048 x 768 ) into a new card in the ...
by Es124
Mon Nov 14, 2011 7:59 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Livecode 5.0 upgrade !
Replies: 11
Views: 5963

Re: Livecode 5.0 upgrade !

hi Klaus,

sorry, i did not see that . :oops:

greeetings
by Es124
Mon Nov 14, 2011 7:49 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Livecode 5.0 upgrade !
Replies: 11
Views: 5963

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 :D ... now let's hope it works on the iPad .
by Es124
Mon Nov 14, 2011 7:39 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Livecode 5.0 upgrade !
Replies: 11
Views: 5963

Re: Livecode 5.0 upgrade !

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.
by Es124
Thu Nov 10, 2011 8:13 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Livecode 5.0 upgrade !
Replies: 11
Views: 5963

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...
by Es124
Thu Nov 10, 2011 2:24 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Livecode 5.0 upgrade !
Replies: 11
Views: 5963

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...
by Es124
Sat Nov 05, 2011 1:51 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: re : video playback IOS
Replies: 6
Views: 3994

Re: re : video playback IOS

Hi Dixie,

email send.
by Es124
Sat Nov 05, 2011 1:00 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: re : video playback IOS
Replies: 6
Views: 3994

Re: re : video playback IOS

Hi Dixie

it just give me a black rectangle.
Do i have to chance the .mov file into a m4v file ?



greetings,
Enno
by Es124
Sat Nov 05, 2011 12:10 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: re : video playback IOS
Replies: 6
Views: 3994

Re: re : video playback IOS

Hi, now i'm completely lost . Do i past : local theMovie on openCard if the environment is "mobile" then if "theMovie" is among the lines of iphoneControls() then controlDelete iphoneControlCreate "player", "theMovie" iphoneControlSet "theMovie", "filename", specialFolderPath("engine") & "/swings.mp...
by Es124
Sat Nov 05, 2011 10:04 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: re : video playback IOS
Replies: 6
Views: 3994

re : video playback IOS

Hi, 1. i know that i do something wrong, but i don't know what ? on mouseup play video specialFolderPath ("engine") & "/Volumes/LaCie/Digital Publishing/The castle explorer/Chateau_Amboise_Royal_Folio kopie/OverlayResources/Cover/Cover with CIOR.mov" end mouseup on movieTouched play stop end movieTo...