I'd like to see a pinned thread where sub has the first thread and puts all he features to come and their priority. Exaple:
Feature              Priority     Status            ThreadLink
Xcard OSD blank        High       Fixed for next release  Thread
Widescreen in fullscreen   Medium     -                Threa
Play DVD/VCD          High       -
Plugin OSD (4 callerid etc)  Medium    -                Thread
ScreenSaver           Low       -                Thread
Also one for plugins with plugin assignment for example:
ShutDownPlugin  TypQxQ     <threadlink>
WeatherPlugin   CodeMonkey  <threadlink>
This threads should preferably be closed so pepole don't post a lot of stuff in them.
I'm loading a hashtable for the icons like you suggested and it was working fine. Â Now that I have them all, however, it seems to throw an exception. Â Here is whats in the log:
4/11/2004 3:02:40 PM.010 VERBOSE [2] WeatherTask created
4/11/2004 3:02:40 PM.741 ERROR [2] Error initializing plugin: c:\program files\devnz\gbpvr\plugins\WeatherPlugin.dll
4/11/2004 3:02:40 PM.741 ERROR [2] Exception has been thrown by the target of an invocation.
4/11/2004 3:02:40 PM.741 ERROR [2] Â at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly)
 at System.Activator.CreateInstance(Type type, Boolean nonPublic)
 at au..ctor()
4/11/2004 3:02:40 PM.751 VERBOSE [2] CustomTaskSettings.loadAll()
If I comment out some of the icon load statements the exception goes away. Is there some hard limit as to the size of a hashtable?
I am a longtime visual c++ programmer and this is my first venture into C# so forgive the question
How would I put up a 'loading' screen to indicate the plugin was going out on the net to gather data (like the weather data for example)? Â I don't see how I would render the loading screen and return to gb-pvr and still go out, get the data, and render the 'real' weather screen.
Do we need a new plugin method like:
// returns true to render something and false if no splash screen
public bool SplashScreen()
I'm using Hauppauge PVR2 USB2:
Is it possible to use GB-PVR only for watching TV? How would it be possible?
I couldn't get a XMLTV-File for my location (Austria/Europe)?
Would it be possible to scan for the avaliable channels?
I am trying to configure the channel setup (The Netherlands). When using the Hauppage software, I can finetune (+ or -).
My cablecompany delivers some (quite a bit) channels in like this:
Station Channel Frequency
TMF The Music Factory 22+ 482.25
When I just give channel #22 I don't get any signal, so it needs to be finetuned (or the frequency keyed in). Is there any way to do this?
(the channels that don't have + or - work perfectly)
It isn't complete yet but I figured I'd let you all see what it looks like so far. Â Only the current conditions and radar image work right now. Â I will be adding the other 3 buttons today or tomorrow.
The source is not included yet. Â But it will be when the plugin is released. Â It is based heavily on the supplied weather plugin C# example.
As you will see shortly when I put up a new weather alpha, my photoshop skills are almost non existant. If someone has a few minutes and could make default blue buttons (including selected) with the following labels it would be greatly appreciated:
Current
Radar
Extended
Today
Tomorrow
Once you see how mine came out, you will see why I'm asking
I have a very alpha version of a enhanced weather plugin about ready to unleash. One problem I'm having is when you click on one of the buttons, it works OK, but the button does not get highlighted. I imagine something in OnClick has to modify selectedButton. Has anyone tackled this yet and if so, what was the fix?