View Single Post
Posts: 78 | Thanked: 135 times | Joined on Jul 2012
#155
Originally Posted by sony123 View Post
Excellent job, mbanck! How to you dump the structures btw??
Something like
Code:
for (var member in <object>) { console.log(member); }
This prints out the members of the object on the console if you start Drive in debug mode.

Originally Posted by sony123 View Post
For the UI, actually I did modify the InfoDistance.qml so it has states to selectively display distance or TTD info. Basically just make the behaviors consistent with Symbian. I will check your code and see how to do the patching...
That would be awesome!
 

The Following 2 Users Say Thank You to mbanck For This Useful Post: