-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
Could not open popup from a menu bar #1422
Labels
Comments
After you click the MenuItem the menus will be closed so your code will stop executing...
You want the BeginPopup code to be always executing. Also be aware that due to how the id-stack works you currently need the id-stack-location of OpenPopup to match the location BeginPopup(). See #331 or generally use the search engine with “popup” “menu” etc.
|
Solved. Here's the code that works for me:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good afternoon.
As title of this thread says... I click one of menu items that is intended to open a popup and nothing happens. Here's my code:
The text was updated successfully, but these errors were encountered: