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 > Support Software > Other Cool Stuff

Reply
 
Thread Tools Display Modes
Old 08-17-2005, 07:27 AM   #1
Newbie
 
Join Date: Apr 2005
Posts: 35
My Photos: (0)
Offline News Reader / Skinnable Software

I'm working on an application that functions as a news reader for Car PCs.

The application comes in two parts. The first app runs on a desktop PC and downloads news headlines and full articles from the Associated Press into a directory (structured by date then by topic). The second app runs on the Car PC and reads the news headlines to you. You can click the "read" button at any time and have the system read you the whole article.

I have a little USB drive that I can copy the news story directory to and then plug it into the car and copy the directory off onto it's hard drive. This works well for those of us who don't have a constant internet connection.

The main reason I'm writing this is that I haven't added XM or FM radio to my car, so this is an easy way to stay up-to-date with what's going on. You could also adapt it to work with other files such as email.

I use SAPI, so you can use any voice compatible with it. The ones that come with it aren't very pleasant to listen to, but AT&T makes some more pleasant and easier to understand voices that work very nicely.

Anyway, I'm open to making the program available to everyone, but I'd like to make it skinnable first. I've never written skinnable software so I was looking for some pointers.

Here's a screen shot of the current reader:



You click on a day, then select a topic and the headlines are automatically read to you. After one headline is read, the system automatically moves to the next headline and starts reading it. Clicking the read button causes the system to read you the entire news article. During the article reading, the bottom list view switches to display the text of the article. Words are then highlighted as they are read so you could quickly look down and see the work being read if you didn't understand the SAPI.

Anyway, even if you guys aren't interested in the news reader program itself, it might be able to be used as a good tutorial on how to create skinnable software. Thoughts?
White Night is offline   Reply With Quote
Sponsored Links
Old 08-17-2005, 07:34 AM   #2
FLAC
evandude's CarPC Specs
 
evandude's Avatar
 
Join Date: Mar 2005
Location: Maine
Vehicle: 99 Jetta Wolfsburg
Posts: 937
My Photos: (0)
I'm the kind of person who pays no attention to the news... However that still struck me as a really cool idea for a program... good idea
__________________
But don't take it from me! here's a quote from a real, live newbie:
Quote: Originally Posted by Viscouse
I am learning buttloads just by searching on this forum. I've learned 2 big things so far: 1-it's been done before, and 2-if it hasn't, there is a way to do it.

eegeek.net
evandude is offline   Reply With Quote
Old 08-22-2005, 05:12 PM   #3
Newbie
 
Join Date: Apr 2005
Posts: 35
My Photos: (0)
So I guess no one wants to share their secrets? I guess I'll proceed to try and figure it out on my own by investigating some source code such as Road Runner. Just thought there might be some tips/advice people might be willing to share.
White Night is offline   Reply With Quote
Old 08-22-2005, 06:40 PM   #4
FLAC
 
NiN^_^NiN's Avatar
 
Join Date: Aug 2004
Location: Australia, Melbourne
Vehicle: 94 Ford Probe GT
Posts: 1,279
My Photos: (2)
i've got lots of apps that are at various stages but i can't do the skinning

The news reader is a good idea but you need to spruce it up abit make it look pretty
__________________
CarPC Status:
GPS: 99%
Hardware: 99%
Software: 92%
Case Install: 99.9%
Dash Install: 100%
Car Install: 72%
NiN^_^NiN is offline   Reply With Quote
Old 08-22-2005, 06:55 PM   #5
Newbie
 
Join Date: Apr 2005
Posts: 35
My Photos: (0)
Quote: Originally Posted by NiN^_^NiN
i've got lots of apps that are at various stages but i can't do the skinning

The news reader is a good idea but you need to spruce it up abit make it look pretty

Actually, I'm not looking for someone to do the skinning for me. I'm looking for someone to help explain how to write a skinnable app. For example, do I need to use special controls that allow round buttons or does everyone just use rectangular ones that can be loaded with images? I've never written a skinnable app, so I'm not sure how to approach it.

I'm a professional programmer writing mainly in VB and C#, so any input along those lines would be good. And thanks for the kind words! Good luck on your apps.
White Night is offline   Reply With Quote
Old 08-22-2005, 07:18 PM   #6
FLAC
 
NiN^_^NiN's Avatar
 
Join Date: Aug 2004
Location: Australia, Melbourne
Vehicle: 94 Ford Probe GT
Posts: 1,279
My Photos: (2)
well i myself have problem skinning in VB but the quick simple way is to create a hover affect when the mouse is inside the picture box you change the source to a different image then when it is outside the picture box it changes back to the default source.

Thats the simple way but you would have to have seperate button images so it isn't that handy if you want the whole app skinnable
__________________
CarPC Status:
GPS: 99%
Hardware: 99%
Software: 92%
Case Install: 99.9%
Dash Install: 100%
Car Install: 72%
NiN^_^NiN is offline   Reply With Quote
Old 08-23-2005, 03:06 AM   #7
Maximum Bitrate
 
Bravellir's Avatar
 
Join Date: Dec 2003
Location: Porto, Portugal
Vehicle: Mitsubishi Strakar
Posts: 741
My Photos: (0)
Don't know first thing about programing, but I really liked the idea and hope someone can give you some help..
__________________
Ikea Case. Epia M10000.M1-ATX. 512 Mb. 2,5" 80 GB HDD. 7" Lilliput. BU-303 GPS. Sony Joystick.
Status -->
Lilliput Installed (not indash yet..)
BraveCar 2.5
Bravellir is offline   Reply With Quote
Old 10-03-2005, 01:29 PM   #8
hud
Low Bitrate
 
Join Date: Mar 2004
Posts: 65
My Photos: (0)
White Night, are you still working on this project? any progress?

Also, question: you mention that this is for "news headlines and full articles from the Associated Press"...any chance that this could be adapted to work with any RSS/XML feed?
hud is offline   Reply With Quote
Old 10-05-2005, 10:41 AM   #9
Raw Wave
Blue ZX3's CarPC Specs
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Vehicle: 01 Ford ZX3
Posts: 2,011
My Photos: (16)
Nice prog...one thing "I" would change is make the date more readable at quick glance...mm/day, mm-dd ect ect

Nice work though!
Blue ZX3 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
Suggestion for the Software forum Confused Suggestions/Comments 11 11-02-2004 07:55 AM
Inexpensive OBD-II reader and software philstuf Engine Management, OBD-II, Engine Diagnostics, etc. 0 07-03-2004 06:19 PM
myHTPC Software the_new_guy Software & Software Development 1 06-05-2004 03:51 PM
Comments on BR3 OBD Reader sontakke Engine Management, OBD-II, Engine Diagnostics, etc. 4 05-13-2004 07:57 AM
Mediacar V1.8.5 coyote MediaCar 47 02-16-2004 01:16 PM


All times are GMT -5. The time now is 10:32 AM.


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