dantay9 Posted November 28, 2009 Posted November 28, 2009 (edited) I am still creating my own menu items and I am on the final stretch.In a normal menu bar, you click on a menu and a list of menu items comes up.Then, if you move your mouse over a different menu, that menu automatically shows up.I am trying to replicate this, but I can't seem to manually hide the context menu and show the next one. I have tried sending the escape key and also using the EndMenu dllcall. Both of these methods hide the context menu, but then I can't show the next context menu until I click with the mouse.I have two messages registered to see if and what menu is open.Am I missing a dllcall or is there a workaround I am unaware of?The GUICtrlSetOnHover_UDF.au3 file can be found here.FileMenu.au3 Edited November 29, 2009 by dantay9
dantay9 Posted November 29, 2009 Author Posted November 29, 2009 I also tried _SendMessage($GUI, $WM_CANCELMODE). This hides the menu my other tries, but I still can't show the next menu until I click with the mouse. Then I tried mouseclick to simulate the clicking of the mouse to exit the menu with the same result.
dantay9 Posted November 29, 2009 Author Posted November 29, 2009 This is all I have left to do before my menu is finished. Is there a sequence of messages that I can send to replicate this effect?
dantay9 Posted November 30, 2009 Author Posted November 30, 2009 Wow. I thought I just missed something easy. Guess not. I will put another gui over a menu for now. If anyone finds the answer, please tell me.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now