PDA

View Full Version : GPS Speedo v0.52


MrRalphMan
20-02-08, 09:32
Hi all,

I've updated my GPS Speedo app again. Follow updates have been added.

Speedo tab now shows the average speed.
Additional logging in the stats.csv file for session ave speed, miles done and time.
CAB file to allow instalation on the PDA and allow uninstall. EXE file still provided to copy manually.

The following has been added.


Average speed.
Additional logging in the stats.csv.
CAB file install


Bug Fixes


None


Still to do.


Create a .msi installer to ease installation.
Help file.
Need to track bug where 0-100 time defaults back to 999secs


Can be downloaded from the Club Download Section - here (http://www.mkivsupra.net/vbb/forumdisplay.php?f=117)

If anyone want's me to add you to my distribution list to be updated when a new version goes out, please PM me.[/QUOTE]

Wez
20-02-08, 15:13
I will give this a try later :thumbs:

MrRalphMan
20-02-08, 15:15
Ta, sorry for making it like the krypton factor to find it... :)

Wez
20-02-08, 15:17
I am still trying to get my head round a decent GUI for the AEM app, I am hopefully going to spend a bit more time on it tomorrow.

MrRalphMan
20-02-08, 15:35
I had an idea, but thought you would prefer to do your own thing

Wez
20-02-08, 15:41
I had an idea, but thought you would prefer to do your own thing

I am open to ideas, my app could be open source ;)

MrRalphMan
20-02-08, 19:23
Basically, I was thinking of having a custom sub routine that will draw the output on a Picture box (I do this with the compass control in my GPS APP).
This will take params.

Name, Unit, Value, Min, Max, <MaxAlarm>, <MinAlarm>

With the last two being optional.

Then you'd set the screen up with maybe 2 (poss 3) of these picture boxes and a forward arrow ala TomTom config.

Then you'd have a config file that will determine what ones are displayed on each screen.

ie

1,2
3,4
5,8
6,7

So the first screen will have values 1 and 2 on it... and so on.. This means it can be configured by the User...

Easy to configure as there is no seperate page for the different displays, just the picture boxes changes....

Is that easy enough to understand?

Wez
20-02-08, 23:49
:blink:

MrRalphMan
21-02-08, 07:27
So not too easy then.... :(

Wez
21-02-08, 10:11
So not too easy then.... :(

I am hopefully looking at some GUI ideas tonight, the problem is I have written it in EVC and the GUI tools are not that great :(

MrRalphMan
21-02-08, 11:22
That's where Visual Studio is pretty darn good.. Creating the GUI is easy peasy.. (Waits for michael to come along with a grumpy comment :) )...