Kodi Community Forum
Home made context menu opening behind dialog - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: Home made context menu opening behind dialog (/showthread.php?tid=191042)



Home made context menu opening behind dialog - Karnagious - 2014-04-02

Halp!

I want to add a Context Menu to my addon which currently displays a list using DialogSelect.xml. All good on Amber skin, the context window opens above the Dialog, but for others (like Aeon Nox or even Confluence) it opens behind the Dialog.

The Aeon Nox xml has a z-order of 4 while the Amber xml has a z-order of 3. But then the xml in Confluence has a z-order of 1. So that cant be the issue.

Is it a setFocus I am omitting?

Tx


RE: Home made context menu opening behind dialog - Karnagious - 2014-04-03

Pretty please?

This is kind of a showstopper issue for this path of development for me.


RE: Home made context menu opening behind dialog - WordTickler - 2014-04-03

So is there an answer to this?