Quote: Originally Posted by
Dougw133 
Wow! Thanks a lot. Im more of a hardware guy myself so skinning is so foreign to me. Could explain to me just how I would implement this? Creating the button, how that button actually opens this program etc...well really everything hod to get it to work?? It would be most appreciated.
In the Exectbl.ini under: Dynamic Menu Buttons, add:
"MyApp51","Load;Obdiag.skin;obd-diag;C:\Program Files\OBD-DIAG\OBD-DIAG.exe";OBD-DIAG"
Under: Pre-setup the Applications and labels into arrays, add:
<<MyApp51<<
Under: This is the label that is displayed on the Main Menu Buttons add:
<<=OBD-DIAG<< These will be self explanatory once you open Exectbl.ini .
Under :/ These are the labels for the application that will show
/ up on the screen that gives the selection of buttons to choose from, add:
"SetCommandLabels51","SETVAR;MyApp51LB;Obdiag||Set CommandLabels52"
In C:\Program Files\Road Runner\skins\DigitalFX 3.0\MenuIcons add the enclosed .png for the menu Icon.
And in C:\Program Files\Road Runner\skins\DigitalFX 3.0 add the enclosed Obd Diag Skin, and Obd diag on and off pngs. The skin opens with a full OBD screen and once you close the OBD program with its own exit function there is a menu button to navigate back to the DFX menu.
Obviously you need to download ad install the OBD Diag program also.
Also note that myapp 51 and setcommandlabels51 etc are based on where this landed in my programs. Your numbering might be different.
I think I got everything.