my TEST button to simulate on the iphone is grayed out.
i have livecode 5.0.0 running and i have xcode 4.2 with iOS 5 installed.
under LiveCode / Settings / Mobile Support i have set the location of developer root to /Developer. that seems to be ok, i got no error message. available ...
we created successfully a german app with livecode and the app is allready in apples app store.
the problem is now, apple has signed it as an english app:
Language: English
how can we change that ?
help would be very appreciated !
thank you for the link to the newer version, the scrolling is ok now !
there is one thing left i would like to change. the response time of the choice that one makes is about 1 second. that is too long. if i make a choice my finger has to be for one second on the choosen item. a fast ...
i have to play sound in my project. i do that with the following code: play specialFolderPath("engine") & "/sound/sound.mp3" looping when this happens, i have a break of a few seconds of any activity. the sound file is about 1.8 megabyte in size. i would like to show that something happens ...
i would like to explain my problem more exactly. i have to play sound in my project. i do that with the following code: play specialFolderPath("engine") & "/sound/sound.mp3" looping when this happens, i have a break of any activity of a few ...
hello, i want to use a live code progress bar on the iphone. does anybody know if such a progress bar is working on an device ? if i test my app on the simulator, i see only a black rectangle where the progress bar should be. i tryed to change settings of the progress bar in the inspector, but i ...
thanks for the sample stack. now i know that there is a progress bar in the tools palette of livecode. that is great!
do you know if such a progress bar is working on an device ? if i test my app on the simulator, i see only a black rectangle where the progress bar should be. i tryed to ...
i programmed an application for the iphone and tested it on a G3.
i have made a curious observation. my on mouseup function only works if my fingertip has a definite pressure. when the pressure is low, the on mouseup function is not working. i have tested other iphone apps and there i can ...
thank you for your answer craig.
how do i activate that progress bar on the spalsh screen?
is that something i have to set in the standalone settings or do i have to code that by myself?
is there a predefined function in livecode that i can use to show the user (while he is seeing the splash screen) that the data is loading in the background ?