mIRC Home    About    Download    Register    News    Help

Print Thread
#270865 14/10/22 08:13 PM
Joined: Jan 2004
Posts: 2,127
maroon Offline OP
Hoopy frood
OP Offline
Hoopy frood
Joined: Jan 2004
Posts: 2,127
When $input is used in the APPACTIVE event, then returning to mIRC while there is an open $input dialog triggers 4 extra APPACTIVE events.

Joined: Dec 2002
Posts: 5,424
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,424
Thanks for your bug report. The APPACTIVE event is triggered by Windows. It is notifying mIRC that it has been either activated or de-activated. That is its purpose. There is no way to change how it works as it is quite literally Windows that is sending this message. To complicate matters, you are using a $input() that changes the active focus in the event that is meant to report the changing of active focus :-) You need to find a way around this in your script.


Link Copied to Clipboard