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.

