Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 4 of 5 FirstFirst ... 2345 LastLast
Results 31 to 40 of 48
  1. #31
    Master
    Join Date
    Apr 2017
    Location
    Athens, Greece
    Age
    53
    Posts
    326
    Rep Power
    579

    Default

    Could anyone point me to the right direction on how to remove the scrolling buttons in this version with Frontzosd skin?

    Also you can add the ux tilt_the_map.zip from his skin in nextgen. It's working.

    [Only registered and activated users can see links. ]
    Last edited by AnthonyGreek; 12th January 2023 at 06:59 PM.

  2.    Advertissements


  3. #32
    Member
    Join Date
    May 2021
    Location
    Spain
    Posts
    23
    Rep Power
    78

    Default

    1)Remove 'button_fd' ux for the first.

    2)You have better tools, to your SIDE LIST buttons from "TILT" . Utility!

    3) of course don't wait to show you how. It would be funny.
    Last edited by Boki; 13th January 2023 at 07:50 AM. Reason: approved

  4. #33
    Master
    Join Date
    Apr 2017
    Location
    Athens, Greece
    Age
    53
    Posts
    326
    Rep Power
    579

    Default

    1) Yes, it was that simple :-)

    2) Yes, I was blind. I hadn't noticed it before.

    Now the only important (for me) feature that is missing is the block route. Any suggestions?

    Also in tolls announcement, it announces the number of the toll post as klm per hour.

    I remove the tostring(speedLimit) from all lines but no result

    Spoiler:

    -------- frontzosd Tolls -----

    sc_GetTollss = function(speedLimit,speedcam_category)
    local sysEntry = nil
    local sysPoiVoice = nil
    local sysVoice = nil
    local sysTexts = nil
    local sysPoi = nil
    sysTexts = sc_GetSysEntry("tollvalues", "tollvalue_" .. tostring(speedLimit), "!")
    sysVoice = sc_GetSysEntry("tollvalues", "tollvalue_" .. tostring(speedLimit) .. tostring("_voice"), "!")
    local text = translated_format(m_i18n(sysVoice))
    sysPoi = sc_GetSysEntry("poivalues", "poivalue_" .. tostring(speedLimit), "!")
    sysPoiVoice = sc_GetSysEntry("poivalues", "poivalue_" .. tostring(speedLimit) .. tostring("_voice"), "!")


    if MODEL.lua.SoundSpeedcam() and MODEL.navigation.curr_speedcam.category() == 12 then

    if MODEL.lua.tollbooth() == 2 and MODEL.lua.tollpost_distance() then
    doDelayed(5, function() sc_Voi(translated_format(m_i18n("in distance")) .. MODEL.navigation.curr_speedcam.distance() .. translated_format(m_i18n(sc_localWorld())) .. translated_format(m_i18n("..")) .. translated_format(m_i18n(sysVoice))) end)
    return translated_format(m_i18n(sc_GetSysEntry("tollvalues", "tollvalue_" .. tostring(speedLimit)))) .. L" €"
    elseif MODEL.lua.tollbooth() == 1 and MODEL.lua.tollpost_distance() then
    return translated_format(m_i18n(sc_GetSysEntry("tollvalues", "tollvalue_" .. tostring(speedLimit)))) .. L" €"
    elseif ( MODEL.lua.tollbooth() == 3 and MODEL.lua.tollpost_distance() ) then
    doDelayed(5, function() sc_Voi(translated_format(m_i18n("in distance")) .. MODEL.navigation.curr_speedcam.distance() .. translated_format(m_i18n(sc_localWorld())) .. translated_format(m_i18n("..")) .. translated_format(m_i18n("Tolls ahead")) ) end )

    elseif (not MODEL.lua.tollpost_distance() and MODEL.lua.tollbooth() == 2 ) then
    sc_Voi(translated_format(m_i18n(sysVoice)))
    return translated_format(m_i18n(sc_GetSysEntry("tollvalues", "tollvalue_" .. tostring(speedLimit)))) .. L" €"
    elseif (not MODEL.lua.tollpost_distance() and MODEL.lua.tollbooth() == 1 ) then
    return translated_format(m_i18n(sc_GetSysEntry("tollvalues", "tollvalue_" .. tostring(speedLimit)))) .. L" €"
    elseif (not MODEL.lua.tollpost_distance() and MODEL.lua.tollbooth() == 3 ) then
    sc_Voi(translated_format(m_i18n("Tolls ahead")) )
    end
    elseif MODEL.navigation.curr_speedcam.category() == 22 and MODEL.lua.mypoi() == 1 and MODEL.navigation.curr_speedcam.speed_limit() > 0 then
    if MODEL.lua.tollpost_distance() then
    doDelayed(5, function() sc_Voi(translated_format(m_i18n("in distance")) .. MODEL.navigation.curr_speedcam.distance() .. translated_format(m_i18n(sc_localWorld())) .. translated_format(m_i18n("..")) .. translated_format(m_i18n(sysPoiVoice))) end)
    return tostring(sysPoi)
    elseif not MODEL.lua.tollpost_distance() then
    sc_Voi(translated_format(m_i18n(sysPoiVoice)))
    return tostring(sysPoi)
    end
    end
    end
    Last edited by AnthonyGreek; 13th January 2023 at 10:33 AM.

  5. #34
    Master
    Join Date
    Apr 2017
    Location
    Athens, Greece
    Age
    53
    Posts
    326
    Rep Power
    579

    Default

    In real navigation I have, sometimes, this strange sequence of number on the horizon.

    Spoiler: photo

    [Only registered and activated users can see links. ]
    Last edited by AnthonyGreek; 13th January 2023 at 11:23 AM.

  6. #35
    iGO Enthusiast iGO Navigation_9.35.2.272868 - Demo
    iGO Navigation_9.35.2.272868 - DemoiGO Navigation_9.35.2.272868 - DemoiGO Navigation_9.35.2.272868 - DemoiGO Navigation_9.35.2.272868 - DemoiGO Navigation_9.35.2.272868 - DemoiGO Navigation_9.35.2.272868 - DemoiGO Navigation_9.35.2.272868 - Demo
    Boki's Avatar
    Join Date
    Jun 2014
    Location
    Niš
    Age
    52
    Posts
    6,662
    Rep Power
    4554

    Default

    Ah, I miss the original Luna theme so much, there was so much knowledge and useful information...
    I can't remember the command in sys to turn this off. And it is necessary to change the brand files or modify them.
    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.

  7. #36
    Master
    Join Date
    Apr 2017
    Location
    Athens, Greece
    Age
    53
    Posts
    326
    Rep Power
    579

    Default

    Boki, your post is in the wrong place, this is for nextgen :-)

    Always wanted to say that (just kidding)

    Trash it later

  8. #37
    iGO Enthusiast iGO Navigation_9.35.2.272868 - Demo
    iGO Navigation_9.35.2.272868 - DemoiGO Navigation_9.35.2.272868 - DemoiGO Navigation_9.35.2.272868 - DemoiGO Navigation_9.35.2.272868 - DemoiGO Navigation_9.35.2.272868 - DemoiGO Navigation_9.35.2.272868 - DemoiGO Navigation_9.35.2.272868 - Demo
    Boki's Avatar
    Join Date
    Jun 2014
    Location
    Niš
    Age
    52
    Posts
    6,662
    Rep Power
    4554

    Default


    This is the next nextgen, the same engine as in Luna ... same roots. Same generation (9.35.)
    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.

  9. #38
    Member
    Join Date
    May 2021
    Location
    Spain
    Posts
    23
    Rep Power
    78

    Default

    For AntonyGreek....

    There in not any "problem in Horizon"!
    I have already set that....



    --There is not any problem in Tolls price Anouncement in Greece.
    Give the correct settings in menu for Tolls price (full mode)
    And let alone the code! Because this is a big mistake you describe...
    Simply you will destroy the utility!


    Also Put outside Cam_it ux zip!

    I'm not responsible for any file or anything else exist inside your Igo folder.
    Also I'm not responsible for any comptical or not phone....
    This apk is for experiment....for this time
    The same about the NEW Luna!!
    Last edited by kyniako; 13th January 2023 at 04:18 PM.

  10. #39
    Master
    Join Date
    Apr 2017
    Location
    Athens, Greece
    Age
    53
    Posts
    326
    Rep Power
    579

    Default

    Hello Kyniako,

    What do you mean you have set that? I have you last upload in post #17. If I don't tilt the map to see the sky everything is fine. My problem is when I give tilt. You can see the photoin post #34.

    I have deleted Cam_it ux.zip and haven't added any other ux's.

    Maybe there is problem with the file I created in order that speed cameras to work. In menus I could see only some cameras not all of them. So I created this ux and now all cameras are visible in menus.
    [Only registered and activated users can see links. ]

    For tolls, yes, I use the original code. Maybe it could be problem with my lang and voice file. Should I use the one in older Frontzosd skin for nextgen?

    If it's not a problem could please upload your folder?
    Last edited by AnthonyGreek; 13th January 2023 at 04:37 PM.

  11. #40
    Member
    Join Date
    May 2021
    Location
    Spain
    Posts
    23
    Rep Power
    78

    Default

    AntonyGreek...!
    Simply No.....!!!
    Not any other lang or Voice file! Not any other......
    Whatever!!!!

    Because the voice translations for speedcam exist inside ux file!!!

    Also look the 2 photos from Skinner.
    No problem with map ungle!
    No problem with bad horizon icons!

    Download again the "modified" . Cam_it ux and put inside your ux folder.
    We had a problem here....


    And if you don't have the greek files. Wait for uploading..
    I must receive it from the Skinner!


    Spoiler: photo
    [Only registered and activated users can see links. ] [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 kyniako; 13th January 2023 at 05:08 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
  •