Modify ↓
Opened 17 years ago
Closed 17 years ago
#1088 closed Feature Request (Rejected)
GuiCtrlSetOnEvent - Easier Event handling
| Reported by: | Bitboy | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | GuiCtrlSetOnEvent Event handling | Cc: |
Description
Maybe you can upgrade the function to something like this:
GUICtrlSetOnEvent ( controlID, "function" [, Event])
with Events like "DoubleClick", "LeftClick", "KeyUp" and so on.
Default Value for Event should be "LeftClick" so it is compatible with older Versions.
Another idea is to set a macro like @EVENT in the so called function.
I hope you can understand my english.
Greetings from Germany
Bitboy
Attachments (0)
Note:
See TracTickets
for help on using tickets.

You must use GUIRegisterEvent() if you want more fine-grained control. There are no plans to extend the current behavior further.