Re: OT (?): Bookmarking GPS coords

2017-04-10 Thread Alan via use-livecode
Hi Alex It's pretty straightforward to record current location on mobile - using mobileStartTrackingSensor, mobileSensorReading (when you want to grab current location) and so on. Just make sure you start tracking when the user starts your app to give the GPS system time to get going and you

Re: Weirdness with filter (maybe?)

2017-04-20 Thread Alan via use-livecode
Try filter lines of MyList with ("*" & CharStringX & "*" & tab & "*") to get all lines where CharStringX is contained in the first part of the string before the tab. > filter lines of MyList with ("*" & CharStringX & "*" & tab) HTH cheers Alan

Mobile options menu problem LC9

2017-07-26 Thread Alan via use-livecode
LC 9.0.0 DP8 Using an options menu used to bring up the mobile options menu normally and worked well. However I've noticed in LC9 that selecting the last item in the menu does not update the options menu label correctly - it remains blank. Has anyone else seen this and is there a solution?

mobile - fullscreenmode "exactFit"

2017-07-06 Thread Alan via use-livecode
On mobile, shouldn't set the fullscreenmode of this stack to "exactFit" scale the stack so that it fits on, and fills, the mobile screen? I seem to having problems with this using LC9dp7 currently. Also have an unrelated problem with a menuButton option called "Dead" not being passed

Re: mobile - fullscreenmode "exactFit"

2017-07-06 Thread Alan via use-livecode
at it will only fill the center > area, there would be borders too. > > > >> On Jul 5, 2017, at 11:52 PM, Alan via use-livecode >> <use-livecode@lists.runrev.com> wrote: >> >> On mobile, shouldn't >> >> set the fullscreenmode of this stack

Mobile - "Copy Files" tab of Standalone

2017-07-07 Thread Alan via use-livecode
Using LC9dp7 - I'm adding files and a folder to be used by the Standalone Builder in the "Copy Files" tab. For some reason, when adding a file in a sub-folder, it seems to create the sub-folder as well when testing the app in the Simulator - I'm pretty sure that this didn't used to be the case.

Re: Scrolling Groups on Mobile - Show a little of what is below

2017-09-20 Thread Alan via use-livecode
Hi BR What's lacking is the visual feedback that there's something "more"... One way you might give an indication could be to flash the mobile scrollbars to show how much of the group is visible. e.g. smControlSet sScrollerID, "indicatorStyle", "white" smControlSet sScrollerID,

Browser widget android local file problem

2017-08-24 Thread Alan via use-livecode
Am having a problem loading a local file that displays a Google map on the Android emulator. LC 8.1.6. I was also having a problem with local HTML files in general, but got that going. Using the same method for a dynamically created map document, located in the specialfolderpath("documents")

Re: Browser widget android local file problem

2017-09-04 Thread Alan via use-livecode
Hi Jacque, Jonathan Thanks for the replies and questions and sorry for the slow reply!. They did lead me to question whether my file was being created correctly - it wasn't. There also seems to be a difference in the way html files are loaded. Anyway, it works now. Thanks for the info about

Mobile - Get image from library with EXIF data?

2018-05-14 Thread Alan via use-livecode
Has anyone come up with a mobile cross-platform solution for getting an image from a mobile photo library including the EXIF metadata? It seems there were a couple of possibilities: Android - something called SD-Test for getting files from an SD card; iOS - mergAV can apparently get an image

Posting to Facebook?

2018-05-14 Thread Alan via use-livecode
I couldn't find Andre's Facebook Lib on his site - has anyone sorted out POSTing images etc to FB? cheers Alan ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: PDF

2018-05-14 Thread Alan via use-livecode
Enjoying the discussion and your well thought out views Richard! FWIW, I'm pretty sure a friend of mine made a system for conversion of existing pubs to EPubs a few years back. And I think it was all (mostly?) done in LC. The system is described here (unfortunately only in German currently):

browser widget - back|reload menu?

2018-06-17 Thread Alan via use-livecode
I'm using the browser widget with some embedded javascript for Google maps and am wanting to handle control key sequences. Unfortunately it looks like the browser widget has an embedded control-key menu with "Back" and "Reload" menu options. Is there any way to override this menu display? Or

Access image EXIF info on mobile

2018-05-31 Thread Alan via use-livecode
I have made a test stack to access EXIF information on both Android and iOS and submitted it under bug 21322: https://quality.livecode.com/show_bug.cgi?id=21322 There is a problem (at least on the simulator) that causes a crash currently, hence my bug report. Hopefully the sample stack is

Re: Access image EXIF info on mobile

2018-06-01 Thread Alan via use-livecode
Hi Andrew Thanks a lot for testing on your device with very interesting results! I saw your detailed addition to the bug report - that's great and I hope that it helps Monte discover and rectify the issue. On Android it appears that just using mobilePickPhoto "library" seems to work ok and

