GUI List, scrolling mouse wheel and select using middle button

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Trej
Posts: 13
Joined: 10 Mar 2019, 19:25

GUI List, scrolling mouse wheel and select using middle button

Post by Trej » 10 Mar 2019, 19:38

Hi all,

I’m having some issues with a list based GUI that I’m trying to create. I’ve searched high and low and can’t find anything. I’m after a point in the right direction.

I want a bring up a list using the mouse middle button, the list contains text (Text1, Text2, Text3 etc…) that when selected will be used to store a value in to a variable called %something%.

To scroll through and focus on the next item I want to use the Wheeldown/Wheelup mouse wheel. The mouse cursor does not need to be hovering over the list, as long as it’s visible the wheel will control the list.

To select an item from the list you press either enter or the mouse middle button.

To close the GUI, is through one of three actions. Escape, clicking the mouse button off the list, or selecting an item.

I know little about programming, so please let me know if the terms I’m using are not correct or clear.

Thanks

Return to “Ask for Help (v1)”