﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2629	GUIRegisterMsg/GUIUnregisterMsg	Melba23		"This is a reopening of Ticket [ticket:2624] now I have realised what asdf8 meant - and my apologies for not understanding it sooner.

__Problem__: Each time ''GUIRegisterMsg'' is called only the function defined in the latest call is fired when the message is received.  This makes it difficult to use message handling in UDFs - it requires the user to realise that they need to add a UDF handler function inside an existing handler function if both are to be fired when required and not rely on an internal UDF handler registering function (see my ''GUIListViewEx'' UDF for an example of how this can work).

__Feature Request__:  Allow multiple functions to be called when a message is received in the same manner as ''Adlib, OnAutoItStartRegister & OnAutoItExitRegister''.  Then handlers could be registered/unregistered independently and each would be fired on message receipt without further coder intervention.

M23"	Feature Request	closed		AutoIt		None	Rejected		
