Search found 9 matches
- Tue May 01, 2012 4:46 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Test Target - Simulators Grayed out
- Replies: 4
- Views: 3441
Re: Test Target - Simulators Grayed out
Thanks for the feedback. I had not set-up the IOS standalone settings. Now it works.
- Sun Apr 29, 2012 11:26 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Test Target - Simulators Grayed out
- Replies: 4
- Views: 3441
Re: Test Target - Simulators Grayed out
Hi Jean Marc,
That is the menu that is greyed out. I go to Development/Test Target and both simulators are greyed out.
Geoff
That is the menu that is greyed out. I go to Development/Test Target and both simulators are greyed out.
Geoff
- Sun Apr 29, 2012 9:54 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Test Target - Simulators Grayed out
- Replies: 4
- Views: 3441
Test Target - Simulators Grayed out
I have looked through the forum and see that folks are having issues with the simulators. I tried the things that were suggested and so far did not see anything that has helped me. I am running Xcode 4.3.2 (4e2002) and LiveCode 5.5.0 build 1479. I believe I have pointed the Mobile support to /applic...
- Fri Apr 27, 2012 9:00 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Sample Timer Scripts
- Replies: 9
- Views: 8742
Re: Sample Timer Scripts
I appreciate all of the responses and while I agree that there is great learning to be had in creating my own timer, I am not a programmer and loops,nested loops etc. boggle my mind. However I know that my learning curve suits editing rather than creating. All that said if someone does have a timer ...
- Fri Apr 27, 2012 6:58 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Sample Timer Scripts
- Replies: 9
- Views: 8742
Sample Timer Scripts
Being a complete beginner here I am wondering if anyone has a timer script built that will start a timer at a user supplied time, run at user supplied intervals and stop at a user supplied end time. I guess I could sit down and program this but thought I would ask if someone has already done somethi...
- Thu Apr 26, 2012 5:14 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Problem with Global Variables in my stack
- Replies: 9
- Views: 5765
Re: Problem with Global Variables in my stack
Thanks to both of you for your feedback. It is wierd that even though I declare the global variables on the stack and each card, I still have to declare the same global variables in the script as well. I also changed the naming of my glob al variables to g------- instead of t-------- . Regards, Geoff
- Thu Apr 26, 2012 2:10 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Problem with Global Variables in my stack
- Replies: 9
- Views: 5765
Re: Problem with Global Variables in my stack
I have attached a zip file of my stack. If you could have a look it would be greatly appreciated.
- Thu Apr 26, 2012 1:42 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Problem with Global Variables in my stack
- Replies: 9
- Views: 5765
Re: Problem with Global Variables in my stack
I have declared all of the variables as global on each card and still on the third card the variable tStartHour answers as tStartHour.
Any idea how i can upload my stack so you can see what I am doing.
I appreciate you help here.
Any idea how i can upload my stack so you can see what I am doing.
I appreciate you help here.
- Thu Apr 26, 2012 12:28 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Problem with Global Variables in my stack
- Replies: 9
- Views: 5765
Problem with Global Variables in my stack
Could someone tell me why my global variable tStartHour is not being passed onto card 3? As you can see it works as we move to card 2 but by card 3 the output from the variable is it's name.I have attached my stack. What I am trying to do is confirm the start and end times for a timer I am programmi...