(sorry for my english)
Firstly... this forum it´s fantastic all members and all admins.
Wojpen Hi
-Have a posibility to run iGO WinCE 1024x600...Spoiler: pic
It seems you can adjust the resolution 800x480
It takes some work, here an image in the emulator.
as may be seen, an adaptation outside the "data.zip" is necessary.
notably the "ui_igo9" folder in this case and this version.
you have to manipulate the "CSS" cascade style in the file:
\ Primo \ ui_igo9 \ 1024_600 \ ui \ templates.css.
Folder 1024x600 it´s create for clon to 800x480, changed all parameters 800x480 to 1024x600
example:
Before:
params {
screen_x: 0;
screen_y: 0;
SCREEN_W: 800; <-----
SCREEN_H: 480; <------
header_h: 42;
mapheader_h: 92;
footer_h: 54;
footer_w: 800; <--------
After:
params {
screen_x: 0;
screen_y: 0;
SCREEN_W: 1024; <-----
SCREEN_H: 600; <------
header_h: 42;
mapheader_h: 92;
footer_h: 54;
footer_w: 1024; <--------
These parameters and others are fundamental to the start time.
You may need more additional changes to css.
In paragraph skin:
It becomes the same scheme as the basis for resolution folder (some variations according to the creator of the skin)
we must apply the same methodology.
this time including 1024x600 resolution in the "info.ini" file and changing the ui_igo9 \ ui \ templates.css.
I will soon link so they can be tested
Thanks all members the best forum ¡¡
Bookmarks