|
Making Button Run App Embedded
Hi Guys,
I am new to the forum and have been steadilly building a carpc using a laptop with a dead screen. So far, I have hacked the motherboard power switch (patched it to the modem port), made a startup/shutdown controller, Installed and optimised the OS and got Roadrunner going pretty well.
I just need to see an example of running an embedded app to get me going from here and could not fin one when I searched.
I want to run 2 GPS applications. Oddesy Street guidance (Limited options in Australia but manufacturer says it will embed in RR). I also use OziExplorer when I go offroad in my 4WD.
I got Ozie embedding happilly in the launch screen with this code in the ini file:
[GENERAL]
PATH = C:\OziExplorer\OziExp.exe
TryEmbeddedTimeOut = 5
WindowSearchString=!TfmMainForm
Now I want to use the default Sat Radio Button to Launch Ozie and am a bit stumped. I started by getting the Launch screen coming up from the button to get the hang of this. Then I copied LAUNCH.skin to OZIEXPLORER.skin and commented out all the buttons below the top Application Bar.
Where do I put the RUN Command? Does it go in MENU.skin something like:
B06,11,305,339,106,"LOAD;"OziExplorer.skin";OzieEx plorer;C:\OziExplorer\OziExp.exe;!TfmMainForm"
or does it go in the OZIEXPLORER.skin something like this?
"RUN";C:\OziExplorer\OziExp.exe;!TfmMainForm"
A01,000,055,800,545,000,000,000
Any help would be much appreciated.
Rod
|