Hi! I was checking out an old project (that used to work), But I updated to the version 6.7.7 and now the simulator does not work. It just send a message that says "iPhone Simulator 8.1" and I don´t know what it means.
I was hoping you can help me, thanks.
Search found 15 matches
- Sat Jan 09, 2016 10:28 pm
- Forum: iOS Deployment
- Topic: iOS Simulator iPhone 8.1 error
- Replies: 1
- Views: 2393
- Sat Jun 20, 2015 11:39 pm
- Forum: iOS Deployment
- Topic: how can i do 2 timers that intercalate each other?
- Replies: 1
- Views: 2020
how can i do 2 timers that intercalate each other?
Hello. I´m working in two timers that repeat a number of times depending on the variable... I want that the first timer start and count down 20 seconds then the second start and count down 10 seconds. After that I want that process repeat for the times that the variable says. this is my card code, C...
- Thu May 21, 2015 10:09 pm
- Forum: iOS Deployment
- Topic: Share on social media - New question
- Replies: 8
- Views: 7596
Re: Share on social media - New question
Thanks FireWorx, I will check it out!
- Thu May 21, 2015 10:05 pm
- Forum: iOS Deployment
- Topic: Resume Timer - New Question
- Replies: 12
- Views: 7880
Re: Resume Timer - New Question
The variable helps me a lot & one advice will be: READ AND STUDY THE CODE As much as you can.
Thank you again Dave.
Thank you again Dave.
- Wed May 20, 2015 11:32 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Timer that repeats - New Question
- Replies: 7
- Views: 5293
Re: Timer that repeats - New Question
hahahahaha Thanks Craig!!! You help me so much. 

- Tue May 19, 2015 3:10 am
- Forum: iOS Deployment
- Topic: Resume Timer - New Question
- Replies: 12
- Views: 7880
Re: Resume Timer - New Question
Hi Dave, Thanks a Lot! really. You helped me a lot, I solved the problem so well, (actually you did it).
Best Regards and thanks again.

Best Regards and thanks again.



- Mon May 18, 2015 10:28 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Timer that repeats - New Question
- Replies: 7
- Views: 5293
Re: Timer that repeats - New Question
Hi, Craig & Jacque you helped me a lot, it works perfectly! But just another question: I put just 1 button to play the timer, and I want that when I press the button depends, that what number says in a label, be the times that the timer will repeat. How can I implement the code that you gave me? Reg...
- Mon May 18, 2015 9:28 pm
- Forum: iOS Deployment
- Topic: Resume Timer - New Question
- Replies: 12
- Views: 7880
Re: Resume Timer - New Question
Hi Dave, Yes I did it in a new stack.
I copied & pasted it to prove, and happened what I told you:when I press the button appears "seconds remaining".
Do you know another way to do this? I tried basicly all that I know but maybe It´s not enough.
P.S Thanks a lot for help me.
Regards.
I copied & pasted it to prove, and happened what I told you:when I press the button appears "seconds remaining".
Do you know another way to do this? I tried basicly all that I know but maybe It´s not enough.

P.S Thanks a lot for help me.
Regards.
- Sun May 17, 2015 10:04 pm
- Forum: iOS Deployment
- Topic: Resume Timer - New Question
- Replies: 12
- Views: 7880
Re: Resume Timer - New Question
Yes, sure. Here is the code of the play local CountTimer local CountRest local Repeat_Times local UpdateRest local UpdateWork local Opciones on mouseUp put 30 into CountTimer put 20 into CountRest put CountTimer into fld "tTimer" put CountRest into fld "tClock" send "UpdateCount1" to me in 1 second ...
- Sun May 17, 2015 9:19 pm
- Forum: iOS Deployment
- Topic: Resume Timer - New Question
- Replies: 12
- Views: 7880
Re: Resume Timer - New Question
Thanks a lot Dave! I did it, but when I press the button puts "seconds remaining" in the fld. And I don´t know why
I´m too lost.

- Sun May 17, 2015 9:15 pm
- Forum: iOS Deployment
- Topic: How can I use the "return" in a Timer. - New Question
- Replies: 1
- Views: 1953
How can I use the "return" in a Timer. - New Question
Hello, I´m working on two timers. the first timer count down 30 seconds and the other count down 20 seconds. First starts the timer 1, when it finish starts the other. I want to make a button where you can select the number of times that you want to the timers repeat that process. How can i do that?...
- Sun May 17, 2015 1:05 am
- Forum: iOS Deployment
- Topic: Resume Timer - New Question
- Replies: 12
- Views: 7880
Re: Resume Timer - New Question
Of Curse, first is the code of the timer and then is the pause. thanks a lot Dave, I hope that you can help me. on mouseUp put fld “timerDisplay"into CountTimer put CountTimer into fld "timerDisplay" send "UpdateTimer" to me in 1 second end mouseUp on UpdateWork subtract 1 from CountTimer put CountT...
- Sat May 16, 2015 11:32 pm
- Forum: iOS Deployment
- Topic: Resume Timer - New Question
- Replies: 12
- Views: 7880
Resume Timer - New Question
Hello, I already program a timer that counts down and I can make that the timer pauses with a button but I don´t know how can I do a button that resumes the timer.
Hope that you can help me

Hope that you can help me







- Sat May 16, 2015 11:28 pm
- Forum: iOS Deployment
- Topic: Share on social media - New question
- Replies: 8
- Views: 7596
Share on social media - New question
Hello, I´m working in an app since 2-3 days ago and I want to know how can I make a function that share an screenshot of my app on Facebook, twitter, instagram or another social media. How can I do that?





- Sat May 16, 2015 6:02 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Timer that repeats - New Question
- Replies: 7
- Views: 5293
Timer that repeats - New Question
Hi, I´m being working in a timer since a few days ago and I´m trying that my timer repeats. For example, My timer counts 30 seconds and if I press a button that says 6 on it I want that my timer counts 30 seconds 6 times. How can I do that? postscript: sorry if you can't understand me so well , I do...