NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 41 42 43 44 45 … 93 Next »
SetPopup()

 
  • 0 Vote(s) - 0 Average
SetPopup()
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#1
2007-08-15, 08:19 PM
Is there a way to use SetPopup when you have a plug-in that does not derive from BaseButtonListUiTask? The List/Buttons format doesn't make sense for the SkinPlugin but I would like to make use of the pop-up features of PVRX2.

I have a feeling I'm missing something obvious... Rolleyes
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#2
2007-08-15, 08:28 PM
setPopup() doesnt do much more than sets a member variable to that object. I then have logic at the beginning of calls like needsRendering(), getRenderList() etc in BaseButtonListUiTask, that says something like this example:

Code:
if (activePopup != null)
{
     return activePopup.OnKeyDown(e);
}
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#3
2007-08-15, 10:00 PM
Thanks. Will do something like that. I knew it was simple Smile
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  SetPopup() - not showing up.... psycik 11 3,045 2007-12-31, 03:06 AM
Last Post: psycik
  setPopup not working + minimize window question bgowland 5 2,402 2007-12-15, 01:15 AM
Last Post: whurlston

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode