-
AE ScriptUI Panel – onMouse hoverMenu issue
Hey,
I am working on a little ScriptUI Panel “addon” for my colleagues.As size matters ;-D … and I want to add quite a lot of features, I tried to create some kind of onMouse hover Panels to store bundled icons/buttons within to pick.
So far I was able to get it all set up and running. Only thing I am struggling with, is the closing/hiding event. I would love to simply use onMouseOut event but I wasnt able to bind the mousePosition to the actual bounds of the active Panel.
This is the code of it:
https://gist.github.com/moelle89/3d5017dd37bf78cb2b05b2b1fe8b9db0
Here a short preview of how it looks and works so far:
i would really appreciate if someone can help me with a direction how to fix / improve the closing event of the hover Panel.