Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 8 of 8
  1. #1
    Master UX - City Name for NextgenUX - City Name for Nextgen Monky's Avatar
    Join Date
    Dec 2015
    Location
    ヨーロッパの中心
    Posts
    82
    Rep Power
    207

    nextgen UX - City Name for Nextgen

    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
    [Only registered and activated users can see links. ]

    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
    [Only registered and activated users can see links. ]

    Download file Town_fd.zip

    Spoiler: download
    This post requires you to click the "LIKE this post" button and hit F5 to read this content.

    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
    [Only registered and activated users can see links. ]
    Attached Files Attached Files
    • This post requires you to click the "LIKE this post" button to see Attachments.
    Last edited by Monky; 9th October 2021 at 04:18 PM.

  2.    Advertissements


  3. #2
    Junior Member
    Join Date
    Dec 2009
    Location
    EU
    Posts
    8
    Rep Power
    0

    Default

    Friend, how to move the city name left / right from the center?

  4. #3
    Master
    Join Date
    Jun 2012
    Location
    Greece
    Posts
    496
    Rep Power
    1375

    Default

    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.

  5. #4
    Master LouBouha's Avatar
    Join Date
    Mar 2017
    Location
    Tunisia
    Posts
    463
    Rep Power
    1271

    Default Thanks

    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 giphy

  6. #5
    Member
    Join Date
    Mar 2017
    Location
    Brazil
    Posts
    13
    Rep Power
    0

    Default

    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.

  7. #6
    Junior Member
    Join Date
    Dec 2009
    Location
    EU
    Posts
    8
    Rep Power
    0

    Default

    Thanks frontzosd
    i made the instructions and is now in the center, fantastic

  8. #7
    Master iet8's Avatar
    Join Date
    May 2010
    Location
    ***********
    Posts
    121
    Rep Power
    190

    Default

    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

  9. #8
    Master UX - City Name for NextgenUX - City Name for Nextgen Monky's Avatar
    Join Date
    Dec 2015
    Location
    ヨーロッパの中心
    Posts
    82
    Rep Power
    207

    Default

    Link in Post #1 Updated

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •