Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 2 of 8 FirstFirst 1234 ... LastLast
Results 11 to 20 of 71
  1. #11
    Pro-Member userninenine's Avatar
    Join Date
    Dec 2017
    Location
    Austria
    Posts
    213
    Rep Power
    18

    help

    @Morco

    Once again, thx very much for your great us. Uses this within my iGO Pal Navigation app and modified your ux a 'little' bit. I'm not a coder, only 'changed' some strings here and there

    I do not get fixed one part. Next exit on motorways. See picture please:
    Spoiler: Picture 1

    [Only registered and activated users can see links. ]

    Spoiler: Code is in morco_button_portrait.css

    TEXT.exit {
    left: -615%; top: (screen_h/20); right: 0%;
    font: defaultbd;
    fontsize: 32;
    color:#FFFFFF;
    color2:#FFFFFF;
    glowtype:1;
    glowsize:2;
    align:"LEFT";
    paddingleft: 0;
    paddingright: 0;
    textbuiltin.format(L"%{distance}",%other.highway_drive.first_exit.distance));
    wordwrap: 1;
    visible%lua.exit && %other.highway_drive.first_exit.distance >0);
    }

    TEXT.exitinfo {
    left: -615%; top: (screen_h/12); right: 100%;
    font: defaultbd;
    fontsize: 32;
    color:#FFFFFF;
    color2:#FFFFFF;
    glowtype:1;
    glowsize:2;
    align:"LEFT";
    paddingleft: 0;
    paddingright: 0;
    textmodel_wstr:"other.highway_drive.first_exit.name_enc";
    wordwrap: 2;
    visible%lua.exit);

    I've changed the values for left; top; right, but the position of the text is not fixed.
    Spoiler: Picture 2

    [Only registered and activated users can see links. ]


    I thought that the text has always on same gap/space to top, but it changes.
    Spoiler: Picture 3

    [Only registered and activated users can see links. ]

    Any idea how to fix it?

    @Morco

    No idea?

  2.    Advertissements


  3. #12
    Master
    Join Date
    Aug 2011
    Location
    uk
    Posts
    166
    Rep Power
    703

    Default

    Hi,

    I will take a look when I can.


  4. #13
    Master
    Join Date
    Aug 2011
    Location
    uk
    Posts
    166
    Rep Power
    703

    Default

    Working with Nextgen is a total nightmare for an amateur like me, Primo was much easier.



    please read post #23 in the link below

    This works in the same way.

    [Only registered and activated users can see links. ]

    So the coded position will move a little as buttons come & go. Note the extra button in 'highway mode ' as shown in your images & see from my image how the buttons bunch up.

    Spoiler: image
    [Only registered and activated users can see links. ]


    Attaching the code to the sidelist helps to keep the coding as simple as possible, but it does have drawbacks, this being one of them.

    I don't know of a way to stop this movement but is possible to work around it.

    below shows a less than ideal way of doing it because at the moment I can't remember the more refined way.

    add this to morco_button_portrait.css, so you will now have one set for when on regular roads and another set when on a highway

    Code:
    Please Login or Register to see the links
    this controls visibility (on & off) when not on the highway
    Code:
    Please Login or Register to see the links
    this controls visibility (on & off) when on the highway
    Code:
    Please Login or Register to see the links
    The new set I have called TEXT.exitH & TEXT.exitinfoH ( the 'H' for highway)

    you will need to add to the morco_button.ui
    Code:
    Please Login or Register to see the links
    you will then need to adjust the Hieght in the highway set to match the hieght of the regular set.

    This might take a bit of working out because you will not be able to use route simulation to test.

  5. #14
    Master
    Join Date
    Aug 2011
    Location
    uk
    Posts
    166
    Rep Power
    703

    Default

    I've remembered how i've done this before, the simpler better way

    In the example below the line to use is

    Code:
    Please Login or Register to see the links
    this roughly reads -

    if on the highway then display the info at 500% from the top, - (car is on highway),

    if not then display the info at 50% from the top, - (car is on a regular road),

    So you dont need to use the method from my post above

    Code:
    Please Login or Register to see the links
    Last edited by morco; 13th May 2020 at 06:00 PM.

  6. #15
    Pro-Member userninenine's Avatar
    Join Date
    Dec 2017
    Location
    Austria
    Posts
    213
    Rep Power
    18

    Default

    Thx very much.
    First test looks quite good in simulation. Will try your modifikation in real navigation and report back.

  7. #16
    Master
    Join Date
    Aug 2011
    Location
    uk
    Posts
    166
    Rep Power
    703

    Default A Simple UX for Nexgen Luna

    This UX has been made for Nextgen Luna

    Only one function at the moment -

    Button on navigation screen, toggles Mute/Unmute




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

    update - slight tidy up of code in UX below
    This post requires you to click the "LIKE this post" button and hit F5 to read this content.

    Spoiler: screen1
    [Only registered and activated users can see links. ]

    Spoiler: screen2
    [Only registered and activated users can see links. ]

    Spoiler: screen3
    [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 morco; 30th May 2020 at 11:28 PM. Reason: Slight tidy up of code

  8. #17
    Master LouBouha's Avatar
    Join Date
    Mar 2017
    Location
    Tunisia
    Posts
    463
    Rep Power
    1279

    Default fix minor

    With the agreement of our friend Morco (Thank you),
    I fixed the button of the UX on the Cockpit.

    Spoiler: Pics
    Morco button


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


    Regards
    Attached Files Attached Files
    • This post requires you to click the "LIKE this post" button to see Attachments.
    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

  9. #18
    Master
    Join Date
    Aug 2011
    Location
    uk
    Posts
    166
    Rep Power
    703

    Default A Simple UX for Nexgen Luna - update

    This UX has been made for Nextgen Luna

    now has some more functions


    Spoiler: features
    1/ Automatically shows route progress bar when a traffic event is found on route.

    2/ Distance to & number of next available exit on motorway (orange text + exit icon)

    3/ Tunnel length ( blue text)

    4/ Postal code (red text)

    5/ House numbers ( purple text)

    6/ Mute button (on/off)

    7/ Auto zoom button (on/off)

    8/ Long press on zoom button = shortcut to route settings

    9/ Long press on mute button = shortcut to avoid route ahead

    10/ speedo

    11/ flashing speed limit when overspeed

    12/ purple notification banner

    13/ added 'motorcycle' in vehicle profile choice


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

    Spoiler: pic1
    [Only registered and activated users can see links. ]

    Spoiler: pic2
    [Only registered and activated users can see links. ]

    Spoiler: pic3
    [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.

  10. #19
    Master kwbs's Avatar
    Join Date
    Jul 2017
    Location
    IL
    Posts
    851
    Rep Power
    303

    Default

    Hello @morco
    Could you please, prepare a UX that replaces the screen-capture to a "White Camera" icon?
    Thank you

  11. #20
    Pro-Member userninenine's Avatar
    Join Date
    Dec 2017
    Location
    Austria
    Posts
    213
    Rep Power
    18

    Default

    @kwbs
    How about my [Only registered and activated users can see links. ] modifikation?
    Last edited by userninenine; 12th June 2020 at 09:03 PM.

 

 

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
  •