Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IsShown Member #68

Closed
Hinne123 opened this issue Oct 15, 2019 · 2 comments
Closed

IsShown Member #68

Hinne123 opened this issue Oct 15, 2019 · 2 comments

Comments

@Hinne123
Copy link

Hinne123 commented Oct 15, 2019

First of all: Thanks for your awesome work!

At the moment i am using your context menu on a table cell. Further more i use a tooltip for every cell. My problem is that the tooltip, when activated, sets itself in front of everything else. So i can't use your context menu for cells which also have a tooltip.

The easiest solution for me would be to deactivated the tooltip when activating the context menu. But i think there is no such member or event which i could use for that.

I saw the onAppearing Event, and i think i could have used that one, but then i could never comfortably activate the tooltip again.

You may have an idea how to solve my problem. Otherwise i think a good solution would be a member which tells me about the context menu status, or a onHiding event.

For some reason i cannot compile the project, otherwise i would solved this problem by myself. Sorry for that!

@stavroskasidis
Copy link
Owner

I think an "OnHiding" event is required. I will work on it asap.
Thank you

@stavroskasidis
Copy link
Owner

Implemented OnHiding event in 1.3

PR #69

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants