Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

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

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.