Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 349 of 381 FirstFirst ... 249299339347348349350351359 ... LastLast
Results 3,481 to 3,490 of 3878

Hybrid View

  1. #1
    Pro-Member
    Join Date
    Dec 2011
    Location
    middle east
    Posts
    273
    Rep Power
    20

    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.

  2.    Advertissements


  3. #2
    Master stefando's Avatar
    Join Date
    Jul 2017
    Location
    Bulgaria
    Posts
    147
    Rep Power
    355

    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.

  4. #3
    Super Moderator Skin iGO nextgen by pongo (DISCUSSION)
    Skin iGO nextgen by pongo (DISCUSSION)Skin iGO nextgen by pongo (DISCUSSION)Skin iGO nextgen by pongo (DISCUSSION)
    Andrey Form's Avatar
    Join Date
    Oct 2019
    Location
    Belarus
    Posts
    2,329
    Rep Power
    2383

    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-25

  5. #4
    Member
    Join Date
    Sep 2015
    Location
    morocco
    Posts
    25
    Rep Power
    87

    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. ]

  6. #5
    Pro-Member
    Join Date
    Dec 2011
    Location
    middle east
    Posts
    273
    Rep Power
    20

    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

  7. #6
    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.

  8. #7
    Master
    Join Date
    Nov 2017
    Location
    europa
    Posts
    124
    Rep Power
    244

    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.

  9. #8
    Master
    Join Date
    Nov 2017
    Location
    europa
    Posts
    124
    Rep Power
    244

    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.

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

    Default

    This dont work… I need a file like „button_parking” in ux from pongo skin but this button must show only rest areas on motorway.

  11. #10
    Master
    Join Date
    Nov 2017
    Location
    Romania
    Posts
    338
    Rep Power
    161

    Default

    @adziu you can use EU-Parkingi TIR or in poi around settings/change category list/change/truck/and check RestArea and add poi around button on main screen or add to screen button tir parking wich for me work well ,show only tir parking and not car parking
    But my first choice will be EU-Parkingi TIR, its more accurate

    Here [Only registered and activated users can see links. ] Post #20 stefando All credits go to @stefando
    PS or you can find tir parking europe on playstore You will find in app utilities and rating from users for every parking lot If you had jobs in UK i suggest to use SNAP app ,
    Last edited by cristianyxtl; 22nd June 2022 at 04:07 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
  •