Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 356 of 388 FirstFirst ... 256306346354355356357358366 ... LastLast
Results 3,551 to 3,560 of 3877
  1. #3551
    Pro-Member
    Join Date
    Dec 2011
    Location
    middle east
    Posts
    271
    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

  2.    Advertissements


  3. #3552
    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.

  4. #3553
    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.

  5. #3554
    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.

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

  7. #3556
    Master
    Join Date
    Nov 2017
    Location
    Romania
    Posts
    336
    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.

  8. #3557
    Junior Member
    Join Date
    Jul 2018
    Location
    sandomierz
    Posts
    4
    Rep Power
    0

    Default

    Today Im use the file from #3560 and its work great!! Thank you @lunapark

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

    Default

    It reassures me, I was wondering if I wasn't starting to lose my mind

    when you tried the one in message #3561, you must not have taken the precaution of restarting the navigation with a truck as your vehicle.

    If the program is only put to sleep and continues to run in the background the switching of the filtering cannot be done. It is a static filter set up at start-up and the change of vehicle during operation does not allow the switchover, you really have to restart the program for it to work correctly with this minimum modification.

    adding a shortcut button is quite doable but it would require going much further in programming with means more substantial than a few lines of code which can quickly become a headache.

    Due to a singular demand for occasional use, keeping it simple despite the operating constraint was an acceptable solution.

  10. #3559
    Member + Skin iGO nextgen by pongo (DISCUSSION)Skin iGO nextgen by pongo (DISCUSSION)Skin iGO nextgen by pongo (DISCUSSION)
    Join Date
    Jun 2014
    Location
    Germany
    Posts
    94
    Rep Power
    13

    Default

    Hello,

    is there a way to prevent disabling the Driveoverview by pressing on the map?
    Sometimes i click on the map and the overview is gone. So i have to open Skinsettings again and enable the Overview.
    Thanks

  11. #3560
    Master
    Join Date
    Jan 2016
    Location
    Germany
    Posts
    566
    Rep Power
    882

    Default

    I assume that you press the 2D/3D button. Short press - long press, then you will see the difference.
    So that this doesn't happen to me, I didn't activate the button in the cockpit but in the quick menu.

 

 

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
  •