Hi,
I have nearly finished the prototype build for my GUI however I have noticed i am able to interact with widgets on dialogs which are not visible.
I used the following code to open windows from the root menu page.
if ( IsActiveDialog( true ))
{
GetRoot().SwitchToDialog( Lights, null, null, null, null, null, null, null, null, null, false );
}
I am able to turn on check boxes etc on dialogs behind the active one. Please can someone advise how to suppress all the widgets/touch handlers on dialogs which are not the topmost one.
Thanks