Yep. Might need some quotes in there, but that's the idea.
Add the following befor your OnPress=OnPress#
GroupMember#.Visible=! GroupMember#.Visible=!
Repeate it twice for each GroupMember
This flops the visibility of each group page twice. They'll end up with the same visability they started with, but what this does is trigger each page's OnShow and OnHide. Without this, your window wont get resized untill someone joins or leaves the group.
|