- Thread starter
- #11
Hi DieBagger,
thanks for the input, that helped.
However GetWindow(...WINDOW_DIALOG_YES_NO) refuses to work with the subclassed notification dialog (InvalidCastException). I created
class TvProgramNotifyDlg : MediaPortal.Dialogs.GUIDialogYesNo
{
...
}
to implement the new timeout functions. I'm stuck.
thanks for the input, that helped.
However GetWindow(...WINDOW_DIALOG_YES_NO) refuses to work with the subclassed notification dialog (InvalidCastException). I created
class TvProgramNotifyDlg : MediaPortal.Dialogs.GUIDialogYesNo
{
...
}
to implement the new timeout functions. I'm stuck.