Hello,
I am trying to hide a group of elements from a GeDialog.
In MyDialog::InitValues()
I am using HideElement()
to hide the group (in case the user is already logged in).
This is how it looks before:
And this is how it looks after the HideElement() call:
So yeah, the group is kinda gone, but I would prefer it not to leave a big hole in the dialog. How can I achieve that?
Thanks & greetings,
Frank