Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Road Runner > RR Plugins > RR Released Plugins


Reply
 
Share Thread Tools Display Modes
Old 06-26-2009, 04:54 PM   #31
The Curator
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,577
Blue ZX3 will become famous soon enoughBlue ZX3 will become famous soon enough
Gee...That list looks sooo nice and lined up...

Looks a little familar..
__________________
RideRunner...The #1 FE, PERIOD.

RR Media >>HERE <<

RRExtended Plugin
Updated RR Config (Current Ver 1.0.2.0)
Old RR Versions
Complete CFX PSD Set
RRSkinEditor v.76c
DFX Btn Editor
Blue ZX3 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 06-26-2009, 08:26 PM   #32
Terminal flasher
 
Sonicxtacy02's Avatar
 
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,312
Blog Entries: 1
Sonicxtacy02 has a spectacular aura aboutSonicxtacy02 has a spectacular aura about
Quote: Originally Posted by Blue ZX3 View Post
Gee...That list looks sooo nice and lined up...

Looks a little familar..

thats actually just ...

VAR1 [3SPACES] VAR2 [3SPACES] VAR3 [3SPACES] etc....

works well for now.. but i'll be using (and giving credit to) turorial soon enough
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
Sonicxtacy02 is offline   Reply With Quote
Old 06-26-2009, 09:04 PM   #33
The Curator
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,577
Blue ZX3 will become famous soon enoughBlue ZX3 will become famous soon enough
I know ya will...as in past, when I've helped where I could you've not kept all the credit to yourself...
__________________
RideRunner...The #1 FE, PERIOD.

RR Media >>HERE <<

RRExtended Plugin
Updated RR Config (Current Ver 1.0.2.0)
Old RR Versions
Complete CFX PSD Set
RRSkinEditor v.76c
DFX Btn Editor
Blue ZX3 is offline   Reply With Quote
Old 06-28-2009, 08:16 PM   #34
Variable Bitrate
 
Join Date: Jul 2006
Location: Brisbane, Australia
Posts: 344
rodweb is an unknown quantity at this point
Quote: Originally Posted by Sonicxtacy02 View Post
the initial version will only have gallons/miles.. just to insure it works. Once all the bugs are kicked it'll be possible to switch to liter/km, and liter/miles

When you get to doing stuff in metric, you also need to support litres per 100 km which is the standard metric fuel measurement measure (at least in this country).

Another feature idea. I've done up an unskinned fuel logger (see my worklog) and included a date filter. The idea being that today you are on vacation and off on a driving holiday. So you set the filter to day's date and it only shows the entries that are added so the file from that point on so the averages are for the trip, not for the full log.

I also have a Servo field that I can pop open and select from a list of service stations or type in free text into the field. I have got an on screen numeric data entry window for touch screen entry of numbers, but for text in this field, I just rely on the mini keyboard in the centre console.

I have a diesel engine and I have heard of major repair bills emmanating from dirty fuel so I wanted to log where I filled up so I could sue somebody.
__________________
RodW
2007 Toyota Hilux with a CarPC..

Worklog: http://www.mp3car.com/vbulletin/work...ota-hilux.html
OziExplorer GPS Embedded in RR: http://www.mp3car.com/vbulletin/sb-s...iexplorer.html
rodweb is offline   Reply With Quote
Old 06-29-2009, 09:06 AM   #35
Terminal flasher
 
Sonicxtacy02's Avatar
 
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,312
Blog Entries: 1
Sonicxtacy02 has a spectacular aura aboutSonicxtacy02 has a spectacular aura about
Quote: Originally Posted by rodweb View Post
When you get to doing stuff in metric, you also need to support litres per 100 km which is the standard metric fuel measurement measure (at least in this country).

Another feature idea. I've done up an unskinned fuel logger (see my worklog) and included a date filter. The idea being that today you are on vacation and off on a driving holiday. So you set the filter to day's date and it only shows the entries that are added so the file from that point on so the averages are for the trip, not for the full log.

I also have a Servo field that I can pop open and select from a list of service stations or type in free text into the field. I have got an on screen numeric data entry window for touch screen entry of numbers, but for text in this field, I just rely on the mini keyboard in the centre console.

I have a diesel engine and I have heard of major repair bills emmanating from dirty fuel so I wanted to log where I filled up so I could sue somebody.

