I've also done a bit of work on my RoadRunner Skin and I am triallling the new RideRunner build. I will probably move over to it but I am sticking to the BMV2 skin.
I also added a button to the Toyota logo to open up what will be a dash board in due course. I just threw a few fields on the skin whihc I will tidy up in due course. I also added a button to get to the Weather skin but have not done any Photoshop work.
Eventually when I finish of the Arduino project, the temperature and voltage field will be activated.
You can also see I have changed one button on the main skin to call up a simple fuel logger program I wrote using Clarion Proffesional Developer. I used to keep a hand written fuel log, now it is in the Car PC.
Yeh I know, I should have skinned it, but it is not something that you leave displayed all of the time and I took the easy way out. Sorry for you guys in the US, but this is simply a metric program and don't see I will support miles and gallons ever.
The Set Date button alows you to select the starting date you want to display readings from and the averages will work out from there. eg. If you set off on a long trip, set the date for the first day you get fuel.
To add a value, You get a screen like this:
You simply select the field you want to enter and press the Enter Value button to open a touch screen friendly data entry screen.
The date and time field are locked and default to the date and time you are adding an entry. Sometimes you might want to edit the default date and time and you can click on the padlock to enable editing of these fields.
I also added a Servo lookup table so you can record where you purchased fuel, but you can type into the field if you like:
I also added a couple of INI file settings so you can chane the window title so you have control over the embedding process. The HideCloseButton does excatly that. When it is = 1, the close button is hidden as typically you would close it from the skin in your Front end.
Code:
GLO:HideCloseButton=1
GLO:WindowTitle=Fuel Logger
To open this from Roadrunner, you would do someting like this
B14,643,415,145,110,"LOAD;FUELLOG.SKIN;"Fuel Logger";C:\Program Files\RideRunner\FuelLog\fuellog.exe;Fuel Logger"