Friend, how to move the city name left / right from the center?
I share an UX Plugin Town_fd.zip. The UX Plugin is designed for users who use iGO Nextgen with the Default skin. When navigating or in route simulation mode, the city name appears on the display.
Big Thanks to FRONTZOSD !!!
Spoiler: screenshots
Installation
1) Move the file Town_fd.zip to: iGO \ ux \ ...
2) Then start iGO and go to the menu:
- Settings
- Show navigation
- Map view
- Town and Postal Code (Here you can choose from 3 options: Disable / City Name / City & ZipCode)
Spoiler: screenshots
Download file Town_fd.zip
Spoiler: download
Editing Display Parameters
If you want to change some display parameters, you can do this by change the parameters in file Town.css
(Town_fd.zip \ ui_nextgen \ common \ ui). I chose only basic changes for you.
1) font size
2) font color
3) backlight color
4) place the label on the screen
Spoiler: screenshots
Last edited by Monky; 9th October 2021 at 04:18 PM.
Friend, how to move the city name left / right from the center?
It's better to learn, from to give it ready....
From play store, install "total Commander apk"
Find
Town_fd zip! With this apk
(Open it with total Commander!.)
and to the path:
ui_nextgen / common / ui / Town portrait. css(for portrait mode)
Find this code:
HBOX.current_city {
h:38;
left:0;
right:0;
top: (screen_h/2 + screen_h/4 + screen_h/25);
}
This line:
top: (screen_h/2 + screen_h/4 + screen_h/25);
Gives you object distance, from the top!!!
top: 0 means at the top!
top: bigger numbers from zero, means we go down!!
So again at this code!!
top: (screen_h/2 + screen_h/4 + screen_h/25);
screen_h/2 is a number: ( different from device to device)..
Its the HALF from YOUR DEVICE Height!!!
So we have:
as we see!!
top = ( YOUR DEVICE HEIGHT / 2) + ( YOUR DEVICE HEIGHT / 4 ) + ( YOUR DEVICE HEIGHT / 25)
. (FOR EXAMPLE)
THIS MEANS TOP : 500 FOR MY DEVICE!!!
OR 1000 FOR OTHER Device!!!
BUT BOTH OF US, HAVE THE SAME POSITION FOR Town
Line..
THIS IS A CLEVER CODE SECRET!
We don't give numbers but stable points!
(which are depending numbers for each device)!
For to have the same position for an object FOR ALL!!
-------
FOR LEFT OR RIGHT
find this code:
ROADSHIELDEDTEXT.current_city{
h:10%;
left:0;
right:0
bottom:0;
}
AND FOR example if we want to move to the right
We write
left:10;
right:0;
(WE GIVE BIGGER NUMBERS TO LEFT!!!)
IT'S THE SAME WE DONE FOR UP AND DOWN
Give different numbers!!!!!.
And try.
DO the same for landscape
To Town_fd landscape. css file!
So give whatever you like!!!
And with android apk you can Change numbers
and Try
Straight and easy!!
Last edited by frontzosd; 4th July 2019 at 10:19 AM.
Dear friend Frontzosd: We appreciate that you do us from time to time, depending on your availability such explanations. with this pedagogy.
Chinese proverb: "When a man is hungry, it is better to teach him to fish than to give him a fish"
Arabic proverb:"That teaches me one word .. I become grateful to him for life..."
Regards
GPS: TomTom ONE
Smartphone: THL T11 Android 4.2.2 Resolution 720x1280
Sygic 14.3.4 IGO Primo 9.6.29.636868 Skins : Doupas V9.0h , Dimka/Frontzosd
frontzosd
Very good...
To my J7Pro Full HD 1920x1080
I have edited "Town_landscape.css"
Like this...
ROADSHIELDEDTEXT.current_city{
h:10%;left:50; right:0 bottom:0;
}HBOX.current_city { h:38;
left:50; right:0; topscreen_h/2 + screen_h/4 + screen_h/25);
}HBOX.current_city_container { left:50; right:0; top:0; bottom:0;}
Now it's good, centralized whit street name.
Thank you very much.
Thanks frontzosd
i made the instructions and is now in the center, fantastic
Hi,
The UX Plugin Town_fd.zip stop work after Pongo Oct 2019 update.
could any one help to solve the pb.
Br
Dear @ Midnight Blues
thank you for replay, it was working for with me without any pb with pongo skin.
br
Bookmarks