Search found 1 match

by joaoserras
Mon Oct 24, 2022 9:31 am
Forum: Talking LiveCode
Topic: set the visible property of a group in script
Replies: 4
Views: 2359

set the visible property of a group in script

Hi. On my interface I need to set the visible property of a group after clicking a button. My code is: on mouseUp pButtonNumber -- set the visible of grp "grp_control_panel" to true go to card "base_form" end mouseUp but it does nothing... the group stays invisible... can anyone help?