Dear all,
I'm desperatly looking for a way
- either to get all the controls attached to the top-level layout of a dialog, knowing the dialog's id,
- or to get the dialog id of a control (if any), knowing the control's id.
The purpose is to know if a control is currently being displayed on the screen.
Indeed, the property IsVisible does not fully cover that need.
And I found a (stupid by efficient) way to know which dialog is visible, if any.
Of course, you might have guessed that I don't want to modify the script that creates the controls in the dialogs' layouts. In fact I cannot ;)
Can someone help please?
Thanks guys
Fred