NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) v
« Previous 1 … 48 49 50 51 52 … 125 Next »
default plugins dont use popup buttons properly

 
  • 0 Vote(s) - 0 Average
default plugins dont use popup buttons properly
Ted the Penguin
Offline

Posting Freak

Posts: 1,590
Threads: 64
Joined: Aug 2006
#1
2006-09-30, 01:38 PM
ok so I know that baseskin.xml contains definitions for the default buttons reg, selected, popup, popup selected (well the popup ones are repeated like 3 times with slightly different names but whatever). TV Guide, Recordings, and I am not sure what else, havnt looked at search guide. do not use these popup button definitions in all popups, they use the default ones.

this is a problem for me because I am using sassari with black buttons, now these black buttons on a black background dont have much contrast to the white buttons, if at all, so I made the selected button red in the popups, and that made life better.

anyways, the real problem can be seen when you hit enter on a guide program and it brings up the exit, record, quick record... etc dialouge, it is a popup however no red selected button. then the next popup say with cancel and ok, uses the red buttons... the same thing happens in recordings when you select a show.

I am guessing that it is just using the wrong button name, and it should be a simple fix.

now I dont know where else it shows up, those are the only two that I noticed last night.
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#2
2006-09-30, 03:32 PM (This post was last modified: 2006-09-30, 03:47 PM by MixMan.)
You are right, it is the normal buttons that are used in those popups.
In the Advisor skin I added button defintions to control the witdh of those buttons. You could easily change the button image to point to the popup button image. Have a look in the Advisors tvguide skin.xml

Perhaps I should change the skin, so that it points to the popup button instead.
Maybe in next release.
Best Regards
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]
Ted the Penguin
Offline

Posting Freak

Posts: 1,590
Threads: 64
Joined: Aug 2006
#3
2006-09-30, 04:12 PM
just to make sure youre talking about the tvguide that comes by default? or is that tv listings? (damn confusion)
anyways, that does not fix my problem on the recordings screen, since the normal buttons are used on the left as well as in the popups Sad
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#4
2006-09-30, 04:24 PM
The TVGuide skin.xml file.

add:
Code:
        <CompositeImage name="SelectedButtonImage" size="214,43">
            <DrawImage filename="..\_res\btn_sel.png" size="214,43" loc="0,0"/>
            <DrawText text="@buttonText" loc="4,2" size="200,30" textStyle="ButtonText" align="Center"/>
        </CompositeImage>
        
        <CompositeImage name="NormalButtonImage" size="214,43">
            <DrawImage filename="..\_res\btn.png" size="214,43" loc="0,0"/>
            <DrawText text="@buttonText" loc="4,2" size="200,30" textStyle="ButtonText" align="Center"/>
        </CompositeImage>

Of course, change whatever specifically you are trying to do by specifying the popup images here.
Fatman_do
[SIZE="1"]
HTPC: AMD XP+2500, 512MB DDR (400) ~ Capture Device: Hauppage PVR-150
Storage: 30GB OS & Recording, 160GB Post Processing & Archive
Video Output: HD 32" TV via eVGA Geforce 6200le 256MB AGP DVI-HDMI cable out
Audio Output: Turtle Beach Riviera S/PDIF Optic Output (Digital pass thru only) to Home Theater Receiver[/SIZE]

[SIZE="2"]
Moderator | Tutorials | Community Skin | CommunitySkin-SVN[/SIZE]
Ted the Penguin
Offline

Posting Freak

Posts: 1,590
Threads: 64
Joined: Aug 2006
#5
2006-09-30, 04:34 PM
ok first
its FATMAN_DO's 1000th post, congrats

second, thanks for the code, I already figured that out when I skinned the theater plugin to look like sassari, damn fixed resolution.

but as i said before, thats fine for tv guide, but in the recordings screen it does not work. because it actually uses the normal buttons.

for clarification, I have sassari, changed the background to red (hue adjustment!!!) and I am using the black buttons (this problem probably exists for everyone using the black buttons).
as you know the popup is black, and the white buttons on top of that look just like the black buttons.
so I changed the popup button to the red button image so there would be contrast and the theme would be carried through.
the only solution I can think of is instead of having the transparent button as the normal one, I could make it red, so it would match the background, and then the black for selected, I guess that would work... but the code does not follow skinning convention, so I am saying that if its not a big deal it should be fixed, and I am guessing all it is is changing a few declarations.
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#6
2006-09-30, 05:45 PM
Right, recordings has no fix, just the TVGuide (via a workaround).

Those are things sub would have to fix.
Fatman_do
[SIZE="1"]
HTPC: AMD XP+2500, 512MB DDR (400) ~ Capture Device: Hauppage PVR-150
Storage: 30GB OS & Recording, 160GB Post Processing & Archive
Video Output: HD 32" TV via eVGA Geforce 6200le 256MB AGP DVI-HDMI cable out
Audio Output: Turtle Beach Riviera S/PDIF Optic Output (Digital pass thru only) to Home Theater Receiver[/SIZE]

[SIZE="2"]
Moderator | Tutorials | Community Skin | CommunitySkin-SVN[/SIZE]
Ted the Penguin
Offline

Posting Freak

Posts: 1,590
Threads: 64
Joined: Aug 2006
#7
2006-09-30, 08:07 PM
Fatman_do Wrote:Those are things sub would have to fix.
and thats why I made this thread:p
I assume sub will read it sometime... I think its in the right place, it has to do with skinning/plugins, since nothing crashes because of it.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#8
2006-09-30, 08:16 PM
Its not really something that needs to be fixed. It is currently working they way I intend.

I only use the popup buttons for the buttons that are arranged at the bottom of a popup, not for those that are listed at left. if you look at them closely you'll notice they need to look different (left align vs center align).

A year or so ago I did consider adding additional third type of button (second type of popup button), to accommodate this difference, but decided it would be too disruptive to stuff that already exists (skins, plugins etc).
Ted the Penguin
Offline

Posting Freak

Posts: 1,590
Threads: 64
Joined: Aug 2006
#9
2006-09-30, 08:24 PM
a bunch of plugins use their own popup button definition, there are 3 in the sassari baseskin.xml
but Ill mess around with my skin until I get to look how I want,
thanks for the quick reply
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Video Library Plugins? reven 1 14,279 2011-03-17, 08:02 PM
Last Post: gEd
  Newbie needs help with renaming external plugins and making some plugins to work Chris79 2 2,335 2009-06-14, 05:36 AM
Last Post: Chris79
  Plugins show up in configuration but not in main menu navyblue 1 1,527 2009-01-13, 01:53 AM
Last Post: navyblue
  VIDEO LIBRARY - default html display vskatusa 0 1,437 2008-08-08, 07:07 PM
Last Post: vskatusa
  MLib2, Video Archive, and other Plugins issue mkenyon2 15 7,017 2008-04-09, 07:10 PM
Last Post: psycik
  Plugins are not working. marson 3 1,979 2008-02-24, 07:51 PM
Last Post: Fatman_do
  push-buttons number agennore 0 1,093 2008-01-02, 11:06 PM
Last Post: agennore
  Confused with GBPVR.exe and plugins jam_zhou 2 1,619 2007-10-17, 08:32 AM
Last Post: McBainUK
  Plugins not showing in list in config rounin 4 2,156 2007-10-02, 06:06 AM
Last Post: rounin
  plugins with 1.0.16 Wilf 4 1,983 2007-09-29, 09:20 PM
Last Post: psycik

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

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

Linear Mode
Threaded Mode