Hello good people, another post from me
(reason for multiple posts is that it consistantly failed to take the text I gave it...
I have a small squareish popup, which I want to destroy if the user moves the mouse away from it's confines... There seems to be no event for mouseleave, so I thought of doing it with mouse/popup positions. I know in theory how to do this successfully, however if a subpopup is opened then this will prevent the user from navigating the subpopup as the whole thing will just close.
Ideally, what I am looking for is a way of checking if xpopup has opened a subpopup, or any other workaround that would let me accomplish this.
~~~~~~~~~
I have a similar issue with a homemade "popup", in which context menus from xtaskbar and xtray take the mouse out into the "kill zone" which terminates the "popup" before an option is selected.
Has anyone here circumvented this issue?
Thanks for your time.