Dear all,
The EPGViewer can't open the attached test guide I have..it's pretty basic but I keep getting the following error:
************* Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at EpgEdit.EpgEdit.getEPG(DataSet ds)
at EpgEdit.EpgEdit.EPG_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Couls someone point out what is wrong with my guide ?
Thanks.
Hi Karimf,
your guide was a bit too simple for the viewer! It expected at least one description to be present .
I have fixed that in V1.2. http://webgrabplus.com/sites/default/files/downloads/Misc/EPGEdit1.2.zip
Jan
Hi again,
ignore V1.2 !! There was still another function that went wrong.
Use V1.3 http://webgrabplus.com/sites/default/files/downloads/Misc/EPGEdit1.3.zip
I also changed the display window such that it fits the number of channels in the input xmltv file if that is less than the <channels> value in the config :
<!-- the number of channels in the display windows -->
<channels>13</channels>
In the case of your sample guide, the display window is just one channel high.
Jan
Thanks Jan for always helping out. will download the new viewer.