NextPVR Forums
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 9 10 11 12 13 … 93 Next »
How to prevent default screen background?

 
  • 0 Vote(s) - 0 Average
How to prevent default screen background?
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#11
2011-09-11, 03:46 PM
With this renderlist
Code:
2011-09-11 16:38:30.788    [DEBUG][3]    MVP sending frame
2011-09-11 16:38:30.803    [DEBUG][3]    render list contains
2011-09-11 16:38:30.803    [DEBUG][3]     - block-extras-black
2011-09-11 16:38:30.803    [DEBUG][3]     - FixedImage
2011-09-11 16:38:30.803    [DEBUG][3]     - Overlay
2011-09-11 16:38:31.038    [DEBUG][3]    MVP frame sent
on the PC the DateTime is suppressed.

On the NMT (or on a PC with no Directx support) the DateTime still shows.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 102,394
Threads: 741
Joined: Nov 2003
#12
2011-09-11, 05:06 PM
This patch should fix it on the NMT.
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#13
2011-09-11, 06:00 PM
sub Wrote:This patch should fix it on the NMT.
Thanks sub - working fine now. Not that it matters much, but it also fixes it on the graphically challenged PC too.
johnsonx42
Offline

Posting Freak

Posts: 7,304
Threads: 189
Joined: Sep 2008
#14
2011-09-13, 04:43 PM
I briefly added this patch to the patch list, but then saw it was already superseded by patch 18. To avoid confusion I just removed it again.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#15
2012-03-13, 02:18 AM
sub Wrote:I worked out why this didnt work. I forgot the screen savers work as popups rather than screens. I've adjusted to the logic for the next release to also work in your situation. Instead of "screensaver" though, it'll use a "block-extras" element name to tell it to not add the background or datetime.
When I'm running as a plugin with this RenderList
Code:
2012-03-13 01:44:23.759    [DEBUG][1]    render list contains
2012-03-13 01:44:23.759    [DEBUG][1]     - screensaver-black
2012-03-13 01:44:23.759    [DEBUG][1]     - block-extras-black
2012-03-13 01:44:23.759    [DEBUG][1]     - FixedImageSS-Big
2012-03-13 01:44:23.759    [DEBUG][1]     - Overlay
2012-03-13 01:44:23.759    [DEBUG][1]     - OverlaySS
I get this logfile entry every time GetRenderList() is called
Code:
2012-03-13 01:44:23.759    [DEBUG][1]    block-extras element
Probably not major, but it soon fills the log file...
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 102,394
Threads: 741
Joined: Nov 2003
#16
2012-03-13, 02:35 AM
I'll remove that message in the next release.
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#17
2012-03-13, 03:13 AM
sub Wrote:I'll remove that message in the next release.
Thanks...
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#18
2012-05-12, 04:42 PM
I've noticed a problem with the "block-extras-black" element when I'm running as a Plugin (ie manually started from the main menu) on an NMT - it doesn't happen on the PC.

With this renderlist
Code:
2012-05-12 17:04:41.448    [DEBUG][1]    render list contains
2012-05-12 17:04:41.448    [DEBUG][1]     - screensaver-black
2012-05-12 17:04:41.448    [DEBUG][1]     - block-extras-black
2012-05-12 17:04:41.448    [DEBUG][1]     - JustRetro-FixedImage-DateTime
2012-05-12 17:04:41.448    [DEBUG][1]     - Overlay
the plugin runs as expected for 30-40 seconds or so, then the CPU usage goes up to about 60-70% and stays there. I also see this sequence in the log a couple of times per second instead of 3-4 times every 15 seconds.
Code:
2012-05-12 17:07:00.644    [DEBUG][3]    MVP data read: 1   (3)
2012-05-12 17:07:00.644    [DEBUG][3]    MVP request processed
2012-05-12 17:07:00.644    [DEBUG][3]    MVP waiting for data
If I remove "block-extras-black" from the renderlist, the problem disappears, but obviously I can see the fixed NPVR DateTime again. The "block-extras-black" element is
Code:
blackUiElement2 = new UiElement("block-extras-black", new RectangleF(0, 0, 100, 100), black);

Alex
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#19
2012-05-13, 05:52 PM
sub - did you miss the post above from yesterday? or are you just ignoring me? Big Grin
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,255
Threads: 136
Joined: Mar 2006
#20
2012-05-15, 09:33 PM
ACTCMS Wrote:or are you just ignoring me? Big Grin

I would hope "busy" not "ignoring you" :confused:Wink
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Multiple lists like in Search Screen cncb 7 2,454 2012-08-08, 09:11 PM
Last Post: cncb
  FanArt & displaying a background image Jaggy 2 1,212 2012-01-31, 11:39 PM
Last Post: sub
  Concatenate Name and Subtitle in Pending Recordings Screen Northpole 0 892 2011-09-20, 02:54 PM
Last Post: Northpole
  Settings config screen for class IEventNotification plugin imilne 9 2,324 2011-09-17, 06:06 PM
Last Post: sub
  @channelIcon not available in all recording screen options Northpole 2 1,338 2011-07-29, 04:59 PM
Last Post: Northpole
  Skin question - how to centre a list UiList control on screen? McBainUK 2 1,299 2011-02-17, 08:46 AM
Last Post: McBainUK
  SkinHelper fall back to Default ACTCMS 4 1,404 2010-10-31, 03:03 PM
Last Post: ACTCMS
  Force full screen update mvallevand 3 1,585 2010-01-14, 05:11 PM
Last Post: mvallevand
  problems with screen updates from ActivateItem InVermont 2 1,235 2009-03-12, 04:45 PM
Last Post: InVermont
  No (or black) background ACTCMS 5 1,309 2008-02-29, 01:44 AM
Last Post: ACTCMS

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

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

Linear Mode
Threaded Mode