Reply To: setVisible vs setProperty(componentVisibility)?

Home Forums General Programming setVisible vs setProperty(componentVisibility)? Reply To: setVisible vs setProperty(componentVisibility)?

#73084
human fly
Participant
    • Topics: 124
    • Replies: 1070
    • Total: 1194
    • ★★★★

    ok i think i’ve figured this out:

    one of my tabs was showing greyed out as soon as i clicked
    panel edit – this is because i had an ‘old’ setting still
    made: there is also an ‘is component visible’ parameter in
    the properties pane, and i had this unticked. i have now
    re-enabled it – because i have lua controlling tabs/groups
    views completely now.

    > i added a new tabs, and this was showing ‘solid’/opaque
    all the time, whereas my existing tabs would go transparent,
    with all its modulators, as soon as i went into edit.

    fixed 🙂

    setVisible seems to work ok here now. starts up ok, as long
    as i have an ‘initViews’ method, called by my ‘panelLoaded’
    startup file.

    Ctrlr