Search found 14 matches

by mtimmerm
Wed Apr 25, 2012 1:52 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Missing Speed in Location info. How to calculate this?
Replies: 8
Views: 5237

Re: Missing Speed in Location info. How to calculate this?

Hi,

Well I guess it is the speed. I am driving on a highway (120KM/H) and it is going from 90-140.

So I really need to have the speed property on LCLOcation info. Which is unfortunatly not implemented in LC :(
by mtimmerm
Wed Apr 25, 2012 1:35 pm
Forum: Feature Proposals
Topic: Please add Speed property to GPS
Replies: 7
Views: 10998

Re: Please add Speed property to GPS

Hi, I couldn't agree more. I am using the latest version of LC and it is not there and also background running is not included. I am a little bit frustrated :twisted: becuase they told me when I purchase this I could do the same as in XCOde and if not I could use externals. But this is not the case ...
by mtimmerm
Tue Apr 24, 2012 3:16 pm
Forum: Feature Proposals
Topic: Please add Speed property to GPS
Replies: 7
Views: 10998

Re: Please add Speed property to GPS

This seems not possible. Becuase this is not detecting a constant movement. We need this one: https://developer.apple.com/library/ios/documentation/CoreLocation/Reference/CLLocation_Class/CLLocation/CLLocation.html#//apple_ref/occ/instp/CLLocation/speed But I am affraid they forgot to implement this...
by mtimmerm
Sun Apr 22, 2012 2:19 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Missing Speed in Location info. How to calculate this?
Replies: 8
Views: 5237

Re: Missing Speed in Location info. How to calculate this?

Hi,

Did was also to slow. I am conintues displaying the speed. I am wondering why did LC not add this to the location info. It is already a while to this object.
by mtimmerm
Fri Apr 20, 2012 12:10 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Missing Speed in Location info. How to calculate this?
Replies: 8
Views: 5237

Re: Missing Speed in Location info. How to calculate this?

Hi,

Yes, that is the reason. It calculates from a point A to B in a straight line. this won't work if there is a curve in the road. Unless you get updates very quickly. But sometimes it takes 3 seconds before I get a location message again.
by mtimmerm
Thu Apr 19, 2012 7:49 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Missing Speed in Location info. How to calculate this?
Replies: 8
Views: 5237

Missing Speed in Location info. How to calculate this?

Hi,

I am missing the speed attribute in the LOcation Info (iOS iPhone). So I did a calculation for the speed (remember the old Long/Lat, calc the distance and device by the time between the old and new coordinates). But this seems to be very inaccurate.

Anyone a better solution?
by mtimmerm
Tue Apr 17, 2012 7:06 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Correct project structure?!?
Replies: 2
Views: 2583

Correct project structure?!?

Hi, I am used to developed into vb.net. I am busy to develop in LC for an iPhone app. but I am having some trouble to setup a clean project structure and not making a long list of code into the stack or card. So can you make some kind of code libs/classes where you put functions in it and how to do ...
by mtimmerm
Mon Feb 06, 2012 12:29 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Tasks & Timers
Replies: 4
Views: 3708

Re: Tasks & Timers

Anyone that could help me out here? It looks like that I bought the wrong development tool if this is not possible. I cannot find anything on this side or documentation how to solve this. Also from support I get no real answer. I have a deadline for this tool and I am running out of time :(
by mtimmerm
Thu Jan 19, 2012 8:28 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Tasks & Timers
Replies: 4
Views: 3708

Re: Tasks & Timers

Still it is not clear to me if it is contunue running in the background? And indeed also I am curious about "Push" notifications.
by mtimmerm
Sat Jan 14, 2012 9:10 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Tasks & Timers
Replies: 4
Views: 3708

Tasks & Timers

Hi, I am writing my first iOS app for the iPhone using LiveCode. It is a very simple app that get's data from a website based on the gps location. If the GPS location hits data that I retrieved from the web server I would like to inform the user by a message. But I am running into trouble. I would l...
by mtimmerm
Wed Nov 16, 2011 11:29 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: LiveCode & Google maps
Replies: 5
Views: 9320

Re: LiveCode & Google maps

In this example stack that is attached, the location always opens centered on Wells in the UK as that is where I live, but you can change the lat/lng in the .html file to centre the map wherever you wish... When you enter a start/Destination location, also include the country as I have not done any...
by mtimmerm
Tue Nov 15, 2011 1:26 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: LiveCode & Google maps
Replies: 5
Views: 9320

Re: LiveCode & Google maps

Hi,

Do you have already found out how to do this? Can you help me as well? I am looking for something similer.