Re: Does MobileSensorReading work?

2017-05-26 Thread John Dixon via use-livecode
You must start the 'sensor' first... usually done in your openStack handler... as in :- on openStack if environment() = "mobile" then mobileStartTrackingSensor "location", false end if end openStack on locationChanged latitude, longitude set the theCurrentLocation of this stack to l

Browser widget

2017-04-23 Thread John Dixon via use-livecode
Are there any messages than can be used with the browser 'widget', so that you could know when the URL has finished loading, for example ? dixie ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: iphoneComposeMail

2017-04-18 Thread John Dixon via use-livecode
10.9? On 18 Apr 2017 4:33 pm, "John Dixon via use-livecode" < use-livecode@lists.runrev.com> wrote: > Hi Panos... > > > I get the same error message... 'Could not find pList template for device > target' > > > dixie > > >

Re: iphoneComposeMail

2017-04-18 Thread John Dixon via use-livecode
ubject: Re: iphoneComposeMail Hi John, What happens if you choose "6.1 or later" in the iOS settings? On 18 Apr 2017 3:51 pm, "John Dixon via use-livecode" < use-livecode@lists.runrev.com> wrote: After much looking around and not getting this to work, I was going to submit

iphoneComposeMail

2017-04-18 Thread John Dixon via use-livecode
After much looking around and not getting this to work, I was going to submit a 'bug report', but looking at some of the other bugs dealing with this problem... Panos from LiveCode stated that the bug had been fixed in LC 8.1.4. ... So, I have downloaded LC 8.1.4 and have tried to launch the sta

iPhoneComposeMail

2017-04-17 Thread John Dixon via use-livecode
Is this broken ? Used to use it no problem... now the stack is crashing LC 8.1.0 dixie ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists

Re: accents, graves & other funny charecters...

2017-04-15 Thread John Dixon via use-livecode
Matthias Rebbe Bramkampsieke 13 32312 Lübbecke Tel +49 5741 31 +49 160 5504462 Fax: +49 5741 310002 eMail: matth...@m-r-d.de <mailto:matth...@m-r-d.de> BR5 Konverter - BR5 -> MP3 <http://matthiasrebbe.eu/portfolio/produkte/brx/> > Am 15.04.2017 um 18:52

accents, graves & other funny charecters...

2017-04-15 Thread John Dixon via use-livecode
I always struggle with , or I should say with how liveCode and unicode interact and how many times it changes about hoow to use it as always left me confused... Now, in fld "coord", I have ... 49.196839,-0.907385 I throw this at google and it returns the address... Route Forestière de la Rés

Re: Mobile library for barcodes?

2017-01-31 Thread John Dixon via use-livecode
John Craig wrote a library called 'squirt' for QR codes... works a treat ! Sent from my iPhone > On 31 Jan 2017, at 17:26, Devin Asay via use-livecode > wrote: > > Hi all, > > I have a vague memory that someone had created a barcode library or extension > for mobile. Anybody know anything ab