Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11
    Master Titanic52's Avatar
    Join Date
    Oct 2013
    Location
    EU
    Posts
    738
    Rep Power
    1220

    Default

    Hello Alain57
    Thank you very much for your answer

    It's all about turning it on and off!
    Of course they are totally right but I just meant it would be better if you could add an on and off button to add. From the Skinnern! We all have respect.

  2.    Advertissements


  3. #12
    Master Alain57's Avatar
    Join Date
    Jul 2017
    Location
    France
    Posts
    540
    Rep Power
    1961

    Default

    I agree with you, about having a button to turn it on / off
    Would probably be very convenient.
    But as stated, it is not possible to add a button in this " ux ",
    Without going to touch the "codes".
    Moreover, knowing that this "ux" is compatible with several skins, it would be,
    An endless puzzle.
    Sorry !

  4. #13
    Master
    Join Date
    Jun 2012
    Location
    Greece
    Posts
    469
    Rep Power
    1244

    Default

    There is something in lua which, we can unload a zip

    And , it has nothing to do with the Author and his code of this zip!


    It is..
    ui.Plugin.unload("A_Alain57_RoundDir3D")

    And we write in other zip of course!!
    like this:
    With giving a condition in a Menu..

    if MODEL.lua.aDircRound() then
    ui.Plugin.unload("A_Alain57_RoundDir3D")
    end


    function sc_enableDiricons()
    MODEL.lua.aDircRound = not MODEL.lua.aDircRound()
    end

    MODEL.SETPERSISTENT.lua.aDircRound = BOOL_MODEL(true)

    BUT UNFORTUNATELY dear friend Titanic.
    it doesn't work!!

    But for other zip s it works!!!
    Last edited by frontzosd; 5th June 2018 at 07:47 AM.

 

 

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
  •