Found a bit of a bug in the Skin.ini file. The Gamin entry looks like this in the code lines respective places
Code:
MenuExec_48=LOAD;Garmin_GPS.skin;!CDP_FIELD_WND;C:\ProgramFiles\GarminMobilePC\Que.exe;!CDP_FIELD_WND
/---------------------------------------------------------------------------------------------------------- /
MainMenuExec_05=LOAD;Garmin_GPS.skin;!CDP_FIELD_WND;C:\ProgramFiles\GarminMobilePC\Que.exe;!CDP_FIELD_WND
MainMenuLabl_05=Garmin
I changed it to this in the code lines respective places minus the /---------------------------/
Code:
MenuExec_48=LOAD;Garmin_GPS.skin;!CDP_FIELD_WND;C:\ProgramFiles\Garmin\GarminMobilePC\Que.exe;!CDP_FIELD_WND
/------------------------------------------------------------------------------------------------------------/
MainMenuExec_05=LOAD;Garmin_GPS.skin;!CDP_FIELD_WND;C:\ProgramFiles\Garmin\GarminMobilePC\Que.exe;!CDP_FIELD_WND
MainMenuLabl_05=Garmin
Then Garmin Mobile PC would load. The only issue is that when I go to Exit RideRunner it hangs because Garmin Mobile PC will not close. Has Anyone got an idea how I can get Garmin to exit on close, the code forthat is eluding me.
Bookmarks