Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 83 of 107 FirstFirst ... 3373818283848593 ... LastLast
Results 821 to 830 of 1062
  1. #821
    Master
    Join Date
    Apr 2017
    Location
    Athens, Greece
    Age
    52
    Posts
    237
    Rep Power
    372

    Default

    You need to have these lines in voice:

    UNIT~C="degrees Celsius"
    UNIT~F="degrees Fahrenheit"
    UNIT~K="degrees kelvin"

  2.    Advertissements


  3. #822
    Master
    Join Date
    Mar 2012
    Location
    EX USSR
    Posts
    368
    Rep Power
    2010

    Exclamation

    Quote Originally Posted by AnthonyGreek View Post
    In pongo luna skin, in weather.zip in common folder, folders day_windy_summer_blue and red in files signs.lua have a mistake in the name blue and red. Blue doesn't include name blue and in red it is written blue.
    I haven't checked all folders, maybe there are more mistakes.
    Pongo has nothing to do with it, it's my mistake, I corrected what you indicated...
    Spoiler: weather fix:
    [Only registered and activated users can see links. ]

  4. #823
    Master NikonM's Avatar
    Join Date
    Sep 2021
    Location
    Greece
    Posts
    131
    Rep Power
    406

    Default

    Missing code found in poi_search.zip.

    For the correct Language translation (via Dictionary.lang in lang_xxx.zip) of the below POI search options:
    Spoiler: POI search Menu

    photo 2022 09 13 00 59 18 2


    file poi_search.zip\ui_nextgen\common\ui\poi_search_mods.lua and more specifically:
    Spoiler: paragraph
    function sc_CreateProviderList()
    if not MODEL.EXISTS.poi.logical_providers() then
    return
    end
    ui.lm_POI_Providers:clear()
    ui.lm_POI_Providers:add({
    text = m_i18n("All"),
    id = tPoiSearch.default_search.provider,
    icon_id = -1
    })
    ui.lm_POI_Providers:add({
    text = m_i18n("KML POI"),
    id = MODEL.poi.find_provider("kmlpoi"),
    icon_id = -1
    })
    ui.lm_POI_Providers:add({
    text = m_i18n("User POI"),
    id = MODEL.poi.find_provider("userpoi"),
    icon_id = -1
    })
    for item, index in ModelList_iter(MODEL.poi.logical_providers) do
    ui.lm_POI_Providers:add({
    text = item.friendly_name(),
    id = item.id(),
    icon_id = item.icon_id()
    })
    end
    if #ui.lm_POI_Providers then
    gUserSelectedProvider = MODEL.ui.lm_POI_Providers.list[0].id()
    end


    should changed to:

    Spoiler: paragraph
    function sc_CreateProviderList()
    if not MODEL.EXISTS.poi.logical_providers() then
    return
    end
    ui.lm_POI_Providers:clear()
    ui.lm_POI_Providers:add({
    text = translate(m_i18n("All")),
    id = tPoiSearch.default_search.provider,
    icon_id = -1
    })
    ui.lm_POI_Providers:add({
    text = translate(m_i18n("KML POI")),
    id = MODEL.poi.find_provider("kmlpoi"),
    icon_id = -1
    })
    ui.lm_POI_Providers:add({
    text = translate(m_i18n("User POI")),
    id = MODEL.poi.find_provider("userpoi"),
    icon_id = -1
    })
    for item, index in ModelList_iter(MODEL.poi.logical_providers) do
    ui.lm_POI_Providers:add({
    text = item.friendly_name(),
    id = item.id(),
    icon_id = item.icon_id()
    })
    end
    if #ui.lm_POI_Providers then
    gUserSelectedProvider = MODEL.ui.lm_POI_Providers.list[0].id()
    end
    end

    Translate parameter is missing.

    Corrected file
    Spoiler: attached
    [Only registered and activated users can see links. ]

  5. #824
    Master
    Join Date
    Nov 2017
    Location
    Romania
    Posts
    312
    Rep Power
    150

    Default

    Heya,colleagues ,@NikonM seems to be right what you says ,and are missing some category when select for split poi
    Last edited by cristianyxtl; 14th September 2022 at 08:32 PM.

  6. #825
    Master NikonM's Avatar
    Join Date
    Sep 2021
    Location
    Greece
    Posts
    131
    Rep Power
    406

    Default

    Hi cristianyxtl,
    My previous post has to do with the POIs menu search option selections translation.
    Which are:
    All
    KML POI
    User POI
    These three POI selections couldn't be transferred to you local language as the "translate" parameter is missing in the mentioned paragraph.
    You should add it if you want to translate them in your language.

    Don't be confused. It's not about missing POI categories in split POI navigation screen. Is it understood?

  7. #826
    Master
    Join Date
    Nov 2017
    Location
    Romania
    Posts
    312
    Rep Power
    150

    Default

    @NikonM thx for clarification I understant your modification from start ,and appear and are translated verry well. I talking about : poi search dont have all category to select ,show only kml ,dont show gas station shop ,community etc
    So in POI list on the map settings/poi category list/add dont find :gas station,shop ,community, parking etc Find only category from kml
    But in:Poi settings/select marked places. find all categories
    Last edited by cristianyxtl; 15th September 2022 at 08:40 AM.

  8. #827
    Master NikonM's Avatar
    Join Date
    Sep 2021
    Location
    Greece
    Posts
    131
    Rep Power
    406

    Default

    OK cristianyxtl this is another issue
    Map POIs and POIs coming from KMLs in POI search menu.

    After choosing: New route to... -> Places --> Search by name or Category you see only KML POI categories.
    You can't see any POI Map Category in order to choose this specific category (like Gas stations, Shops, Medical, Restaurant etc.) as you correctly pointed out.
    An option to see both POI details (KML and Map POIs) is by pressing the Show All option.
    But then again you see every Map and KML POI detail.
    You are right. You cannot choose any MAP POI category as they are not shown in the search POI menu.
    On the other hand KML POI categories are visible and can be selected in order to see a specific KLM POI category (e.g. near Gas Stations)

  9. #828
    Member
    Join Date
    Apr 2017
    Location
    España
    Posts
    11
    Rep Power
    0

    Default

    Good evening, I have a problem with igoluna, which is that when I put a route, for example, Spain-Poland, it gives me an error that tells me (the route cannot be found, because the road network is not continuous) to say that I have all the maps of europe installed and that not in all the places gives me this error if someone knew where that error seems to be from I would appreciate it if you would tell me without further ado a greeting and another thing someone will have the lang in Spanish because there are many things with the lang that I have that not everything is translated
    Last edited by pelae; 23rd September 2022 at 08:53 PM.

  10. #829
    iGO Enthusiast Skin IGO NextGen LUNA by Pongo (DISCUSSION)
    Skin IGO NextGen LUNA by Pongo (DISCUSSION)Skin IGO NextGen LUNA by Pongo (DISCUSSION)Skin IGO NextGen LUNA by Pongo (DISCUSSION)Skin IGO NextGen LUNA by Pongo (DISCUSSION)Skin IGO NextGen LUNA by Pongo (DISCUSSION)Skin IGO NextGen LUNA by Pongo (DISCUSSION)Skin IGO NextGen LUNA by Pongo (DISCUSSION)
    Boki's Avatar
    Join Date
    Jun 2014
    Location
    Niš
    Age
    52
    Posts
    6,416
    Rep Power
    4265

    Default

    Grammar ... learn where to put the period and to start a new sentence. Your post is very unreadable
    Also, your questions have nothing to do with this topic whatsoever

    As soon as it reports that error, it means that
    - not all countries on the route are present
    - or you have set the route options incorrectly
    - or you made a mistake when assembling the package, so not all countries are active
    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.

  11. #830
    Member + Skin IGO NextGen LUNA by Pongo (DISCUSSION)
    Join Date
    Dec 2015
    Location
    Portugal
    Posts
    50
    Rep Power
    41

    Default

    Grammar aside (lol) i would say that either you don't have all of the maps needed for that route ou maybe some map files are corrupt... re-download and install the maps again might be a good idea...

    as for lang files you should search the "voices and languages" section, not here

 

 

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
  •