Thank you for your files, what happens when you try to open GMPC?
Your settings look mostly right, in rr.ini you have:
Code:
[Extra's]
GARMINPATH=C:\GarminMobilePC\Que.exe
GARMINPATH=C:\GarminMobilePC\Que.exe
try changing it to only one line, and make GARMINPATH lowercase:
Code:
garminpath=C:\GarminMobilePC\Que.exe
in exectbl.ini you have the 5 lines correctly input:
Code:
"GMPC_OVERLAY","RUN;$SKINPATH$ElcosMenu.exe|GMPCOL.skin"
"GMPCOSK","RUN;$SKINPATH$ElcosMenu.exe|GMPCOSK.skin"
"X_OVERLAY","SENDMSG;ElcosMenu;Exit"
"GMPC","LOAD;GMPC.skin"
"RUNGMPC","RUN;$garminpath$;!CDP",GMPC.skin
But you might try to make SKINPATH lowercase as well:
Code:
"GMPC_OVERLAY","RUN;$skinpath$ElcosMenu.exe|GMPCOL.skin"
"GMPCOSK","RUN;$skinpath$ElcosMenu.exe|GMPCOSK.skin"
"X_OVERLAY","SENDMSG;ElcosMenu;Exit"
"GMPC","LOAD;GMPC.skin"
"RUNGMPC","RUN;$garminpath$;!CDP",GMPC.skin
and your main.skin has the button code changed correctly:
Code:
B07,556,220,185,83,"GMPC||RUNGMPC||GMPC_OVERLAY",@HOLDMAINBT6@
...
Just make sure you have garminsendkey.exe and ElcosMenu.exe in the skin folder, as well as the three .skin files, and the corresponding .pngs (depending on your resolution 800x600 or 800x480) and it should work.
It might just be the GARMINPATH and SKINPATH case sensitivity. I may change the User Guide into a different font that's not small caps so it's easier to distinguish.
Let me know if that helps.
Bookmarks