Mark,
I put the "with messages" in both places and it works in the simulator but not
on an actual iPhone (iOS 5).
Bill Vlahos
On Oct 16, 2011, at 1:37 AM, Mark Schonewille wrote:
> Hi Bill,
>
> I'm surprised that you claim this to work in the IDE. You need to use
> repeat...with messages and
Hi Bill,
I'm surprised that you claim this to work in the IDE. You need to use
repeat...with messages and wait...with messages.
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
K
Katsuyuki Katayama has a nifty Timer sample program in RevOnline. It is a
stopwatch program that lets you start and stop the timer.
In the IDE the start button and stop buttons work as expected. However, in the
iOS Simulator you can start it but you can't stop it.
Why?
Here is the code from th