Modify ↓
#315 closed Bug (No Bug)
GUICtrlSetOnEvent() doesn't work if there are too many controls on one form
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.2.12.0 | Severity: | None |
| Keywords: | Cc: |
Description
If the button isn't created & linked before other controls are, it won't call the event handler.
If you rearrange the order the controls are created, it will work if the button is at the top, but not at the bottom.
Attachments (1)
Change History (3)
by , 18 years ago
| Attachment: | shitty.au3 added |
|---|
comment:1 by , 18 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
This is not a bug. Your label is too wide and it obscures the button. Clicks do not get through to the button. The simple answer is, don't overlap controls.
Closing as no bug.
comment:2 by , 18 years ago
i feel like an idiot, lol. i was just about to come delete this ticket when i realized my mistake!
Note:
See TracTickets
for help on using tickets.

Repro code & workaround