For switching between different views I use Remove/Add. Obviously, when a view is added again, this results in a Panic:
View already in a group
PANIC: System halted
So I tried to remove the view, before adding again, but the panic will be the same:
if (this.FindViewAtPosition( DeviceLT.G_HauptansichtEinstellungen, <20,144>, Core::ViewState[ Visible, Enabled] ) != null)
{
this.Remove( DeviceLT.G_HauptansichtEinstellungen );
}
this.Add( DeviceLT.G_HauptansichtEinstellungen, 0 );
I assume, the navigation between the pages will be much easier, when I switch to EW 9.0 and dialogs?