Jump to content

Quickmenu flyout: what item selection method is best?


Guy_
 Share

Recommended Posts

For years, I've been using the flyout menu capabilities of Power Pro ...:

NVO5BwE.png

Thanks to a post by Melba23, I've recently discovered the flyout part is easy for Autoit too :)
www.autoitscript.com/forum/topic/145020-slide-animation-in-and-out-problem/?do=findComment&comment=1023900

My question is for the items...

I can probably make most of what I want with the Listbox system. However, Melba also stated somewhere "I would use a double-click for this - ListBoxes (and ListViews) have a nasty habit of eating single-clicks."

So this would necessitate me to use double-clicking... ? (which could get "tiring" quickly...)

So my questions are ...

(1) Which method would be preferred here that would ideally only need one click?

(2) Can this method be combined with a hovering effect? (although that's of secondary importance)

Thanks!

Edited by Guy_
Link to comment
Share on other sites

1) You can easily catch single clicks in a listbox, but you have to respond to WM_COMMAND messages. See example for _GUICtrlListBox_Create in helpfile and watch the event that's fired for a single click.

2) I think this is possible. Take a look at _WinAPI_TrackMouseEvent.

Edited by LarsJ
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...