Hi all when displaying a dialog then dismissing it I do the following:
IwGetUIView()->GetModal()->SetVisible(false);
IwGetUIView()->SetModal(NULL);
Then if Call:
int count=IwGetUIView()->GetNumElements();
I found that the number of elements is 2, which means that the modal dialog is still there.
how can I remove it entirely from the View elements ?
thanks