The only problem with this is there's no clean way within road runner to enter a date. In fact the way my plugin is currently set the date is automatically added when adding gas (add's today's date). The only way i can think of to add a date is 3 NUMOSK's for day/month/year, or 1 NUMOSK to enter all the data... then have to worry about parsing for each element and making sure its in the proper format. Just doesnt seem worth it.
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
Sonicxtacy02 is offline   Reply With Quote
Old 06-29-2009, 05:10 PM   #36
Variable Bitrate
 
Join Date: Jul 2006
Location: Brisbane, Australia
Posts: 344
rodweb is an unknown quantity at this point
Quote: Originally Posted by Sonicxtacy02 View Post
The only problem with this is there's no clean way within road runner to enter a date. In fact the way my plugin is currently set the date is automatically added when adding gas (add's today's date). The only way i can think of to add a date is 3 NUMOSK's for day/month/year, or 1 NUMOSK to enter all the data... then have to worry about parsing for each element and making sure its in the proper format. Just doesnt seem worth it.

Agreed, I default the date and you must click on an unlock button to be able to edit it (so you can enter stuff from an old log book). One of the reasons I did not bother skinning it was because the date entry and filtering a record set is so trivial in the language I used. Changing the date range is not something you do every day. I would just use a single number and parse it afterwards into D M & Y and let the user worry about correct format.

You would also have to support DDMMYY (which we use) and MMDDYY formats in your INI file.
__________________
RodW
2007 Toyota Hilux with a CarPC..

Worklog: http://www.mp3car.com/vbulletin/work...ota-hilux.html
OziExplorer GPS Embedded in RR: http://www.mp3car.com/vbulletin/sb-s...iexplorer.html
rodweb is offline   Reply With Quote
Old 06-29-2009, 06:13 PM   #37
The Curator
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,577
Blue ZX3 will become famous soon enoughBlue ZX3 will become famous soon enough
I might have another small addition that might help...just something tbat i through together at lunch today..
__________________
RideRunner...The #1 FE, PERIOD.

RR Media >>HERE <<

RRExtended Plugin
Updated RR Config (Current Ver 1.0.2.0)
Old RR Versions
Complete CFX PSD Set
RRSkinEditor v.76c
DFX Btn Editor
Blue ZX3 is offline   Reply With Quote
Old 06-29-2009, 09:04 PM   #38
Terminal flasher
 
Sonicxtacy02's Avatar
 
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,312
Blog Entries: 1
Sonicxtacy02 has a spectacular aura aboutSonicxtacy02 has a spectacular aura about
Quote: Originally Posted by Blue ZX3 View Post
I might have another small addition that might help...just something tbat i through together at lunch today..

RRsched based solution?
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
Sonicxtacy02 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 07-01-2009, 02:45 PM   #39
Terminal flasher
 
Sonicxtacy02's Avatar
 
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,312
Blog Entries: 1
Sonicxtacy02 has a spectacular aura aboutSonicxtacy02 has a spectacular aura about
One more pic before the beta goes out. This one shows the maintenance slider in action.



Disregard the duplicate entries shown for Oil Change.. its the last bug i fixed (switching skins would cause the first item to duplicate)
I've got cost per mile for individual maintenance items AND total cost per mile. Should total cost per mile include cost per mile from fuel calculations? After that its release time
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
Sonicxtacy02 is offline   Reply With Quote
Old 07-01-2009, 02:48 PM   #40
THE EXPERIMENTER
 
carputer1's Avatar
 
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
carputer1 will become famous soon enough
This is really looking outstanding sonic
carputer1 is offline   Reply With Quote
Old 07-01-2009, 03:07 PM   #41
Terminal flasher
 
Sonicxtacy02's Avatar
 
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,312
Blog Entries: 1
Sonicxtacy02 has a spectacular aura aboutSonicxtacy02 has a spectacular aura about
Quote: Originally Posted by carputer1 View Post
This is really looking outstanding sonic

Lets just hope it works as well for you guys as its been for me the last couple weeks . The mileage counter has stayed accurate. And all the counters are doing their job. I'm actually surprised at how far its come lol
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
Sonicxtacy02 is offline   Reply With Quote
Old 07-01-2009, 04:25 PM   #42
Constant Bitrate
 
Join Date: Jun 2008
Location: Atlanta, GA
Posts: 132
spamminator is an unknown quantity at this point
I'm salivating over here.

As for including the gas cost in $/mile -- why not have two labels, one with, one without?

Edit:

