Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 3 of 22 FirstFirst 1234513 ... LastLast
Results 21 to 30 of 211
  1. #21
    Master
    Join Date
    Apr 2017
    Location
    Athens, Greece
    Age
    53
    Posts
    475
    Rep Power
    794

    Default

    Also download again fd_turn_alert and fd_umwelt_zone

  2.    Advertissements


  3. #22
    Master
    Join Date
    Apr 2017
    Location
    Athens, Greece
    Age
    53
    Posts
    475
    Rep Power
    794

    Default

    I made bigger the distance sign of the diricon.

    The only thing left is to give space at the beginning and at the end of the city but I haven't found how to do it. No matter what I try remains the same.
    If anyone could help would be great.

    Replace file fd_driveralerts.zip.

    Spoiler: pic

    [Only registered and activated users can see links. ]

  4. #23
    Master
    Join Date
    Apr 2017
    Location
    Athens, Greece
    Age
    53
    Posts
    475
    Rep Power
    794

    Default

    I changed border colour in diricon to be more visible in landscape on map.
    Replace files colors_alain5.zip and colors_alain6.zip.
    Last edited by AnthonyGreek; 6th February 2025 at 01:43 PM.

  5. #24
    Master
    Join Date
    Apr 2017
    Location
    Athens, Greece
    Age
    53
    Posts
    475
    Rep Power
    794

    Default

    Added border also to buttons.
    Replace file colors_Alain5.zip

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


    Finally, I found how to put a space in the end and begging of the city.
    Replace file fd_Silver.zip

    Spoiler: pic
    ][Only registered and activated users can see links. ]
    Last edited by AnthonyGreek; 7th February 2025 at 08:21 AM.

  6. #25
    Senior Member
    Join Date
    Aug 2015
    Location
    Hungary
    Posts
    143
    Rep Power
    19

    Default

    There was a small error: if the street name is not visible, a small background appears in its place!

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

  7. #26
    iGO Enthusiast CLN - MOD for AVIC 9.35 Frontzosd skin
    CLN - MOD for AVIC 9.35 Frontzosd skinCLN - MOD for AVIC 9.35 Frontzosd skinCLN - MOD for AVIC 9.35 Frontzosd skinCLN - MOD for AVIC 9.35 Frontzosd skinCLN - MOD for AVIC 9.35 Frontzosd skinCLN - MOD for AVIC 9.35 Frontzosd skinCLN - MOD for AVIC 9.35 Frontzosd skin
    Boki's Avatar
    Join Date
    Jun 2014
    Location
    Niš
    Age
    53
    Posts
    6,840
    Rep Power
    4713

    Default

    And you see it on the screen while you are driving ...
    Before asking a question, know it's already discussed here and at 99.9% is not unique. Use search.
    NO ONE IS A SEER, READ (click on): [Only registered and activated users can see links. ] <- Click!
    [Only registered and activated users can see links. ] <- Click!

    Spoiler: obs
    Many questions become very arduous, a lot of time chewed deja vu...Since we have lost all the year of work and effort, many people have no will to answer the same questions again. Me neither. Use a search, please.

  8. #27
    Master
    Join Date
    Apr 2017
    Location
    Athens, Greece
    Age
    53
    Posts
    475
    Rep Power
    794

    Default

    Yes, fixed that. It's strange!
    What I did was to add a space in front and at the end of the city and of the next cross variable.
    For the city it works, for the next cross it leaves the frame, though the code is almost the same.
    (" " + " " + %navigation.car.address.city + " ")

    Also the space in front doesn't work and I instead of space I added ALT 255 which looks like space.

    I hope I will find how to fix that.

    I have also I similar problem on the speed camera frame. It shows a small circle which is the border I have created for the next street. I'm also looking how to fix that.


    So for the next cross I left the blank only at the begging.

    So, download again the fd_silver
    Last edited by AnthonyGreek; 7th February 2025 at 11:23 AM.

  9. #28
    Master
    Join Date
    Nov 2017
    Location
    europa
    Posts
    124
    Rep Power
    243

    Default

    the background probably appears because there are spaces added whereas if the name is empty nothing should be displayed

    since adding spaces creates a non-empty string, try replacing (" " + " " + %navigation.car.address.city + " ") by

    (%navigation.car.address.city ? (" " + " " + %navigation.car.address.city + " ") : undef )

    then, when %navigation.car.address.city is empty or undefined, a null string is returned to be displayed
    Last edited by lunapark; 7th February 2025 at 03:35 PM.

  10. #29
    Master
    Join Date
    Apr 2017
    Location
    Athens, Greece
    Age
    53
    Posts
    475
    Rep Power
    794

    Default

    Thank you so much!!!
    It works perfectly.

    I uploaded it.
    Replace fd_Silver.zip
    Last edited by AnthonyGreek; 7th February 2025 at 04:40 PM.

  11. #30
    Master
    Join Date
    Apr 2017
    Location
    Athens, Greece
    Age
    53
    Posts
    475
    Rep Power
    794

    Default

    Fixed also the speed camera frame which showed the border I created for next street.

    Download again speedcam_x.zip

 

 

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
  •