- July 1, 2010
- 247
- 36
- Home Country
- Belgium
Hi,
I'm implementing a notify manager in the 4TR Tv client plugin,
but how can I use the TVNotifyYesNoDialog?? Other dialogs are working with a reference to Dialogs.dll.
this works:
but this doesn't:
I'm implementing a notify manager in the 4TR Tv client plugin,
but how can I use the TVNotifyYesNoDialog?? Other dialogs are working with a reference to Dialogs.dll.
this works:
Code:
GUIDialogYesNo tvNotifyDlg = (GUIDialogYesNo)GUIWindowManager.GetWindow((int)GUIWindow.Window.WINDOW_DIALOG_YES_NO);
but this doesn't:
Code:
TVNotifyYesNoDialog tvNotifyDlg = (TVNotifyYesNoDialog)GUIWindowManager.GetWindow((int)GUIWindow.Window.WINDOW_DIALOG_TVNOTIFYYESNO);