OOH! One more thing. Not sure if you have this already, but would it be possible to have an indicator that fires whenever you get within a certain range on ANY of the maintenance items. It could be configurable, so say you have it turn on if you're 50 miles or less away from needing any kind of service (based on your list items). I'm thinking of this as something to stick on the menu skin to tell you to check something on the maintenace skin...

Last edited by spamminator; 07-01-2009 at 04:27 PM.
spamminator is offline   Reply With Quote
Old 07-01-2009, 04:37 PM   #43
Terminal flasher
 
Sonicxtacy02's Avatar
 
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,312
Blog Entries: 1
Sonicxtacy02 has a spectacular aura aboutSonicxtacy02 has a spectacular aura about
Quote: Originally Posted by spamminator View Post
I'm salivating over here.

As for including the gas cost in $/mile -- why not have two labels, one with, one without?

other than me having no other space for 2 more labels on MY personal skin.. there's nothing wrong with having 2 labels i guess

Quote:
Edit:

OOH! One more thing. Not sure if you have this already, but would it be possible to have an indicator that fires whenever you get within a certain range on ANY of the maintenance items. It could be configurable, so say you have it turn on if you're 50 miles or less away from needing any kind of service (based on your list items). I'm thinking of this as something to stick on the menu skin to tell you to check something on the maintenace skin...

right now theres no indicator.. there's a popup style menu screen that will run once per day to inform you your maintenance item is due. The popup shows:
-if maintenance mileage is 80% or more of your mileage interval
-if 80% or more of the time interval is exceeded

I could easily add indicators that will do the same thing i spose. Is once a day too much? It COULD be user-settable i guess.. but at this point there's only 2 "settings" that are all set within road runner(Odometer reading and timer interval). Adding a bunch more settings would require the old fashion way of adding/editing the .ini file... and i'd like to stray away from that if possible.
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
Sonicxtacy02 is offline   Reply With Quote
Old 07-01-2009, 05:19 PM   #44
Constant Bitrate
 
Join Date: Jun 2008
Location: Atlanta, GA
Posts: 132
spamminator is an unknown quantity at this point
Quote: Originally Posted by Sonicxtacy02 View Post
other than me having no other space for 2 more labels on MY personal skin.. there's nothing wrong with having 2 labels i guess

No one says that you have to use ALL the labels. This would give people the choice.

Quote: Originally Posted by Sonicxtacy02 View Post
right now theres no indicator.. there's a popup style menu screen that will run once per day to inform you your maintenance item is due. The popup shows:
-if maintenance mileage is 80% or more of your mileage interval
-if 80% or more of the time interval is exceeded

I could easily add indicators that will do the same thing i spose. Is once a day too much? It COULD be user-settable i guess.. but at this point there's only 2 "settings" that are all set within road runner(Odometer reading and timer interval). Adding a bunch more settings would require the old fashion way of adding/editing the .ini file... and i'd like to stray away from that if possible.

Maybe instead of making it user settable have an OK command that makes it go away for that day, and an IGNORE command that makes it go away until the next maintenance item is due, for when you don't want to be bothered daily about your windshield wipers.
spamminator is offline   Reply With Quote
Old 07-07-2009, 12:10 PM   #45
Terminal flasher
 
Sonicxtacy02's Avatar
 
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,312
Blog Entries: 1
Sonicxtacy02 has a spectacular aura aboutSonicxtacy02 has a spectacular aura about
welp... soon as i figure out why my slider (which is skinned into the "greyed" area next to the CL) is FUBAR and throw together a big *** text file i should have a beta ready.



the beta will have everything working EXCEPT the pop up screen. I'm considering not even having a pop-up screen because its implementation is messy at best. Plus if a user wanted to include a pop-up skin they could use a combination of RRExtended with a BYIND command basically. Instead there will be indicator code that can be placed on any screen that will throw the "yellow" warning image or the "red" warning image based on a maintenance item exceeding its range.
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance

Last edited by Sonicxtacy02; 07-07-2009 at 12:15 PM.
Sonicxtacy02 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error: The requested action with this object has failed. EricE RR Skins 13 05-28-2009 04:18 PM
Jan 2009 *NEW RoadRunner updates* (coming soon to a pc near you) mitchjs Road Runner 63 03-10-2009 08:49 PM
pc reboot on sd startup duanes7 StreetDeck 3 12-14-2007 09:55 AM
IRMAN plugin knyarko StreetDeck 3 01-05-2007 09:26 PM
How do I use the Extension Plugin Interface ? guino RR FAQ 0 06-11-2006 06:49 PM



All times are GMT -5. The time now is 03:10 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics