This question is locked. New answers and comments are not allowed.
I have a menu that for some reason is keeping focus when it shouldn't (or at least when I don't want it to). Here is what is happening. First I have the menu set to OpenOnClick = True. I have a bunch of menu ideas, most of which do not have a sub menu, so I what should happen is I click and something happens (for example Clear Screen - clears all the textboxes on the screen). Here is the problem: when my screen first comes up and I hover over the menu item, it is highlighted with a light orange background and when I move my mouse off it goes back to the default color. This eactly what I want to happen. Now if I click on one of the menu items (ex. Clear Screen) the event that I want to happen fires off and works. The problem is if I now hover over any of the menu items they get focus (dark orange color) and keep focus even when I hover off the menu.
What I believe to be happening is the menu thinks it should have a sub menu open so that is why it continues to have focus. I don't want to set OpenOnClick = False, because the same basic thing happens. I hover over a menu item and it gets focus, but when I hover off the menu it keeps focus.
What I believe to be happening is the menu thinks it should have a sub menu open so that is why it continues to have focus. I don't want to set OpenOnClick = False, because the same basic thing happens. I hover over a menu item and it gets focus, but when I hover off the menu it keeps focus.