Search found 34 matches

Go to advanced search

by Jonathan Clark
Sun Mar 17, 2013 11:18 pm
Forum: Issues
Topic: Trouble with date time calculations on _updatedAt field
Replies: 8
Views: 818
 
Jump to post

Trouble with date time calculations on _updatedAt field

Hey, I'm having a problem with some date calculations and can't figure out whats going on. I have a service that returns an array of responses. Each response contains fields from the users collection including the _updatedAtField. I have the value of that field mapped to a label on the page. I then ...
by Jonathan Clark
Sun Mar 17, 2013 2:12 pm
Forum: Issues
Topic: Timer
Replies: 22
Views: 2712
 
Jump to post

Timer

Thanks Katya! Based on that information can you tell me if this logic seems correct. I'd like the geo-location service to run as long as the app is running (minimized or focused), but I also want the user to be able to set the gps polling rate and stop the gps service when desired without closing th...
by Jonathan Clark
Thu Mar 14, 2013 6:05 pm
Forum: Issues
Topic: Timer
Replies: 22
Views: 2712
 
Jump to post

Timer

{sorry if this should be in a seperate thread, but I figured it was relevant enough to this topic to be additional related material. I can repost in separate thread if desired} Regarding timed functions: I currently have an app setup to run a function every X seconds. I believe i have noticed that e...
by Jonathan Clark
Thu Mar 14, 2013 5:25 pm
Forum: Issues
Topic: Timer
Replies: 22
Views: 2712
 
Jump to post

Timer

I was looking for the same thing and tried this solution, but later found: var mytimedfunc=setInterval("javascript function",milliseconds); which automatically runs the event everyXseconds as opposed to once after timeout. I like this a bit better because it's really easy to just add: clea...

Go to advanced search