Normal
AW: Re: Check for dialog windowI see. Thank you for your good explaination!I think in this case I only can do a workaround and add queries if there currently is a dialog window of MP-TV Series or Moving Pictures opened and don't show the notify of my plugin in this case. Not a perfect solution but better than a movie is played accidentally.The following code would return the name of the plugin showing the dialog window (e. g. MP-TV Series or Moving Pictures), right?[CODE]string moduleName = ((GUIDialogFile)win).GetModuleName();[/CODE]Do you know more methods to savely detect a specific dialog type? Querying the window text is not save because of internationalization.
AW: Re: Check for dialog window
I see. Thank you for your good explaination!
I think in this case I only can do a workaround and add queries if there currently is a dialog window of MP-TV Series or Moving Pictures opened and don't show the notify of my plugin in this case. Not a perfect solution but better than a movie is played accidentally.
The following code would return the name of the plugin showing the dialog window (e. g. MP-TV Series or Moving Pictures), right?
[CODE]string moduleName = ((GUIDialogFile)win).GetModuleName();[/CODE]
Do you know more methods to savely detect a specific dialog type? Querying the window text is not save because of internationalization.