Forum:	RideRunner
Téma:	ETA und ETR wird nicht richtig angezeigt
------------------------------------------------

Robbie:
Servus!
Ich schon wieder *g* Jetzt machen wir mal reinen Tisch im CarPC *g*
Also, 
im neuen AlpineS-Skin steht unten wenn man MapMonkey gestarted hat dieses ETA und ETR. So, leider wird da nie angezeigt was man ankommen soll usw. Unten drunter ist wohl die geilste Neuerung, die Button Zurück, Play, Stop und Vor! Das finde ich richtig klasse. Nur feht halt das das Feld ETA und ETR nicht genutzt wird. Gibts da eine Lösung?
Gruß Robbie
EDIT:
Hab nochwas gefunden:
Datei: DESTINATOR_GPS.skin

MEDIACAR Skin
MEDIACAR Alpine "Destinator GPS" skin
DESTINATOR_GPS_OFF.jpg,DESTINATOR_GPS_OFF.jpg,DESTINATOR_GPS_ON.jpg,DESTINATOR_GPS_down.jpg
/, (B) Buttons
/, X Y W HCODE TOOLTIP
/,--- --- --- ---------- -------
B01,000,501,051,055,"VOL+",""
B02,051,501,051,055,"VOL-",""
B03,266,547,106,053,"RRPREV",""
B04,372,547,106,053,"PLAY",""
B05,478,547,106,053,"STOP",""
B06,584,547,106,053,"RRNEXT",""
B07,690,547,106,053,"EXIT",""
B08,014,556,231,036,"MINIMIZE",""
/, (L) Labels
/, X Y W H R G BPTFONTCODE TOOLTIP
/,--- --- --- --- --- --- --- ---------------------- -------
L01,111,480,428,020,254,198,001,18,"LCD Display Grid","=ETR:||MM;ETR","LEFT"
L02,111,518,389,020,254,198,001,18,"LCD Display Grid","=ETA:||MM;ETA","LEFT"
L03,579,480,038,020,254,198,001,18,"LCD Display Grid","MM;SatCount",""
/, (A) Application Window
/, x y w h r g b
/,--- --- --- --- --- --- ---
A01,000,000,800,465,000,000,000
/, (I) Indicators
/, X Y W HCODE
/,--- --- --- ----------
I01,529,510,020,033,"SHUFFLE"
I02,509,510,020,033,"REPEAT"
I03,704,476,042,042,"OVERSPEED:B"
END


und in der Info Button Setup.txt steht
"MM"- This allows you to display Map Monkey information in RR skins (even flash).
See Map Monkey SDK for complete list of requests. The toolpit sets the format.
Example: "MM;CurrentSpeed","0 MPH" or "MM;SatCount","" etc

Könnt Ihr was damit anfangen?

Wal:
Du hast aber eine Route eingegeben ?
Es wird nur beim navigieren dort was angezeigt.

Robbie:
jep, route ist eingegeben. leider kommt nichts.

Wal:
In der settings.ini von MapMonkey muß das drinstehen :
[Plugins]
//Allow custom apps to interact with the frontend?
Enabled=Yes
ListenPort=9913
und der Port muß wenn du eine Firewall hast offen sein.

Robbie:
ich probiers gleich mal aus :D danke schon mal

Robbie:
Hat super geklappt!!!! DANKE

roan:
oder im config menü von map monkey das plug in Monkey talk aktivieren.
Das ist das selbe.

Robbie:
Kann man eigentlich noch andere Infos im Skin anzeigen lassen?
Anstatt ETA und ETR halt aktuelle Höhe oder so. Gut, noch hat der Audi keine Flügel aber wenn ich mit dem CarPC fertig bin könnte man da auch mal drüber nachdenken :D
Gruß Robbie

roan:
ja das geht,
km/h, höhe, strasse, stadt ....
einfach in der skin.ini den ausgabe string "mm;*****" mit den Monkeytalk befehl ersetzen.
Z.B. "mm;Latitude"
Das ist alles möglich:
ActiveDialog
Address 
AdvancedGPS 
ColorMode 
CompassHeading 
Connected 
CurrentManeuverID 
ETA 
ETR 
Heading 
HomeLatitude 
HomeLongitude 
hWnd 
IsMapMonkeyRunning 
Latitude 
Longitude 
MagVar 
ManeuverCount 
ManeuverUpdates 
MapOrientation 
MapWindowHeight 
MapWindowWidth 
NavigationMode 
Routing 
RoutingMode 
SatelliteCount 
Speed 
SpeedTrapDBFormat 
SpeedTrapLogic 
SpeedTrapsInRange 
SpeedTrapsVisible 
SpeedTrapUpdates 
SpeedTrapWarning1 
SpeedTrapWarning2 
SpeedUnit 
ThreadMode 
Version 
ViewMode 
VoicePrompts 
Zoom

Das gleiche ist auch mit einen Button (B) in RR möglich.
Z.B. "mm;GoHome" oder "mm;ShowRoute"
AddFavorite 
AddressFromCoords 
AddSpeedCamera 
CancelCurrentRoute 
ClickButton 
CloseMapMonkey 
ConnectAdvGPS 
ConnectSpeedTrapDB 
Custom 
CycleDialog 
DestinateTo 
DisconnectAdvGPS 
EmbedMapMonkey 
FocusDialogInput 
GoHome 
ManeuverDistance 
ManeuverRoad 
ManeuverType 
Notify 
RemoveCurrentCamera 
RetrieveLastNMEA 
RouteToCoords 
SendMuteCommand 
ShowGPSSetup 
ShowGPSStatus 
ShowManeuvers 
ShowPlayRecord 
ShowRoute 
ShowSettings 
ShowSwapMap 
ShowTurnByTurn 
ShowViewDialog 
WriteToDialog 
ZoomIn 
ZoomOut

Robbie:
Goil!!! Danke!!!

roan:
Bitte,
ich habe bei mir im jeden screen straße, stadt, km/h, eta, etr, höhe und sateliten anzeigen lassen.
Irgend wie geht auch die blizer warnung da bin ich noch am rumprobieren.

Löwe:
danke danach hatte ich auch gesucht