Bug 17062 - Browser Widget: Context menu is not under script control

2018-06-05 Thread Alan via use-livecode
Can someone at LC please bump Bug 17062 and take a look at it? Would be great to be able to pass right-clicks into the browser widget rather than automatically popping up the "Back|Reload" menu. https://quality.livecode.com/show_bug.cgi?id=17228 cheers Alan

Machine Learning in LC?

2018-06-26 Thread Alan via use-livecode
Has anyone integrated any machine learning models in LiveCode at all? Anyone experimenting with it? Just considering having a play with TensorFlow.js and seeing if it'll work... Any hints/ideas welcome! cheers Alan ___ use-livecode mailing list

Re: multiple cameraControls possible?

2018-01-30 Thread Alan via use-livecode
t; > eMail Ts & Cs <http://pidigital.co.uk/emailTCs.rtf> Pi Digital > Productions Ltd is a UK registered limited company, no. 5255609 > > On 30 January 2018 at 01:21, Alan via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> I've been testing out t

Re: Treeview widget - setting scroll?

2018-01-30 Thread Alan via use-livecode
ability to get/set a position by line number/position > percentage but you can get/set the selected line using a path (see the > dictionary for specifics). It is probably possible to extend the widget to > get a position, setting would also be possible I imagine. > On Sun, Jan 28, 2018 a

Treeview widget - setting scroll?

2018-01-28 Thread Alan via use-livecode
Is it possible to get and/or set the scroll of a treeview widget? It doesn't look like it, but perhaps someone has a work-around? Or is there some hidden property perhaps? Thanks for any pointers! cheers Alan ___ use-livecode mailing list

multiple cameraControls possible?

2018-01-29 Thread Alan via use-livecode
I've been testing out the cameraControl a bit more and trying to make more than 1 at a time. It is possible but only seems to have one of them active at a time (i.e. updating). Though if the second one is then deleted, the first one becomes active again. Is it possible to have more than 1

Camera on iPad error?

2018-07-30 Thread Alan via use-livecode
I've submitted an app update to the Apple store and have been rejected with the following error: "We discovered one or more bugs in your app when reviewed on iPad running iOS 11.4.1 on Wi-Fi connected to an IPv6 network. Specifically, when tapping on the camera button, no further action took

Re: Camera on iPad error?

2018-07-31 Thread Alan via use-livecode
> >> On 31 Jul 2018, at 10:22 am, Alan via use-livecode >> wrote: >> >> I've submitted an app update to the Apple store and have been rejected with >> the following error: >> >> "We discovered one or more bugs in your app when reviewed on iPa

mergButton - transparent image possible?

2018-09-06 Thread Alan via use-livecode
Is it possible to set the transparency of a background (or foreground) image for a mergButton button? Alternatively, are transparency settings used if using a PNG (if that's possible)? I see that we can set the transparency of the background, border and other colours. Monte or anyone else

Re: Android Can't Find Path to Web folder

2018-04-08 Thread Alan via use-livecode
I find that on Android you don't use the "file:" prefix - try: set the url of widget "about" to (specialFolderPath("resources") & "/web/index.html") HTH cheers Alan > On 8 Apr 2018, at 7:30 pm, Sannyasin Brahmanathaswami > wrote: > > I give up! What is the magic that

mobile location question

2018-10-14 Thread Alan via use-livecode
Hi there Can someone point me in the direction of the LC source code on Github that contains the mobile location-related code? Wondering what is currently used for the properties: desiredAccuracy & distanceFilter Thanks for any pointers! :-) cheers Alan

Re: finding location on mobile device

2018-11-13 Thread Alan via use-livecode
Note that you may not get a value immediately from your location services subsystem so if you find there's nothing there, then try starting up the sensor in openCard or openStack, wait some time and then use the button to get the current location. Hope that makes sense (and works for you). Or

Re: preOpenCard not running on iPhoneX simulator

2018-12-16 Thread Alan via use-livecode
> > Ralph DiMola > IT Director > Evergreen Information Services > rdim...@evergreeninfo.net > > -Original Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf > Of Alan via use-livecode > Sent: Friday, December 14, 2018 7:14 A

preOpenCard not running on iPhoneX simulator

2018-12-14 Thread Alan via use-livecode
I'm having a strange issue with a mobile app - on the 11.2 simulator a preOpenCard handler doesn't seem to run on the iPhoneX simulator but does with other devices. What might be stopping this handler from running on the X simulator but not on others? Any ideas? Strangely, when I make a

Re: Detecting full Mobile Sensor activation

2020-04-25 Thread Alan via use-livecode
Hi again Graham Another option is to indicate visually the uncertainty of the location reading on the map display as some apps do, e,g. with a translucent circle whose radius indicates the horizontal (in)accuracy. cheers Alan > On 26 Apr 2020, at 10:17 am, Alan Stenhouse wrote: > > Hi