Back to School folks (well at least here in the US)...
Download from: http://www.nisuautomotive.com
A bunch of little things, some VERY important thou...
Highlights:
- Better PC Navigator Support - Including in RRConfig
- Added Direct Mixer control for plugin developers
- Added dot Net Extension Plugin frm Object.txt document for c# plugin developers
- Fixed some minor bugs, that has gone unoticed
HISTORY:
Code:LEGEND:
- = Removed
+ = Added
* = Changed
! = Major code change
# = Bug fix
^ = Note
8/27/2012
------------------------------------------------------------------------
# Fixed issue with Lists with icons, if icons are invalid file paths
* Changed so RR ignores unexecuted events with parameters like ONxxx;yyy
8/20/2012
------------------------------------------------------------------------
+ Added to SDK New Methods for direct Mixer Control (MIXER LINES ONLY)
GetMixerMute(MixerLine as String) as boolean
SetMixerMute(MixerLine as String, State as boolean
GetMixerVol(MixerLine as String) as integer (0 - 100)
SetMixerVol(MixerLine as String, Level as integer) (Level = 0 - 100)
ex. SetMixerVol("Rear Blue In", 50)
+ Updated plugin examples SDK for new direct Mixer Control
+ Added Standard Status label for Sirius and XM
# Fixed Active Source Label in Sirius mode
# Fixed MediaList support for Sirius/XM when not using ID3 Tags
# Fixed NonGesture Areas checks on Menus
* Updated Carwings Dynamic skin (GPS Menu and some Phone indicator)
* Updated Mappoint plugin for Mappoint 2010
8/16/2012
------------------------------------------------------------------------
+ Logging in the RUNxxx commands when the path is invalid or file is missing
8/13/2012
------------------------------------------------------------------------
* Minor prevention against ONINVALIDCOMMAND for plugin issued events
8/7/2012
------------------------------------------------------------------------
+ Properlly close PC Navigator 11 on exit of RR
note: PC navigator or iguidance window title is NOT required in embedded app list
but the close app on RR close setting is followed (subject to change)
+ Setting; "GPSMode=4" is for PC Navigator 11 (allows for future integration).
+ Skin Command; "GPS", when in GPSMODE=4 will look for "pcnavigator_gps.skin",
falls back to "external_gps.skin".
+ Settings; "RRPCNavigatorPath=" & "RRPCNavigtorName="
Note: RRConfig v1.0.12 now support PC Navigator and automates said settings.
8/6/2012
------------------------------------------------------------------------
+ Preserve CL.TAG on "RELOADSCREEN" (internal)
8/4/2012
------------------------------------------------------------------------
# Fixed PC Navigator support when scaling skins (for some regional settings)
+ Added Extension Plugin example in Delphi
8/1/2012
------------------------------------------------------------------------
+ Skin Indicator; "vol;xxx" will also accept index, see debug.txt for valid indexes.
ex. "vol;2"
+ Skin Indicator; "mute;xxx" is an alias of indicator "vol;xxx".
+ Skin Command; "Mute;xxx" will also accept index, see debug.txt for valid indexes.
ex. "Mute;2"
+ frm.CL properties exposed to com to aid plugin developers.

