Search found 41 matches

by fre
Tue Nov 22, 2011 10:05 am
Forum: iOS Deployment
Topic: simulator problem with livecode 5.0
Replies: 2
Views: 3609

Re: simulator problem with livecode 5.0

i have found that this solves the problem:

Code: Select all

on mouseup
  visual effect push left very fast
  go card "mycard"
end mouseup
hope it works also on a real device.

fred.
by fre
Tue Nov 22, 2011 9:56 am
Forum: iOS Deployment
Topic: simulator problem with livecode 5.0
Replies: 2
Views: 3609

simulator problem with livecode 5.0

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...
by fre
Mon Nov 21, 2011 6:06 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How do you simulate?
Replies: 5
Views: 4254

Re: How do you simulate?

no i did not. thank you very much for the help !
by fre
Mon Nov 21, 2011 5:50 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How do you simulate?
Replies: 5
Views: 4254

Re: How do you simulate?

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...
by fre
Mon Aug 22, 2011 8:01 am
Forum: iOS Deployment
Topic: app language at apple store
Replies: 9
Views: 6976

app language at apple store

hi all,

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,
fred.
by fre
Fri Apr 29, 2011 6:28 am
Forum: iOS Deployment
Topic: scrolling on the iphone
Replies: 5
Views: 5557

Re: scrolling on the iphone

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 ...
by fre
Thu Apr 28, 2011 1:11 pm
Forum: iOS Deployment
Topic: scrolling on the iphone
Replies: 5
Views: 5557

Re: scrolling on the iphone

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...
by fre
Thu Apr 21, 2011 1:31 pm
Forum: iOS Deployment
Topic: scrolling on the iphone
Replies: 5
Views: 5557

scrolling on the iphone

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 ...
by fre
Mon Feb 21, 2011 10:42 am
Forum: iOS Deployment
Topic: multitasking on the device ?
Replies: 1
Views: 3396

multitasking on the device ?

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...
by fre
Thu Feb 17, 2011 5:18 pm
Forum: iOS Deployment
Topic: can i use a progress bar on a device ?
Replies: 4
Views: 6337

Re: can i use a progress bar on a device ?

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. ...
by fre
Tue Feb 08, 2011 2:17 pm
Forum: iOS Deployment
Topic: can i use a progress bar on a device ?
Replies: 4
Views: 6337

can i use a progress bar on a device ?

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...
by fre
Tue Feb 08, 2011 1:20 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: how to insert a preloader
Replies: 6
Views: 6666

Re: how to insert a preloader

@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 ...
by fre
Tue Feb 08, 2011 11:32 am
Forum: iOS Deployment
Topic: the pressure of the fingertips
Replies: 1
Views: 2769

the pressure of the fingertips

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...
by fre
Mon Feb 07, 2011 5:03 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: how to insert a preloader
Replies: 6
Views: 6666

Re: how to insert a preloader

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?
by fre
Mon Feb 07, 2011 4:08 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: how to insert a preloader
Replies: 6
Views: 6666

how to insert a preloader

hallo,

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 ?

best regards
fred.