hallo, i use livecode 5.0 with xcode 4.2 and iOS 5 on snow leopard. my simulator is version 5. i made an app that uses visual effects when navigating to anohter card: on mouseup lock screen go card "mycard" unlock screen with visual effect push left very fast end mouseup when i test the app and i pu...
hallo, 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 simulator...
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 !
bernd, i put the code of the example in my own project. so it is not an unchanged version of your scroller example. i commented out the following lines and the response time is now good: ... if(tlsAClick) then // lock srceen put tTestForEmpty into myVariable go card "mycard" of this stack // unlock ...
hallo bernd, 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 fi...
hallo, i searched for a script to scroll a field and i found this post: http://forums.runrev.com/phpBB2/viewtopic.php?f=49&t=6174&start=0&hilit=scroll+bounce i used the code that is in the attached file: lcMobileScroll_0.0.3.livecode.zip in the simulator everything works fine. but on the iphone the ...
hallo, 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 in...
hallo, thanks for the interesting example stacks. 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 seconds. ...
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 cou...
@doc 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 change ...
hallo, 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 not...
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 ?