Reply to thread

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.


Top Bottom