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 … 61 62 63 64 65 … 125 Next »
@Jeff: Weather Plugin Panel / Question

 
  • 0 Vote(s) - 0 Average
@Jeff: Weather Plugin Panel / Question
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#1
2006-06-26, 02:42 PM
Hi Jeff ^^

I wanna ask you something. Your Plugin can be used to display informations within mainmenu, using a Panel-Function.

This is the part, i wann ask you something. It's only possible to use this commands within the Panel?

@MessageWithIcon
@MessageWithoutIcon

I tried to use something like @Temperature, which you're using within the Weather Plugin itself, but it'll display only "@Temperature".

Can you help me out? I don't need a whole book of information on the mainmenu; just the icon and a temperature ^^;
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#2
2006-06-26, 02:50 PM
ShiningDragon Wrote:Hi Jeff ^^

I wanna ask you something. Your Plugin can be used to display informations within mainmenu, using a Panel-Function.

This is the part, i wann ask you something. It's only possible to use this commands within the Panel?

@MessageWithIcon
@MessageWithoutIcon

I tried to use something like @Temperature, which you're using within the Weather Plugin itself, but it'll display only "@Temperature".

Can you help me out? I don't need a whole book of information on the mainmenu; just the icon and a temperature ^^;

If you only want to see the temperature, just comment out the other DrawText lines.

Code:
    <CompositeImage name="WeatherPanel" size="320,80">            
            <!--<DrawText text="@MessageWithIcon" loc="60,0" size="280,50" textStyle="StandardText" align="Left"/>    -->
            <DrawText text="@TemperatureWithIcon" loc="60,20" size="80,40" textStyle="BigText" align="Left"/>
            <[B]!--[/B]DrawText text="@OutlookWithIcon" loc="142,0" size="280,40" textStyle="StandardText" align="Left"/[B]--[/B]>
            <[B]!--[/B]DrawText text="@CityWithIcon" loc="142,50" size="280,40" textStyle="SmallText" align="Left"/[B]--[/B]>


            <!--<DrawText text="@MessageWithoutIcon" loc="0,0" size="320,80" textStyle="StandardText" align="Left"/> -->    
            <DrawText text="@TemperatureWithoutIcon" loc="0,20" size="80,40" textStyle="BigText" align="Left"/>
            <[B]!--[/B]DrawText text="@OutlookWithoutIcon" loc="100,0" size="280,30" textStyle="StandardText" align="Left"/[B]--[/B]>
            <[B]!--[/B]DrawText text="@CityWithoutIcon" loc="100,50" size="280,30" textStyle="SmallText" align="Left"/[B]--[/B]>
        </CompositeImage>
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]
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#3
2006-06-26, 02:57 PM
I made it like you wrote, but i'll get only a big red cross. The "@MessageWithIcon" and "@MessageWithoutIcon" are the only ones which seems to work.
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#4
2006-06-26, 03:18 PM
ShiningDragon Wrote:I made it like you wrote, but i'll get only a big red cross. The "@MessageWithIcon" and "@MessageWithoutIcon" are the only ones which seems to work.

I should have verified it before I suggested it. I just assumed that would work. Maybe the panel plugin is looking for the other values and cannot work without them.
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]
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#5
2006-06-26, 03:26 PM
Fatman_do Wrote:I should have verified it before I suggested it. I just assumed that would work. Maybe the panel plugin is looking for the other values and cannot work without them.

Yeah, i thought same like you. I thought i could use other variables, but it seems that this isn't possible. Ok, waiting for Jeff himself ^^; He made this Panel, i think he know for best, which Variables are used through the Panel.
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#6
2006-06-26, 04:27 PM
Finally, i found the solution. Jeff posted a "bugfix" already in this thread:
http://forums.nextpvr.com/showthread.php?t=15601

The last Weather Panel Attachment.zip has a newer Version of the WeatherPanel.dll Plugin, than the one in the wiki.

I think this is the big problem with our wiki! Most files there are out of date. Like the CommonGBPVRUtilities.dll.

It's not easy to make something, if there are all different versions... :-(
Jeff
Offline

Posting Freak

Posts: 1,933
Threads: 69
Joined: Oct 2004
#7
2006-06-26, 04:28 PM
There are two set of string arguments, one for cases where there is an icon associated with the forecast and one for cases where there is not. Right now the weather plug-in always posts an icon (using the Unknown image for unknown forecast types, so the without icon stuff won’t be used but is there just in case.

The panel can be used in one of two ways. If you just want to post the forecast string, use the @MessageWithoutIcon and @MessageWithIcon items.

If you want control over the indiviaual elements of the forecast string (temperaure, outlook, and city) use the @TemperatureWithoutIcon, @TemperatureWithIcon, @OutlookWithoutIcon, @OutlookWithIcon, @CityWithoutIcon, and @CityWithIcon elements.

Jeff
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#8
2006-06-26, 04:44 PM
ShiningDragon Wrote:Finally, i found the solution. Jeff posted a "bugfix" already in this thread:
http://forums.nextpvr.com/showthread.php?t=15601

The last Weather Panel Attachment.zip has a newer Version of the WeatherPanel.dll Plugin, than the one in the wiki.

I think this is the big problem with our wiki! Most files there are out of date. Like the CommonGBPVRUtilities.dll.

It's not easy to make something, if there are all different versions... :-(

You must include the newer version then if you distribute the skin.

I take it from Jeff's post, that commenting out those lines would work then? I don't use that panel, I use VAPanel instead.
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]
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#9
2006-06-26, 05:11 PM
Fatman_do Wrote:You must include the newer version then if you distribute the skin.

I take it from Jeff's post, that commenting out those lines would work then? I don't use that panel, I use VAPanel instead.

Yep, i think so too.

Yes, comment out works with the new Version of WeatherPanel.dll. Now i can just display the Temperature within the mainmenu. For this i'll create another nice Graphical-Panel ^^

Another Question: Made Jeff to the VAPanel? I think i am missing something. Is for the VAPanel a .dll within the Plugins folder needed?

I have only one VAPanel.xml within the Skin/Panel Folder. Where can i get the Plugin? Video Archiver i didn't wanted install for now; first i have to made the basics of GB-PVR ready.
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#10
2006-06-26, 05:18 PM
Yes, there is a .dll file required. You need to install VA to get it.
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]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  BBC Iplayer Downloader Plugin - Beta + Support smiler 420 156,471 2012-01-20, 12:15 PM
Last Post: martint123
  Un-installation of the Weather plugin rkircher 1 13,947 2011-05-20, 08:40 PM
Last Post: scb147
  software recorder, any plugin like it for npvr? chesterusob 2 14,745 2011-04-11, 07:28 AM
Last Post: chesterusob
  Caller ID Plugin elbryyan 3 14,946 2011-02-23, 01:17 AM
Last Post: smajor
  Newest IMon display-hardware finally gets Plugin-mode back mila06 1 5,078 2011-01-01, 05:37 PM
Last Post: kindt nick
  Vertical Menu skin question Northpole 4 3,945 2010-12-11, 05:12 PM
Last Post: Northpole
  Freazing up trying to watch live TV or access System plugin dspdrew 2 3,521 2010-11-03, 07:52 AM
Last Post: johnsonx42
  Music plugin support thread MixMan 103 40,132 2010-08-31, 09:46 PM
Last Post: povarotti
  New Videos Library Plugin jasonbs10 202 65,507 2010-08-22, 01:38 PM
Last Post: 7ore
  quick question about irremote.ini teookie 2 2,806 2010-06-27, 06:25 PM
Last Post: teookie

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

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

Linear Mode
Threaded Mode