Since pretty much all CAR DVD in the market run WINDOWS CE due to GPS capability, we have decided to create new interface software that anybody could customize and make as powerful as they want.
We have design this interface mainly in focus of filling a need in the CAR DVD Player market.
Our simple software use the latest development kit available currently in the market.
Everything has been written by us. .EXE .DLL all of it. And we believed we can do any effect in the market.
We follow current .NET architecture to ensure compatibility.
Now it cannot be simpler to program something compatible in all platforms
From Windows 7, Vista and XP to Window CE 4.2 5 6 7 Mobile...
If you want the software to work in different version of WINDOWS.
Just change the InnoSoft.exe and .dll file in the root. Keep all the rest intact. So Cool.
So in that case all the setting files over Skins, App, Thumb will be leave untouched between version of Window
The idea is simple. Now you can easily program all your interface style on your PC and save it on a SD card to RUN it on any CAR DVD Player running Windows CE platform.
Customize your CAR DVD and Impress your friend like never before.
OK so follow me here because it cannot be simpler:
Now you can create advance interface style windows with latest sliding and dragging effect.
You basically just need to input multiple "iCon Table" into a giving windows size. In that Case 480x234 the screen size.
BTW all DVD from Innovatek since the beginning use 480x234 RGB Screen, so all the DVD's that have a external GPS Box cable can enjoy this new software in 480x234.
HOW TO CUSTOMISE YOUR OWN INTERFACE:
There is a file in the root Called MAIN.XML
Here is what you see inside:
### Here you decide first the size of our cell. In that case Width of 80 pixels and Height of 72 pixels
<cell width="80" height="72"/>
### After you just need to insert table with a Horizontale or a Vertical effect.
<h>
<main1 x="0" y="18" row="2" col="5">
#include_xml "main1.xml"
</main1>
<main2 x="0" y="162" row="1" col="5">
#include_xml "main2.xml"
</main2>
</h>
<v>
<item1 x="400" y="18" row="3" col="1">
#include_xml "item1.xml"
</item1>
</v>
