which window file is having id 10099?
#1
Thumbs Down 
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.
Reply
#2
https://github.com/xbmc/xbmc/tree/master...ilib/Key.h

WINDOW_DIALOG_POINTER
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


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

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

Logout Mark Read Team Forum Stats Members Help
which window file is having id 10099?0