The MP3car.com Store  

Welcome to the MP3Car.com forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development

Reply
 
Thread Tools Display Modes
Old 04-17-2008, 10:05 AM   #1
Low Bitrate
 
Join Date: May 2007
Posts: 93
My Photos: (32)
RockCar C# New Translations/Plugable External Controls (Alpha v0.07)

Progress
Making good progress on the changes. I feel good about the architecture and I am focusing on plugins now. I run this in my car full time. I uninstall the old version before I upgrade to the new and run that for a couple of days before I make it public. 64bit still bombs, but it's not a priority as most people are running 32bit in their cars.

Again, thanks for all the feedback. It's nice to hear constructive comments and ideas while working them into the next builds. I'm looking at the newly posted thread about the "Perfect Front End". All suggestions are welcome.

English, German, Spanish, French, and Japanese Translations Avalible
I used Babel Fish for the translations, so I apologize if any translations are incorrect. PM me if you would like to help out with translations.

Change the translation to the language you want by editing the GlobalOptions.xml file and changing the "Culture" to:

en English
de German
es Spanish
fr French
ja Japanese

External Control Plugins
I've added the ability to create plugins for external controls. There are plugins for keyboard and the Phidget Encoder (still working some kinks), but you can make your own (see the source). Anyone like to make a joystick
plugin?

Change the active control by editing the GlobalOptions.xml file and changing the "ExternalControlName" to:

KeyboardControl - Control with the keyboard (arrow and enter keys)
PhidgetEncoder - Use a Phidget Encoder.

IE Web Browser Plugin
I've added a plugin for browsing the web. Edit the pages to suite your own needs in the RockCarIEBrowser.xml configuration file.

WMP Visualizations
To switch to WMP visualization click the "Rocker 5000" title on the interface. This, of course can be changed to another button in the skin file or when creating other skins. Turn off the visualization by clicking on it.

Minimize & Exit
The current skin does not have a marked button for minimize and exit, but they are at the top left and right corners.

New Skin
I'm working on a new default skin. The original skin was created to look like my 2007 Mustang radio, so some of the usual buttons are not visual. Anybody like to help create a new skin?

How To Create a Feature Plugin

I created the IE plugin in about an hour. My next plugins are GPS,EQ,image browser. It'd be great to get some help with the GPS.
  • Create a new Windows form project.
  • Make the output of the project a class library
  • Have the project build to the folder where your plugins are.
  • Add a configuration file to handle configuration options specific to your plugin.
  • Add a plugin class that will enable your plugin to be launched from the main interface.

Last edited by Hessian : 05-29-2008 at 05:18 PM.
Hessian is offline   Reply With Quote
Sponsored Links
Old 04-17-2008, 10:23 AM   #2
Maximum Bitrate
 
Join Date: Oct 2003
Location: Copenhagen, Denmark
Vehicle: Citroen Xsara 2,0 16V VTS
Posts: 727
My Photos: (0)
Where does one tell your app. where to look for music and video files ?
__________________
Transflective Lilliput 8", LV-677DC Core Duo 1,83Ghz, , Mpegbox uSDC20D, Shuttle Express, HQCT, PG XS6600 http://carpc.boyakasha.dk
_dopehead_ is offline   Reply With Quote
Old 04-17-2008, 10:25 AM   #3
Low Bitrate
 
Join Date: May 2007
Posts: 93
My Photos: (32)
WMP Library

Quote: Originally Posted by _dopehead_ View Post
Where does one tell your app. where to look for music and video files ?

You do not have to tell it. It picks up the media in your WMP library.
Hessian is offline   Reply With Quote
Old 04-17-2008, 11:25 AM   #4
Maximum Bitrate
 
Join Date: Oct 2003
Location: Copenhagen, Denmark
Vehicle: Citroen Xsara 2,0 16V VTS
Posts: 727
My Photos: (0)
ah, thats why it doesn't work i don't use WMP at all
__________________
Transflective Lilliput 8", LV-677DC Core Duo 1,83Ghz, , Mpegbox uSDC20D, Shuttle Express, HQCT, PG XS6600 http://carpc.boyakasha.dk
_dopehead_ is offline   Reply With Quote
Old 04-22-2008, 10:28 AM   #5
Low Bitrate
 
Join Date: May 2007
Posts: 93
My Photos: (32)
Feedback

Any feedback on this release?

I'm working on a new skin with WMP visualiztion and album art.
Also adding the ability to use flash in the skin.

I'm making the skin 800x600. Anybody need another size now?
Hessian is offline   Reply With Quote
Old 04-28-2008, 05:18 PM   #6
Newbie
 
Join Date: Jun 2007
Posts: 4
My Photos: (0)
re

Hi,
Can you make skin at 800 x 480 too?
Thanks
tina_sk9 is offline   Reply With Quote
Old 04-29-2008, 08:43 AM   #7
Low Bitrate
 
Join Date: May 2007
Posts: 93
My Photos: (32)
Quote: Originally Posted by tina_sk9 View Post
Hi,
Can you make skin at 800 x 480 too?
Thanks

I'm making a new skin at 800x600 that should be easy to change over to 800x480 as well. I'll be making a new release late this week or early next that will include both sizes. I'm pretty good with Photoshop, but I'm not a graphic designer, so it's trial and error to see what looks good.

I have a MapPoint GPS plugin up and running. Still need to work out a few issues.
The next release will also contain Русско(Russian) translations.

Last edited by Hessian : 04-29-2008 at 08:52 AM.
Hessian is offline   Reply With Quote
Old 04-29-2008, 10:11 AM   #8
Newbie
 
Join Date: Jun 2007
Posts: 4
My Photos: (0)
re:

Hi,
I have seen Garmin and IGo are released for PC.
I personally tried both software , and works great.
Is possible implement them into RockCar?
Thanks
tina_sk9 is offline   Reply With Quote
Old 04-30-2008, 03:52 PM   #9
Low Bitrate
 
Join Date: May 2007
Posts: 93
My Photos: (32)
Quote: Originally Posted by tina_sk9 View Post
Hi,
I have seen Garmin and IGo are released for PC.
I personally tried both software , and works great.
Is possible implement them into RockCar?
Thanks

The plugin architecture of RockCar is fairly open. Anyone familiar with Garmin and IGo code should be able to create a plugin for RockCar. I would code something up, but I don't have a Garmin.
Hessian is offline   Reply With Quote
Old 05-01-2008, 12:38 AM   #10
Newbie
 
Join Date: Jun 2007
Posts: 4
My Photos: (0)
re:

Hi,
I'm not programmer like you, so I don't help. But here is link for Garmin PC version, you can look if is possible create plugin for RockCar:http://www8.garmin.com/support/colle...t=010-00685-00
I have Garmin PNA and works great, also Garmin has good support and fresh maps,especially central and east europa.
wbr
tina_sk9
tina_sk9 is offline   Reply With Quote
Sponsored Links
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
HQCT software development Putput Software & Software Development 164 06-05-2008 02:27 AM
RockCar C# Pluggable, Skinable Front End (Alpha) Hessian Software & Software Development 11 04-02-2008 06:10 PM
(Alpha) BusiNav - External POIs for iGuidance b8bboi RR Plugins 36 12-18-2007 05:54 PM
Problem with ITPS / hibernation and External USB HD veetid Power Supplies 5 01-02-2006 08:35 PM


All times are GMT -5. The time now is 08:18 PM.


Sponsored Links
The MP3car.com Store

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Copyright © 1999 - 2008 Mp3Car.com Inc.
Ad Management by RedTyger
Message Board Statistics