Page 1 of 1

Menu Item question:

Posted: Fri May 29, 2009 6:51 pm
by raybeau528
When you click on the NowPlaying "Node", the tracks display in the area where the tracklist window is normally displayed. Which Menu Pop Item do I use to add a menu item when you right-click in this window. I think I've tried them all with no success.

* ISDBUI::Menu Pop NP
* ISDBUI::Menu Pop NP MoreFrom
* ISDBUI::Menu Pop NP SendTo
* ISDBUI::Menu Pop TrackList
* ISDBUI::Menu Pop TrackList MoreFrom
* ISDBUI::Menu Pop TrackList SendTo
* ISDBUI::Menu Pop Tree
* ISDBUI::Menu Pop Tree SendTo

Re: Menu Item question:

Posted: Sat May 30, 2009 7:41 am
by Bex
It's this one:
SDB.UI.Menu_Pop_NP_MainWindow

And for the record. this is the "normal" one:
SDB.UI.Menu_Pop_TrackList

And this one is for the Now Playing window:
SDB.UI.Menu_Pop_NP

Re: Menu Item question:

Posted: Sat May 30, 2009 8:21 am
by raybeau528
Thanks Bex!

I don't recall seeing SDB.UI.Menu_Pop_NP_MainWindow in the Wiki.

Ray

Re: Menu Item question:

Posted: Sat May 30, 2009 8:38 am
by Bex

Re: Menu Item question:

Posted: Sat May 30, 2009 10:00 am
by raybeau528
Thanks again, Bex.