Name suggestion: VNAV
I got error message when starting dashPC:
"The Requested member of the collection does not exist. Use a valid name or index number"
What i'm doing wrong ?
@karhu
I cannot tell you out of my head what the problem could be rite now.But the following could be the reason.
Do you have mappoint 2002 or higher installed on you PC ?
Do you have all the required dll's for the application in the application directory ?
Do you have MS SAPI 5.0 or greater installed ?
BTW which OS are you using ?
Regards
Satish
Originally Posted by suprthug8d
You need to put the whole number in, not the pairs seperately.Originally Posted by CdRsKuLL
i.e click Hex, enter FFFFFF, click Dec, = 16777215
Hi, i cannot start DAshPc , it seems that the map is not loaded/created. But i don't have now GPS Connected.
System is
MAppoint Italian 2004
WinXp Italian
How can i know if i have installed the speech system. Is there a link to download ?
Many thanks for your beautifoul work.
Maurizio Binello
I am a Senior Borland Delphi programmer. If you need something for the project tell me (activex o whatever).
Maurizio Binello
Laidback, no your wrong, to calc hex colours into dec colours you need to break them down.. each pair is a colour.. ie..
#FF0000 is RED
255000000 is also RED
you need to split them into pairs, FF FF FF is white. Thats why 255 255 255 is white.
The # symbol tells you its in Hexidecimal (Base 16. 1 to 9 then a,b,c,d,e,f)
Eash pair is one colour, Red, Green, Blue. so #00FF00 would be Green. also 255000 is also green in decimal. As is #0000FF is blue, and 255 is blue in decimal..
If you need me to write a converter let me know, I'm sure theres plenty around already.
if you do 255x255x255 thats the number of colours you have to display 16581375 different combinations :-)
Steve
If you don't have a GPS to connect try downloading a GPS simulator. This allows you to make a fake GPS device to test in the house.Originally Posted by elica2099
You need: http://www.lichtenheld-mch.de/GPSsim_E.htm - 'GPSSIM' and either a null-modem cable between two serial ports (One for GPSSIM to send the fake GPS down and one for the navigation program to use) or a trial for a virtual version such as 'VSPD' - download a trial from http://www.mks.zp.ua/vspdxp.php
GPSSIM does come witha sample GPS track, it is not too hard to record a few of your own for testing however.
If you ever need it the speech SDK is available from http://www.microsoft.com/speech/downloads/sdk51
Ford Focus MP3 : www.stevieg.org/carpc Blog Updated 29 January 2009!
Car PC Status: Complete - Undergoing Software Redevelopment
@CdRsKuLL
LaidBack is right. In Windows the color is a decimal value of the hex 0xbbggrr. Enter the value in the same format in Hex and convert to decimal and then you have the decimal value of color
red = 0x0000FF = 255
Green = 0x00FF00 = 65280
Blue = 0xff0000 = 16711680
and white = 0xffffff = 16777215
Nice idea about the dat file will do some thing like that in the next release due on friday if possible![]()
@SilentAdmirer
Is it possible to add an option in the .ini file to turn the 'Home' icon which make s the program quit on or off, I would like to just run this app on it's own for the moment until CarPC is properly installed into my new car
Ford Focus MP3 : www.stevieg.org/carpc Blog Updated 29 January 2009!
Car PC Status: Complete - Undergoing Software Redevelopment
Bookmarks