Normal
I've named a new UI element: mpCheckBoxChannelChange[ATTACH=full]204554[/ATTACH]That's in MediaPortal | MediaPortal.Configuration | tv.csI need to reference it in TvPlugin | TvPlugin | TvHome.csSo I crudely did this:if (mpCheckBoxChannelChange.isChecked()) tvNotifyDlg.SetDefaultToYes(true);Which is wrong.How do I reference the UI element from another project ?Newbie alert.
I've named a new UI element: mpCheckBoxChannelChange
[ATTACH=full]204554[/ATTACH]
That's in MediaPortal | MediaPortal.Configuration | tv.cs
I need to reference it in TvPlugin | TvPlugin | TvHome.cs
So I crudely did this:
if (mpCheckBoxChannelChange.isChecked()) tvNotifyDlg.SetDefaultToYes(true);
Which is wrong.
How do I reference the UI element from another project ?
Newbie alert.