Page 1 of 1
HELP App stops on the ipad.
Posted: Wed Nov 16, 2011 11:21 pm
by Es124
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 movie files.
Is this because the stacks our still in the memory ?
How can i check why it always stops on the 11 card , and what can be the problem ?
greetings,
Enno
Re: HELP App stops on the ipad.
Posted: Thu Nov 17, 2011 1:00 pm
by Mark
Hi Enno,
Are you Dutch or not?
Your question confuses me. How many stacks do you have? Why do you think the number of stacks is relevant?
What exactly does "stop" mean? Quit? Freeze?
Do you have ANY scripts besides the one you posted?
Are you using groups (backgrounds) or datagrids, MobGUI, scrollers? Can you tell anything else specific?
You can put the following handler in the stack script:
on errorDialog err
answer err
end errorDialog
and see what happens next time when the app stops.
Kind regards,
Mark
Re: HELP App stops on the ipad.
Posted: Thu Nov 17, 2011 2:38 pm
by Es124
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 you do in a digital mag. )
greetings,
Enno
Re: HELP App stops on the ipad.
Posted: Thu Nov 17, 2011 3:08 pm
by Mark
Hi Enno,
Zooming a player object is difficult. It might work if you turn off the alwaysBuffer and put a button with (IIRC) the required touchMove handlers on top of the player object, but turning off the alwaysBuffer may cause other problems.
Belgian people are also welcome on the Dutch forum, as long as you speak Dutch.
http://runrev.info/rrforum
Groeten,
Mark
Re: HELP App stops on the ipad.
Posted: Thu Nov 17, 2011 5:53 pm
by Es124
Beste Mark,
ik probeer me te registreren op jouw forum, maar mijn adres wordt altijd geweigerd.
groeten,
Enno
Re: HELP App stops on the ipad.
Posted: Thu Nov 17, 2011 7:14 pm
by Mark