Kodi Community Forum
which window file is having id 10099? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: which window file is having id 10099? (/showthread.php?tid=125957)



which window file is having id 10099? - slinuxgeek - 2012-03-19

Hello every one can You please tell me which window file is having id 10099 or what the following lines mean?:
This is from xbmc.log:
12:20:26 T:7775040 DEBUG: ------ Window Init (Pointer.xml) ------
12:20:26 T:7775040 ERROR: Control 1 in window 10099 has been asked to focus, but it can't
12:20:26 T:7775040 DEBUG: ProcessMouse: trying mouse action leftclick
12:20:26 T:7775040 DEBUG: ------ Window Deinit (Pointer.xml) ------

My new skin is not working properly, when I click on a video song it does not play , it was playing some days ago.
So I thought to see the log & there are many errors as above.
I am editing other's skin & I have kept only necessary files(I know I am changing & I can see the effect)
so I deleted other files(I think not required) .

But I can not understand which file it is asking for?

Thanks for Help.



RE: which window file is having id 10099? - jmarshall - 2012-03-19

https://github.com/xbmc/xbmc/tree/master/xbmc/guilib/Key.h

WINDOW_DIALOG_POINTER


RE: which window file is having id 10099? - slinuxgeek - 2012-03-19

That is just a constant in key.h Sad
#define WINDOW_DIALOG_POINTER 10099




RE: which window file is having id 10099? - Hitcher - 2012-03-19

That old error - just remove the default control altogether from the Pointer.xml.