Search found 122 matches

by strongbow
Wed Jul 13, 2022 7:12 am
Forum: Internet
Topic: Post Form Data to Browser Widget
Replies: 15
Views: 7432

Re: Post Form Data to Browser Widget

I also highly recommend using Postman to assist you in sorting out your problem. I found it invaluable for sorting out working with APIs.
by strongbow
Thu May 26, 2022 6:18 am
Forum: Android Deployment
Topic: Refresh A Browser Widget.
Replies: 4
Views: 4707

Re: Refresh A Browser Widget.

Probably because blah doesn't contain a URL.

You need to prepend something like "file:" to your variable "blah".
by strongbow
Sat Apr 30, 2022 7:40 am
Forum: Android Deployment
Topic: mergScreenSetBrightness equivalent?
Replies: 2
Views: 2348

Re: mergScreenSetBrightness equivalent?

Check out:

mobileLockIdleTimer

HTH
cheers, Alan
by strongbow
Mon Jan 11, 2021 7:33 am
Forum: Announcements
Topic: 1001 things to do with LiveCode
Replies: 16
Views: 12502

Re: 1001 things to do with LiveCode

Unfortunately I took Re-Collections off the App Store a while back as I haven't had time to update it. Sorta intend to get back to it at some stage but when is a good question! It was originally a Mac application, but then customised for mobile.
cheers, Alan
by strongbow
Wed Jan 06, 2021 6:21 am
Forum: Android Deployment
Topic: mobileCurrentLocation() not working on android
Replies: 4
Views: 2847

Re: mobileCurrentLocation() not working on android

It returns an array so check the keys and values of each, perhaps using an arrayToText function.

HTH
by strongbow
Sat Dec 05, 2020 4:36 am
Forum: Multimedia
Topic: mergeav with live code 9.6.1
Replies: 2
Views: 4307

Re: mergeav with live code 9.6.1

G'day there, this should all still be possible AFAIK. The Merg set of externals was apparently updated for the last release of LC, so if you've got problems with MergAV not specifically working, then please log a bug report on quality.livecode.com. Otherwise issues won't get addressed. If you can su...
by strongbow
Wed Mar 04, 2020 6:10 am
Forum: Android Deployment
Topic: Android 9 Can't save picture file
Replies: 1
Views: 3597

Re: Android 9 Can't save picture file

This is a known issue. You can see (and subscribe to) the bug report here:

https://quality.livecode.com/show_bug.cgi?id=22054
by strongbow
Fri Jun 28, 2019 6:07 am
Forum: Android Deployment
Topic: mobilePickPhoto no select button on the preview picture
Replies: 9
Views: 7025

Re: mobilePickPhoto no select button on the preview picture

This (or similar) has been reported in the QCC as Bug 22054 :

https://quality.livecode.com/show_bug.cgi?id=22054

Hoping this is resolved sometime soon!
by strongbow
Wed May 01, 2019 3:45 am
Forum: iOS Deployment
Topic: Logging for mobile simulator?
Replies: 0
Views: 2227

Logging for mobile simulator?

Opening the "System Log" from the Debug menu in the mobile simulator opens the system log but it doesn't seem like any of our usual log messages appear there now. I think this changed some time ago but don't remember what (if any) the solution is. Can someone help? Thanks in advance! cheers, Alan :-)
by strongbow
Fri Sep 21, 2018 6:06 am
Forum: Android Deployment
Topic: Android Video Player
Replies: 9
Views: 6232

Re: Android Video Player

Could you import the video from Dropbox?

If it was on iOS you could prob use mergAV (I think).
by strongbow
Thu Jun 14, 2018 3:40 am
Forum: iOS Deployment
Topic: google maps API
Replies: 9
Views: 7970

Re: google maps API

Try putting a breakpoint at the line:

put URL tURL into red

and then have a look at the var red. It should show you the response from google maps with details etc. That's assuming it recognised your inputs ok. I tried it with

Sydney,Australia
Melbourne, Australia

Have fun! :-)
by strongbow
Mon May 21, 2018 6:19 am
Forum: iOS Deployment
Topic: google maps API
Replies: 9
Views: 7970

Re: google maps API

The Google Maps APIs have surely changed since this example was done. I just tried it and it does get a correct response but the parsing of the returned data is no longer ok. You can easily step through the script, see the variables and determine what's wrong - and fix it hopefully!

Have fun! :-)
by strongbow
Sat Jan 13, 2018 1:07 am
Forum: Android Deployment
Topic: mobile camera
Replies: 13
Views: 8286

Re: mobile camera

Look up "cameracontrol" in the dictionary. At least in LC 8.1.7 and updated with more features in LC 9.0 DP8 (I think).

HTH
by strongbow
Thu Sep 14, 2017 6:05 am
Forum: Android Deployment
Topic: Android v6 Deployment Results in Black Screen
Replies: 6
Views: 4703

Re: Android v6 Deployment Results in Black Screen

I've also had a report of a black screen on startup - the user had a Moto G4 presumably with a newish version of Android. My app was made with LC 8.1.6 with a min version of 4.2 specified. It works fine elsewhere so not sure what the problem could be here. Any possible solutions are very welcome!

Go to advanced search