|
 |
|
11-25-2005, 12:05 PM
|
#31
|
|
Maximum Bitrate
Join Date: Mar 2004
Location: Cambridge, MA, USA
Posts: 507
|
Sorry, you thought wrong. The iGuidance changes are not added yet. This is future development. I've added the iGuidance config item into RRConfig, but at present this config value is not used by RR.exe (sorry).
__________________
06 Volvo XC90
Use to have installed MII 10000/512Mb/40GB, Lilliput 7", OPUS 90W, Wifi-G PCMCIA, Head Unit Aux adapter, Delorme GPS, XM PCR, Audigy NX, RR
Car PC downloads: http://carpc.harteveldt.com/
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
11-25-2005, 01:43 PM
|
#32
|
|
Of Ice and Men
Join Date: Mar 2005
Location: Czech republic
Posts: 772
|
Looks like there is still some other bug. This is what I get after launching RR after update to 10a
|
|
|
11-25-2005, 01:45 PM
|
#33
|
|
Maximum Bitrate
Join Date: Mar 2004
Location: Cambridge, MA, USA
Posts: 507
|
LagunaICE: What version of windows are you using?
__________________
06 Volvo XC90
Use to have installed MII 10000/512Mb/40GB, Lilliput 7", OPUS 90W, Wifi-G PCMCIA, Head Unit Aux adapter, Delorme GPS, XM PCR, Audigy NX, RR
Car PC downloads: http://carpc.harteveldt.com/
|
|
|
11-25-2005, 01:47 PM
|
#34
|
|
Of Ice and Men
Join Date: Mar 2005
Location: Czech republic
Posts: 772
|
..and this is my Time zones registry export for debugging purposes...
|
|
|
11-25-2005, 01:54 PM
|
#35
|
|
Maximum Bitrate
Join Date: Mar 2004
Location: Cambridge, MA, USA
Posts: 507
|
Anyone else with this TZ problem? I've tested on XP SP2 and Vista and have not been able to recreate this problem.
__________________
06 Volvo XC90
Use to have installed MII 10000/512Mb/40GB, Lilliput 7", OPUS 90W, Wifi-G PCMCIA, Head Unit Aux adapter, Delorme GPS, XM PCR, Audigy NX, RR
Car PC downloads: http://carpc.harteveldt.com/
|
|
|
11-25-2005, 02:00 PM
|
#36
|
|
FLAC
Join Date: Sep 2005
Location: San Luis Obispo, CA
Posts: 1,260
|
Skippy: How do your Time Zones registery entries compare to the ones he uploaded? The same or different?
Laguna: What version of Windows are you running, and where did you pull those registry files (obviously from \Software\Microsoft\..., but from HKLM or HKCU or what?)
-arebelspy
__________________
See my trades here! My For Sale/Trade Thread. Email joe at eipse.com
Quote: Originally Posted by xdjxklusivex
i think every thread is now a whoreing thread
|
|
|
11-25-2005, 02:14 PM
|
#37
|
|
Of Ice and Men
Join Date: Mar 2005
Location: Czech republic
Posts: 772
|
Its WindowsXP Pro SP2 English but with Czech regional settings.
The registries are export of: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones]
|
|
|
11-25-2005, 02:37 PM
|
#38
|
|
Of Ice and Men
Join Date: Mar 2005
Location: Czech republic
Posts: 772
|
By the way I just tried on VM machine running with nLited WindowsXP Pro SP2 Czech with same regional settings
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
11-25-2005, 02:38 PM
|
#39
|
|
Of Ice and Men
Join Date: Mar 2005
Location: Czech republic
Posts: 772
|
One more thing I have noticed: Original guinos RR.exe is 485kb in size and your beta 10a has 1.91MB Is this expected growth in size?
|
|
|
11-25-2005, 03:00 PM
|
#40
|
|
Maximum Bitrate
Join Date: Mar 2004
Location: Cambridge, MA, USA
Posts: 507
|
LagunaICE: Re size: It's just compilation options (for the BETA)
Is anyone else having this TZ problem?
Here's the code used for the TZ:
' get current timezone
If IsNT Then
sRegKeyTZI = "Software\Microsoft\Windows NT\CurrentVersion\Time Zones"
Else
sRegKeyTZI = "Software\Microsoft\Windows\CurrentVersion\Tim e Zones"
End If
If Not GetTZICollection(sRegKeyTZI) Then
MsgBox "Unable to locate Time Zones information in Registry under the key: " & vbCrLf & sRegKeyTZI
End
End If
sCurZone = GetRegValueStr("System\CurrentControlSet\Control\T imeZoneInformation", "StandardName")
__________________
06 Volvo XC90
Use to have installed MII 10000/512Mb/40GB, Lilliput 7", OPUS 90W, Wifi-G PCMCIA, Head Unit Aux adapter, Delorme GPS, XM PCR, Audigy NX, RR
Car PC downloads: http://carpc.harteveldt.com/
|
|
|
11-25-2005, 03:04 PM
|
#41
|
|
FLAC
Join Date: Sep 2003
Location: Ellicott City, MD
Posts: 1,670
|
Just got back from long test drive and down loaded beta 10A on the road
Speed vol works good with linear – tried the others but at 70 mph the vol was all the way up and the slider made no change
As for the gamma the button goes thru all modes with no problems in gps mode
Now for transparencys with .swf files and windows 2000 – the background shows up now and it did not before like the picture of the clock in post #22 above.
Did the indicators make this happen?
|
|
|
11-25-2005, 03:12 PM
|
#42
|
|
Variable Bitrate
Join Date: Sep 2004
Location: was Boston -> now Canada!
Posts: 382
|
Else
sRegKeyTZI = "Software\Microsoft\Windows\CurrentVersion\Tim e Zones"
End If
Is there a space there? Not sure if that is a typo in Time Zones or just the way it is being displayed in the post.
Oh and here also a space after the T:
sCurZone = GetRegValueStr("System\CurrentControlSet\Control\T imeZoneInformation", "StandardName")
Just grasping at straws here :-)
Chuck
Last edited by chuckster; 11-25-2005 at 03:14 PM.
|
|
|
11-25-2005, 03:14 PM
|
#43
|
|
Maximum Bitrate
Join Date: Mar 2004
Location: Cambridge, MA, USA
Posts: 507
|
Thanks Chuck. Need to look into the other GPS Vol changes, not sure if Tim's changes has effected this.
Not sure about the swf transparency problem! I'm using Windows Vista to compile on so it could have been something to do with that... (maybe / maybe not)...
Tim is looking at the source code and is going to make some small fixes. Once he's done I'll issue BETA 10b
__________________
06 Volvo XC90
Use to have installed MII 10000/512Mb/40GB, Lilliput 7", OPUS 90W, Wifi-G PCMCIA, Head Unit Aux adapter, Delorme GPS, XM PCR, Audigy NX, RR
Car PC downloads: http://carpc.harteveldt.com/
|
|
|
11-25-2005, 03:19 PM
|
#44
|
|
Variable Bitrate
Join Date: Sep 2004
Location: was Boston -> now Canada!
Posts: 382
|
Internal GAMMA based on set times is working flawlessly for me :-) I was changing skins before but I'm going to try this as my default now.
Thanks for the hard work.
Chuck
|
|
|
11-25-2005, 03:21 PM
|
#45
|
|
FLAC
Join Date: Sep 2003
Location: Ellicott City, MD
Posts: 1,670
|
Quote: Originally Posted by skippy76
Not sure about the swf transparency problem! I'm using Windows Vista to compile on so it could have been something to do with that... (maybe / maybe not)...
did you use Vista to compile 9a?
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 02:57 AM.
| |