Search found 873 matches

by trevix
Tue May 12, 2020 6:34 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: running in background
Replies: 25
Views: 15135

Re: running in background

Thanks. iOS does that automatically as the OS doesn't do anything with your app in the background unless you've explicitly asked In the Fliccase it desn't matter. Pause detection is needed because otherwise external bluetooth device stay connected for days, consuming more battery then needed. It is ...
by trevix
Tue May 12, 2020 5:49 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: running in background
Replies: 25
Views: 15135

Re: running in background

Ah,Aaaah. LCB
I wonder if a library extension can be built with the dictionary example (of LCB)
by trevix
Tue May 12, 2020 5:45 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: running in background
Replies: 25
Views: 15135

Re: running in background

Or is this just for Widgets?
by trevix
Tue May 12, 2020 5:42 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: running in background
Replies: 25
Views: 15135

Re: running in background

I am not sure how to use this "AndroidRegisterLifecycleListener". I tested it putting this on the Preopenstack, but it stops the opening script ... AndroidRegisterLifecycleListener ApplicationPaused, ApplicationResumed ... So I guess it is on AndroidRegisterLifecycleListener ApplicationPaused, Appli...
by trevix
Mon May 11, 2020 9:42 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Application Uploader Not work for .zip? - SOLVED
Replies: 6
Views: 4478

Re: Application Uploader Not work for .zip? - SOLVED

hmmm... it does not verify on Transporter: ERROR ITMS-90072: "The IPA is invalid. It does not include a Payload directory." I checked step by step the Terminal procedure and how my script repeat it, but while it woks with the terminal, it does not in my script. It generate the IPA file and you can l...
by trevix
Sat May 09, 2020 3:07 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Application Uploader Not work for .zip? - SOLVED
Replies: 6
Views: 4478

Re: Application Uploader Not work for .zip? - SOLVED

While I am not sure why this is not covered by LC or already available as a plug-in, I put together a small stack that convert the folder of a new standalone to an IPA file, ready to be uploaded to Apple with Transporter. Below, the script. I was wondering if it is correct (to me, it works) and if t...
by trevix
Fri May 08, 2020 8:09 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Do a search of control behaviour
Replies: 9
Views: 4788

Re: Do a search of control behaviour

I tell you what happened: My App, after a in depth research, was called "Segnapunti". I searched the App stores, I bought the domain, I prepared all the help, documentation, privacy, email and developed the App (it was created with 1 Main stack and ten or more sub-stacks). The main stack was holding...
by trevix
Wed May 06, 2020 7:33 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Do a search of control behaviour
Replies: 9
Views: 4788

Re: Do a search of control behaviour

In my case, Klaus solution was fast and solved (but I manually modified the behaviour links. Did not have time to handle this too)
I used the script adding to it a repeat for stacks
by trevix
Wed May 06, 2020 4:50 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Do a search of control behaviour
Replies: 9
Views: 4788

Re: Do a search of control behaviour

The build-in Find apparently does not search the behaviour link
by trevix
Wed May 06, 2020 10:15 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Do a search of control behaviour
Replies: 9
Views: 4788

Do a search of control behaviour

I had to change the name of my main stack, where I stored my buttons with script behaviour. So, each control that had a behaviour like button id 1120 of stack "MainStackX" had to be changed to button id 1120 of stack "MainStackY" . Unfortunately there are a lot of controls as such , often nested ins...
by trevix
Fri May 01, 2020 12:51 pm
Forum: Android Deployment
Topic: App fails to launch when downloaded
Replies: 7
Views: 6627

Re: App fails to launch when downloaded:SOLVED

That's was it: checking x86-64 solved.
Wondering why is was installing anyway with Test Target. But thanks, anyway....
by trevix
Thu Apr 30, 2020 8:41 pm
Forum: Android Deployment
Topic: App fails to launch when downloaded
Replies: 7
Views: 6627

Re: App fails to launch when downloaded

Hi and thanks for answering. - yes, in the beginning I did several try with the "sign for development only" (and I always clean up any recurrence of the App from the phone, before any new test) - standalone settings I think are correct (see below) - it may be that it is too old a phone but that woul...
by trevix
Thu Apr 30, 2020 3:45 pm
Forum: Android Deployment
Topic: App fails to launch when downloaded
Replies: 7
Views: 6627

App fails to launch when downloaded

LC 9.6.0DP4 OSX 10.14.6 JDK 1.8.0_231 Android 5.0 on ASUS Z00_AD My standalone works fine when loaded to the Android hardware using it as Test Target. The standalone also works fine on OSX and iOS hardware. I then tried to load the standalone .apk from my web host: I cleaned up any occurrence of it ...
by trevix
Tue Apr 28, 2020 6:56 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: running in background
Replies: 25
Views: 15135

Re: running in background

Can some please confirm that send in time does NOT run when the app is in background (iOS)?
Somehow I think to remember that it wasn't like this, before this last round of LC versions.
by trevix
Sun Apr 26, 2020 10:26 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: running in background
Replies: 25
Views: 15135

Re: running in background

You are correct but Jacque. Thanks for the info. As I understand, sooner or later we will have the background detection on Android and iOS (ok, there is mergNotify for this last). My problem tough is slightly different: I have an external device, connected with bluetooth, that unfortunately keeps th...

Go to advanced search