Reply To: is "called when panel has finished loading" working ?

Home Forums General Programming is "called when panel has finished loading" working ? Reply To: is "called when panel has finished loading" working ?

#17083
zeoka
Participant
    • Topics: 73
    • Replies: 466
    • Total: 539
    • ★★★

    Hi Atom

    I not remember exactly how to use it
    but I do this (a simple function) :
    FXpaint = function()

    fx1 = panel:getModulatorByName(“FX1 Type”)
    fx2 = panel:getModulatorByName(“FX2 Type”)

    fx1:setModulatorValue(0,false,false,false)
    fx2:setModulatorValue(0,false,false,false)
    end

    The fx type param is changed so the method works but all fx visibility and positions still not displayed as they should

    I also notice this
    picture1 I’m on normal mode
    picture2 I’m on edit mode
    picture3 I’m returned in normal mode

    This means edit/normal mode switch causes the problem too

    Thx for the r1655 anyway

    • This reply was modified 10 years, 4 months ago by zeoka.
    Attachments:
    You must be logged in to view attached files.
    Ctrlr