Reply To: setVisible vs setProperty(componentVisibility)?

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

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

    observations:
    if you use setVisible – on a uiTabs, for example: i have 2 uiTabs
    overlaid, using setVisible to show/hide them ( they are different
    sizes, it’s a solution i’m using)

    – the project with load fine. but as soon as you put it in Panel ‘edit’
    mode, the hidden panel and all its objects become ‘transparent’/greyed-out
    until you load the panel again.

    from memory, setProperty(“componentVisibility”, etc, etc) has a problem
    showing both at once.

    pretty sure setVisible is best, once the panel is made,
    but it’s hard to work with in Panel Edit mode if you get
    several things showing together.

    Ctrlr