Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 329 of 387 FirstFirst ... 229279319327328329330331339379 ... LastLast
Results 3,281 to 3,290 of 3861
  1. #3281
    Master kwbs's Avatar
    Join Date
    Jul 2017
    Location
    IL
    Posts
    851
    Rep Power
    303

    Default

    Quote Originally Posted by cristianyxtl View Post
    Well, i changed the ico
    This is the origin ico_altitude

    [Only registered and activated users can see links. ]

    To which icon image do you want to change?

  2.    Advertissements


  3. #3282
    Master
    Join Date
    Nov 2017
    Location
    Romania
    Posts
    333
    Rep Power
    161

    Default

    The old skin dont have this function :way updown : like new skin And i want to implement this new function in old skin
    Its about next to relief symbol apeear a car and arrow up or down
    Spoiler: code
    local altitude = 0
    local svg = ""
    local delta = 2
    altitudeID = -1
    function sc_way_up_down()
    if MODEL.navigation.current_altitude() > altitude and ((MODEL.navigation.current_altitude() - altitude) * (MODEL.navigation.current_altitude() - altitude >= 0 and 1 or -1)) > delta then
    altitude = MODEL.navigation.current_altitude()
    svg = "ico_height_up.svg"
    ui.vHeightvis = 1
    elseif MODEL.navigation.current_altitude() < altitude and ((altitude - MODEL.navigation.current_altitude()) * (altitude - MODEL.navigation.current_altitude() >= 0 and 1 or -1)) > delta then
    altitude = MODEL.navigation.current_altitude()
    svg = "ico_height_down.svg"
    ui.vHeightvis = 1
    end
    if altitudeID != -1 then
    killDelayed(altitudeID)
    end
    altitudeID = doDelayed(150, function()
    altitudeID = -1
    if altitude - delta <= MODEL.navigation.current_altitude() and MODEL.navigation.current_altitude() <= altitude + delta then
    svg = ""
    ui.vHeightvis = 0
    ui.ui_SideList.height_direction = ""
    end
    end)
    return svg
    end


    I write this function in the old skin ,but require more,its only just half of the job bcs new skin has new encoding
    @kwbs you are right the ico altitude its the same ,in fact this i want to implement in old skin. :ico_height_up and down along with the function itself
    Last edited by cristianyxtl; 12th June 2021 at 12:49 PM.

  4. #3283
    Master kwbs's Avatar
    Join Date
    Jul 2017
    Location
    IL
    Posts
    851
    Rep Power
    303

    Default

    @cristianyxtl

    Would this "OLD ZIP" assist you?

    Spoiler: It have ico-height-down & ico-height-up
    [Only registered and activated users can see links. ][Only registered and activated users can see links. ]
    Attached Files Attached Files

  5. #3284
    Master
    Join Date
    Nov 2017
    Location
    Romania
    Posts
    333
    Rep Power
    161

    Default

    @kwbs this do the job How old he is?
    I want this but for skin version 21 may 2020
    Last edited by cristianyxtl; 12th June 2021 at 01:24 PM.

  6. #3285
    Master kwbs's Avatar
    Join Date
    Jul 2017
    Location
    IL
    Posts
    851
    Rep Power
    303

    Default

    @cristianyxtl

    I do not know how old it is.
    A while ago, I had problems with my skin.
    I even got quiet a few "shouts" about it from some masters.
    Sometime, after that, I checked @jorgeultra_UX_PAL_pongo and @rondoan_UX_PAL_pongo folders.
    The Rondoan's folder arranged everything for me. Jorgeultra's folder did not match me but I saved it so, the file I uploaded to you in the previous comment is from jorgeultra's folder. I guess he will know to tell you when this file came from..

  7. #3286
    Master spyder's Avatar
    Join Date
    Jan 2016
    Location
    Esperia
    Posts
    1,210
    Rep Power
    1186

    Default

    Quote Originally Posted by cristianyxtl View Post
    @kwbs this do the job How old he is?
    I want this but for skin version 21 may 2020
    Right click on skin zip, properties, the skin version seems to be 21.05.2020

  8. #3287
    Master kwbs's Avatar
    Join Date
    Jul 2017
    Location
    IL
    Posts
    851
    Rep Power
    303

    Default

    Right click on skin zip, properties, the skin version seems to be 21.05.2020
    It seems so but not sure so.
    What is certain is that this is the date I moved the file in between, in some of my folders and I do not remember if I, too, then, extracted and closed it again.

  9. #3288
    Master spyder's Avatar
    Join Date
    Jan 2016
    Location
    Esperia
    Posts
    1,210
    Rep Power
    1186

    Default

    If you extract and close you don't change anything, The date of last modify is 21.05.2020.

  10. #3289
    Master Norszczesny's Avatar
    Join Date
    Nov 2020
    Location
    Poland
    Posts
    212
    Rep Power
    311

    Default

    .... talking about poi points.
    I have a question .
    Currently in igo be it Primo or NextGen.
    Three windows are displayed from (car park, station).
    Is it possible to do on the four windows "highway service".
    auto

  11. #3290
    Master kwbs's Avatar
    Join Date
    Jul 2017
    Location
    IL
    Posts
    851
    Rep Power
    303

    Default

    @spyder

    Look at the date of that file of 21.05.2020 - After I opened and closed it - NOW!

    Closed means Re-Zip it...
    Attached Files Attached Files
    Last edited by kwbs; 12th June 2021 at 02:58 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
  •