Modify ↓
Opened 15 years ago
Closed 15 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)
Change History (1)
comment:1 Changed 15 years ago by Valik
- Resolution set to Rejected
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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.