- December 30, 2006
- 78
- 0
Overture,
I do not kwow if the dll is the problem. If it is you could forget my story ( although my first point is in general ) If it it the dll let me know then i also have to have a look at my wwitv plugin cause i changed my xml to get this work at the wwitv plugin. Maybe i also comiled with the old dll's.
I had the same problem with my version/ old version of wwitv and i solved them. First in the top of the xml you give the default id ( this is the object which should first get focus at startup ). In your case the default id would be 10 ( id of the listcontrol ). I do not kow if there is a problem when you do not have channels at all. But i think why you should someone use your plugin if he did not add channels at worldmediaproject.
The second problem i had also ( someone said he could not get to the control bar ( up ) or at the preview window ( by remote control). in my case i had buttons. In the skin xml i changed the ondonw to 99 ( non-existing id ) for the last menu item. Then you could access the preview window same with the bar at the top ( i changed the ondown of the first menu item do 23 ( non-existing id). although i do not complete understand ( in the skin documentation of mediaportal ) is noted that if you do use an non existing id, it goes to the nearest control. But i do not kwow what the mean bij this ( term nearest by id? or object in the screen ?). I tried some changes to your xml but i could net get it to work the ondown change had no effect. Maybe the problem is that you only use a listcontrol i never have seen that before ( all plugins have buttons ). I do not know if mediaportal supports this maybe it can be solved in the dll code of your plugin but i do not know.
I do not kwow if the dll is the problem. If it is you could forget my story ( although my first point is in general ) If it it the dll let me know then i also have to have a look at my wwitv plugin cause i changed my xml to get this work at the wwitv plugin. Maybe i also comiled with the old dll's.
I had the same problem with my version/ old version of wwitv and i solved them. First in the top of the xml you give the default id ( this is the object which should first get focus at startup ). In your case the default id would be 10 ( id of the listcontrol ). I do not kow if there is a problem when you do not have channels at all. But i think why you should someone use your plugin if he did not add channels at worldmediaproject.
The second problem i had also ( someone said he could not get to the control bar ( up ) or at the preview window ( by remote control). in my case i had buttons. In the skin xml i changed the ondonw to 99 ( non-existing id ) for the last menu item. Then you could access the preview window same with the bar at the top ( i changed the ondown of the first menu item do 23 ( non-existing id). although i do not complete understand ( in the skin documentation of mediaportal ) is noted that if you do use an non existing id, it goes to the nearest control. But i do not kwow what the mean bij this ( term nearest by id? or object in the screen ?). I tried some changes to your xml but i could net get it to work the ondown change had no effect. Maybe the problem is that you only use a listcontrol i never have seen that before ( all plugins have buttons ). I do not know if mediaportal supports this maybe it can be solved in the dll code of your plugin but i do not know.