Community

I tried to make an group (1) disappear via an event by the method [ setVisible()=false] and make another group (2)appear by [setVisible()=ture]. The event did take place, but the group 1 did disappear and the group 2 did not show up. anything wrong? please advise. Thank you, Run
Run, I guess you have set the "false" value in the Visible field at the Dynamic section of the group, haven't you? If so, you should use the other way, because calling of the setVisible(true) method won't have a desired effect. You need to call the [groupName].setVisible(false) method at the Startup Code section of an active object where the group is to make it invisible at the startup.