Modify

#315 closed Bug (No Bug)

GUICtrlSetOnEvent() doesn't work if there are too many controls on one form

Reported by: furroy@… 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)

shitty.au3 (2.3 KB ) - added by furroy@… on May 24, 2008 at 9:28:23 PM.
Repro code & workaround

Download all attachments as: .zip

Change History (3)

by furroy@…, on May 24, 2008 at 9:28:23 PM

Attachment: shitty.au3 added

Repro code & workaround

comment:1 by Valik, on May 24, 2008 at 10:03:30 PM

Resolution: No Bug
Status: newclosed

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 dammit, on May 24, 2008 at 10:40:55 PM

i feel like an idiot, lol. i was just about to come delete this ticket when i realized my mistake!

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.