Search found 5 matches
- Fri Sep 26, 2014 7:33 pm
- Forum: Android Deployment
- Topic: wake up
- Replies: 0
- Views: 1786
wake up
How can I program to make an android device wake up at a given time? Is mobileUnlockIdleTimer the solution?
- Fri Sep 19, 2014 4:34 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How to code in an Abort button
- Replies: 9
- Views: 8599
Re: How to code in an Abort button
Thanks Craig, Klaus and Jacque. Wait with messages works perfectly. Somehow I had assumed that the "with messages" bit referred to text messages as in a msg box, NOT system messages. Now that's sorted, the Abort button is a doddle! Just as a technical detail. Am I right in believing that the wait co...
- Thu Sep 18, 2014 2:00 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How to code in an Abort button
- Replies: 9
- Views: 8599
Re: How to code in an Abort button
Thanks Klaus and others, I could not find any reference to "Abort" in any of the topics in the forum - hence "out of topic" Is that logical? Anyway this post might be more appropriately placed in the Android development section as this is the platform I am coding for. This is a simplified version of...
- Wed Sep 17, 2014 11:33 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How to code in an Abort button
- Replies: 9
- Views: 8599
Re: How to code in an Abort button
Thanks, Craig Your pseudocode above is what I hoped to do. It works fine on a windows pc, but when converted to android on a mobile device the buttons appear to be frozen, and there is no keyboard. I have experimented, and find to my surprise that on the mobile although the buttons do not react (cha...
- Tue Sep 16, 2014 7:30 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How to code in an Abort button
- Replies: 9
- Views: 8599
How to code in an Abort button
I am writing an app on which the main stack has a RUN button. This activates code incorporating a timer loop which could run for several hours. I would like to incorporate an ABORT button on the stack which when pressed by the user, exits the loop, does some housekeeping, then closes the app. The pr...