Posts: 26
Joined: May 2019
Reputation:
0
Hi, I'm making a mod of the confluence skin, with the custom search using skin shortcuts. When I select the item, kodi makes a selection noise but doesn't respond in any way. Reviewing the logs, I have seen that it gives me the following error:
"Activate of window '10025' refused because there are active modal dialogs"
How could I solve it, and if you could tell me if I have to put some part of my code, I would appreciate it.
Thank you
Posts: 26
Joined: May 2019
Reputation:
0
Thanks for your answer, I already had dialog close set, which I may be putting wrong.
<content>
<onclick>Dialog.Close(dialog[,force])</onclick>
<include>skinshortcuts-group-searchmenu</include>
</content>
Posts: 18,001
Joined: Aug 2007
Reputation:
671
Hitcher
Team-Kodi Member
Posts: 18,001
And you can't add it to the content like that - it will need to be added to the corresponding item in your skinshortcuts-group-searchmenu.
Posts: 18,001
Joined: Aug 2007
Reputation:
671
Hitcher
Team-Kodi Member
Posts: 18,001
Need to see the contents of your skinshortcuts-group-searchmenu include.
Posts: 26
Joined: May 2019
Reputation:
0
2023-08-02, 15:51
(This post was last modified: 2023-08-02, 15:52 by aka.kuro. Edited 1 time in total.)
jurialmunkey How could i do that.
Posts: 7,902
Joined: Feb 2013
Reputation:
1,533
Ah yeah, that'll do it. Linux and Mac are case sensitive filesystems. The one that always gets me is "DialogFullScreenInfo.xml" as I'm never sure if the S should be capitalised.