Search found 95 matches

by Ledigimate
Tue Oct 28, 2014 8:42 am
Forum: Android Deployment
Topic: Re: App slows down -after- it begins
Replies: 41
Views: 19835

Re: App slows down it begins

You can subdivide bounce3 into three seperate handlers. Consider the following code: on bounce3 put 60 / field "bpm" into theTime playBeat1 theTime end bounce3 on playBeat1 theTime set the loc of image "sphere.png" to 50,285 if the label of button "cd1" is "X" then play specialFolderPath ("engine") ...
by Ledigimate
Sat Oct 25, 2014 9:03 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Standalone app crashes
Replies: 5
Views: 3623

Re: Standalone app crashes

@hh

I'm glad my signature had you so curious that you actually wrote some code to find what it says 8)
It took some deep thought to come up with.
by Ledigimate
Thu Oct 23, 2014 11:06 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Standalone app crashes
Replies: 5
Views: 3623

Re: Standalone app crashes

Hi Tribblehunter You may want to temporarily implement an "errorDialog" handler in the main stack script if you haven't done so already. That handler would catch execution errors not caught by a try-catch block anywhere else. You can then either display the error or write it to a log file. Please ha...
by Ledigimate
Thu Oct 23, 2014 10:48 pm
Forum: Android Deployment
Topic: Display of sub-Stack Cards
Replies: 1
Views: 2133

Re: Display of sub-Stack Cards

Hi I've encountered a similar issue before. The problem for me was that controls on top of a transparent or semi-transparent control sometimes appeared to vanish but responded to input as if they were really there. Not only did the controls appear to vanish but also the same area of the semi-transpa...
by Ledigimate
Thu Oct 16, 2014 12:36 pm
Forum: Marketing Your Products
Topic: Releasing an app to google play
Replies: 2
Views: 10153

Re: Releasing an app to google play

The Paid option is available only after setting up a merchant account. In the Google Play Developer Console, follow the link below the "Paid/Free" button to set up your merchant account.
by Ledigimate
Fri Oct 10, 2014 11:38 am
Forum: Android Deployment
Topic: Relaunhing app only works every 2nd try
Replies: 13
Views: 7643

Re: Relaunhing app only works every 2nd try

@ChrisMikrow, I have an openStack handler in which a new session is started. The problem I'm having is that it only works every 2nd time the app is relaunched. On every odd relaunch the openStack handler is never called, but instead it only shows a black screen and quits after a few seconds.
by Ledigimate
Fri Oct 10, 2014 8:09 am
Forum: Android Deployment
Topic: Relaunhing app only works every 2nd try
Replies: 13
Views: 7643

Re: Relaunhing app only works every 2nd try

Thanks for all the suggestions. So if I understand you correctly, there's no need for me to close the app in a script because Android decides when to close the app, right? But then, if the app picks up where it left off, that would create a problem. I need my app to start over every time it's launch...
by Ledigimate
Thu Oct 09, 2014 3:13 pm
Forum: Android Deployment
Topic: Relaunhing app only works every 2nd try
Replies: 13
Views: 7643

Re: Relaunhing app only works every 2nd try

Hello Trax, I tried all three suggestions, but none of that helped. I also replaced the repeat block with explicit "set the destroystack of stack xyzStack to true" statements in case "the openStacks" returned empty. I've made a backup of my stacks and now I'm deleting and commenting out piece by pie...
by Ledigimate
Wed Oct 08, 2014 6:46 pm
Forum: Android Deployment
Topic: Relaunhing app only works every 2nd try
Replies: 13
Views: 7643

Re: Relaunhing app only works every 2nd try

Trax, I tried your suggestion, but still no joy. In my card script I have: on backKey exitTheApp end backKey and in my stack script I have: on exitTheApp put the stacksinuse into tStacksInUse repeat with i = 1 to the number of lines of tStacksInUse stop using stack line i of tStacksInUse end repeat ...
by Ledigimate
Wed Oct 08, 2014 5:51 pm
Forum: Android Deployment
Topic: I Found a way to do Text to Speech in Android.
Replies: 7
Views: 7350

Re: I Found a way to do Text to Speech in Android.

If implemented this way, the feature would only be available when the device has internet access and for as long as Google makes the service available online.
by Ledigimate
Wed Oct 08, 2014 5:37 pm
Forum: Android Deployment
Topic: Relaunhing app only works every 2nd try
Replies: 13
Views: 7643

Re: Relaunhing app only works every 2nd try

Sorry about waiting so long before posting this reply. I did as Shawn suggested, but the problem persists. It seems as though the Android OS suspends the app before it could finish closing, and then when I try to launch the app again, the app is resumed and finishes closing instead of launching. Has...
by Ledigimate
Wed Sep 03, 2014 7:10 pm
Forum: Android Deployment
Topic: Relaunhing app only works every 2nd try
Replies: 13
Views: 7643

Relaunhing app only works every 2nd try

Hi After quitting my app on the device, relaunching it only works on every 2nd try. It otherwise only shows a black screen for a few seconds and then quits. Has anyone else had this problem? I've noticed that each time I quit the app, the Application Manager would show that the app is still running,...
by Ledigimate
Mon Jul 21, 2014 4:03 pm
Forum: Windows
Topic: "Add folder" in "Copy Files" not adding folder contents
Replies: 15
Views: 9125

Re: "Add folder" in "Copy Files" not adding folder contents

I submitted a bug report at the LiveCode Quality Control Center like you've suggested. Here's the link: http://quality.runrev.com/show_bug.cgi?id=12864
by Ledigimate
Sat Jul 19, 2014 2:15 am
Forum: Windows
Topic: "Add folder" in "Copy Files" not adding folder contents
Replies: 15
Views: 9125

Re: "Add folder" in "Copy Files" not adding folder contents

Hello everyone, I was able to reproduce the problem in a new main stack. It seems like a bug in LiveCode. It happens when the following two conditions are both true: 1. The defaultFolder is set to the folder that contains the main stack file. 2. The folder you want to add to the "Copy Files" list, i...
by Ledigimate
Fri Jul 18, 2014 10:22 pm
Forum: Windows
Topic: "Add folder" in "Copy Files" not adding folder contents
Replies: 15
Views: 9125

Re: "Add folder" in "Copy Files" not adding folder contents

Thanks Klaus. I did what you suggested and the folders are copied correctly, i.e. the folders are not empty. This means the problem is specific to the stack. I just can't figure out what's wrong with it. I even created a new main stack and copied the cards from the old stack over to the new stack, b...

Go to advanced search