- September 25, 2006
- 18
- 0
- 52
- Home Country
- Croatia
Hi !
I have decided to try to make plugin for MP.
Actually idea is to have video editor with full screen video and edit controls on top of video.
I'm having trouble with skin for plugin, I can't find why sometimes skin works and sometimes not, even if I didn't make any changes to either skin or code.
Is it possible to compile and test debug version of MP (I would like to trace in VS) ?
Is there any cacheing for skin files, so changes I make are not visible after compile?
Anyway error I get is:
2006-12-26 23:32:47.781250 [ERROR][MPMain]: OnMessage exceptionystem.ArgumentOutOfRangeException: StartIndex cannot be less than zero.
Parameter name: startIndex
at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
at MediaPortal.GUI.Library.GUIWindow.LoadSkin()
at MediaPortal.GUI.Library.GUIWindow.DoRestoreSkin()
at MediaPortal.GUI.Library.GUIWindow.OnMessage(GUIMessage message)
Thanks for pointing me in right direction !
Goran
I have decided to try to make plugin for MP.
Actually idea is to have video editor with full screen video and edit controls on top of video.
I'm having trouble with skin for plugin, I can't find why sometimes skin works and sometimes not, even if I didn't make any changes to either skin or code.
Is it possible to compile and test debug version of MP (I would like to trace in VS) ?
Is there any cacheing for skin files, so changes I make are not visible after compile?
Anyway error I get is:
2006-12-26 23:32:47.781250 [ERROR][MPMain]: OnMessage exceptionystem.ArgumentOutOfRangeException: StartIndex cannot be less than zero.
Parameter name: startIndex
at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
at MediaPortal.GUI.Library.GUIWindow.LoadSkin()
at MediaPortal.GUI.Library.GUIWindow.DoRestoreSkin()
at MediaPortal.GUI.Library.GUIWindow.OnMessage(GUIMessage message)
Thanks for pointing me in right direction !
Goran