Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 356 of 381 FirstFirst ... 256306346354355356357358366 ... LastLast
Results 3,551 to 3,560 of 3807
  1. #3551
    Pro-Member
    Join Date
    Dec 2011
    Location
    middle east
    Posts
    267
    Rep Power
    19

    Default

    @Andrey form iam using the original arabic language and voice ,I did not understand what I have to translate
    Arabic language did not work only with the last update version dated 11/05 mean while it was working with all previous versions of pongo skins except this version .So I used only roboto.vfont* file from the previous skin then the update one now is working

  2.    Advertissements


  3. #3552
    Master
    Join Date
    Jan 2016
    Location
    Germany
    Posts
    452
    Rep Power
    654

    Default

    It is missing in "the_skin_by_pongo.zip /ui_nextgen / fonts"
    But you didn't find that out yourself, did you?
    Last edited by Golom; 12th May 2022 at 05:50 PM.

  4. #3553
    Pro-Member
    Join Date
    Dec 2011
    Location
    middle east
    Posts
    267
    Rep Power
    19

    Default

    @Golom yes I found it and add it to the front and now is working

    There is another thing if you go to set user Time in cockpit ,there is no arrow in down to return back as in all the previous version either if you use arabic or english language.
    Last edited by Andrey Form; 12th May 2022 at 06:57 PM.

  5. #3554
    Master stefando's Avatar
    Join Date
    Jul 2017
    Location
    Bulgaria
    Posts
    146
    Rep Power
    352

    Default

    Speedcams BG-code for skin pongo-11.05.2022-Nextgen,old evergreen style:

    Spoiler: Old evergreen style
    [Only registered and activated users can see links. ]

    [Only registered and activated users can see links. ]
    Last edited by stefando; 22nd May 2022 at 12:13 AM.

  6. #3555
    MODERATOR Skin iGO nextgen by pongo (DISCUSSION)
    Skin iGO nextgen by pongo (DISCUSSION)
    Andrey Form's Avatar
    Join Date
    Oct 2019
    Location
    Belarus
    Posts
    1,215
    Rep Power
    1747

    weel

    Updated links for the button from the screen - AF button
    Replace a file in the UX folder - skin pongo Nextgen - 2022.05.11
    Spoiler: +

    [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 Andrey Form; 26th May 2022 at 03:02 PM.
    gps5

    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]


    ©AF_2020-24

  7. #3556
    Member
    Join Date
    Sep 2015
    Location
    morocco
    Posts
    25
    Rep Power
    85

    Default

    fix Arabic language skin 11/5/2022 :

    replacing [Only registered and activated users can see links. ] in IGO (folder)\ux

    OR

    Add [Only registered and activated users can see links. ] to IGO (folder)\ui_nextgen\fonts

    thanks mmyhassan / Golom

    update Arabic TTS voice and language for Skin pongo 11/5/2022

    [Only registered and activated users can see links. ]

  8. #3557
    Pro-Member
    Join Date
    Dec 2011
    Location
    middle east
    Posts
    267
    Rep Power
    19

    Default

    How to disable hude screen and keep the whole screen during navigation
    The setting of the action when reached destination says arrival and take care for children appears with not english voice language .how to change to english

  9. #3558
    Junior Member
    Join Date
    Jul 2018
    Location
    sandomierz
    Posts
    4
    Rep Power
    0

    Default

    Hi Is it possible to create a button - a shortcut to the "motorway parking" function? I am currently using the parking shortcut along the route, but it also shows parking lots in cities, which is unnecessary when driving a truck. I only care about the selected parking lots on the screenshot.

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




    Use spoilers for large pictures.
    [Only registered and activated users can see links. ]
    Respect all other rules as well. Read carefully:

    [Only registered and activated users can see links. ]
    and
    [Only registered and activated users can see links. ]
    Last edited by Andrey Form; 19th June 2022 at 01:47 PM.

  10. #3559
    Master Skin iGO nextgen by pongo (DISCUSSION)Skin iGO nextgen by pongo (DISCUSSION)
    Join Date
    Nov 2017
    Location
    europa
    Posts
    81
    Rep Power
    161

    UX

    see if this UX can be suitable to reduce the list to tree-lined parking lots, it is only a draft which will prevent the display and search of all other forms of parking by modifying the main function

    Quote Originally Posted by non-use of the spoiler voluntarily due to the reduced size of the quote
    function sc_FindParking()
    local search_root = MODEL.poi.find_group("Parking\001Rest_Area")
    if search_root == -1 then
    search_root = MODEL.poi.find_group("Automotive\001Parking")
    end
    return search_root
    end
    Exclamation this pseudo filter may not have any influence on the search for online car parks

    Please before downloading the attachment, please consult the message #3561 which follows this post
    Attached Files Attached Files
    Last edited by lunapark; 19th June 2022 at 10:48 PM.

  11. #3560
    Master Skin iGO nextgen by pongo (DISCUSSION)Skin iGO nextgen by pongo (DISCUSSION)
    Join Date
    Nov 2017
    Location
    europa
    Posts
    81
    Rep Power
    161

    weel

    With a little hindsight here is a small adaptation so that the ux only interferes with the search for parking lots when the truck mode is activated at startup,
    restarting with another type will restore normal operation, however changing the vehicle in use will require a restart of igo to change the filtering status



    function sc_FindParking()
    local park = "Parking"
    if MODEL.route.vehicule_type == 3 then
    park = park .. "\001Rest_Area"
    end
    local search_root = MODEL.poi.find_group(park)
    if search_root == -1 then
    search_root = MODEL.poi.find_group("Automotive\001"..park)
    end
    return search_root
    end


    Please let me know if the expected result is in accordance with the request in the context of operation in truck mode
    Attached Files Attached Files
    Last edited by lunapark; 19th June 2022 at 10:21 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
  •